Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

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.

Latest threads

Back
Top