Convert HEX to CHAR?

General discussion on mikroC PRO for AVR.
Post Reply
Author
Message
corado
Posts: 399
Joined: 28 Mar 2009 11:03

Convert HEX to CHAR?

#1 Post by corado » 21 Sep 2022 17:38

Hallo,
how can I convert a HEX into a Char?
I have 53 and need S on LCD

Thomas.Pahl@t-online.de
Posts: 158
Joined: 24 May 2008 15:55
Location: Germany

Re: Convert HEX to CHAR?

#2 Post by Thomas.Pahl@t-online.de » 22 Sep 2022 18:32

0x53 is the char S ??

Code: Select all

Lcd_Chr_Cp(0x53)
(Basic Language)

prints it on LCD

Post Reply

Return to “mikroC PRO for AVR General”