This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I've learnt how to take control of my 8 by 2 LCD.
LCD_cmd (0x80) ----- through LCD_cmd(0x87) for the first line of LCD
LCD_cmd(0xC0) ------through LCD_cmd(0xC7) for the second line of LCD
LCD_dat() is also takes care of the data I need to write into.
However, according to the following website:
www.circuitvalley.com/.../lcd-custom-character-hd44780-16x2.html
I am able to create new and customized characters or icons like "battery" icon or so!
When I use; LCD_cmd(0x80) follows by LCD_dat(0x0E) and ..... it does not show up the battery icons.
In other words, I am not able to take control of each cell ( 5 by 7 cell in total 35 cells)
Do I need to modify my functions in order to take control of the cells?!
What do you advise?
**Attention** This is a public forum