Some message display on 16*2 lcd

Status
Not open for further replies.

sahu

Member
dear friend
I want some message display on 16*2 LCD, like display message
INPUT= volt
but I want message stored in internal eeprom.

Normal technique are as
LCD_PutChar("INPUT= "%ld ",volt");

word "INPUT=" & "volt" are consume some data area in Program code.
If i use Eeprom Data for word "INPUT=" & "volt", i can save some Program code.
Anybody can give some sample code ?
i can use I2c memory for this ?
becoz massage has large strings .
 
Make a screen buffer that fits your screen..
Then you need a routine to get the characters from I2C to the buffer...

The LCD_PutChar() will not have formatting so you'll need to use sprintf() t the same buffer.
 
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…