Beginners: please read this post and this post before posting to the forum.
0 Members and 1 Guest are viewing this topic.
You know what , I think I'll write a short tutorial on controlling LCDs ... maybe later today if I have time
LCD_String = "Val:",0 gosub LCD_Print[1,0] LCD_String = HEX2 myval\2 LCD_String(2) = 0 gosub LCD_Print[0,0]
main: adin ax0,1,ad_ron,ir LCD_String = "IR range value: |",0 gosub LCD_Print[1,0] LCD_String = dec3 ir\3LCD_String(3) = 0 gosub LCD_Print[0,0] PAUSE 50 goto main