thannara123
Advanced Member level 5
- Joined
- Jan 7, 2010
- Messages
- 1,602
- Helped
- 122
- Reputation
- 244
- Reaction score
- 116
- Trophy points
- 1,353
- Activity points
- 10,625
how to send a variable to display in 2X16 lcd
for example ;
unsigned in a = 9;
lcd_data(a);
how does display as 9.( means that the value of a; ie = 9)
thanks
for example ;
unsigned in a = 9;
lcd_data(a);
how does display as 9.( means that the value of a; ie = 9)
thanks