Skip to main content

Timeline for LCD Entry Mode Set and AVR MCU

Current License: CC BY-SA 4.0

8 events
when toggle format what by license comment
Jul 6, 2024 at 14:38 answer added Justme timeline score: 1
Jul 6, 2024 at 12:56 comment added Justme Then you can simply try it without AVR and just use pushbuttons in 8-bit mode to test how the LCD simulation works. Simulators are not always 100% correct.
S Jul 6, 2024 at 12:54 history suggested MarianD CC BY-SA 4.0
Link assigned directly to appropriate text, formatting, some fixes.
Jul 6, 2024 at 12:51 review Suggested edits
S Jul 6, 2024 at 12:54
Jul 6, 2024 at 12:51 comment added learn design I run it in simulator "proteus 8", the LCD is 2x16 type and initialised to 4 bits interface mode
Jul 6, 2024 at 12:48 history edited Antonio51 CC BY-SA 4.0
added 1 character in body
Jul 6, 2024 at 12:47 comment added Justme So are you running this on a simulator or on real display? What does the AVR code have to do with it, as it might be easier to see what commands and data bytes you send to the display. Also which size display you have? And how the rows and columns are mapped to the display? For example, many 1x16 displays are from the HD44780 point of view 2x8 displays and thus if you don't initialize the display to two lines you get only 1x8 display.
Jul 6, 2024 at 12:32 history asked learn design CC BY-SA 4.0