B4R Question Displaying user chars on LCD

tigrot

Well-Known Member
Licensed User
Longtime User
Hi everybody,
actually I display user chars (0x0-0x7) using lcd.write(array of char(chrx)) where chrx is a byte of the char to show. If I use lcd.write(chrx) i get 0 for 0x0, 1 for 0x1 and so on. What is the correct way to display without the casting to array, if possible.
Regards
Mauro
 
Top