Timeline for LCD connection problem
Current License: CC BY-SA 4.0
7 events
when toggle format | what | by | license | comment | |
---|---|---|---|---|---|
Sep 21, 2020 at 0:08 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
May 24, 2020 at 0:03 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Jan 25, 2020 at 8:20 | comment | added | StarCat | This display has a very old (20 year+) SED1520 display controller that is not really suited for low pin count microcontrollers like the Arduino. It needs a full parallel 8-bit data bus and some (5) control signals, so you will need ~13 pins to connect it to your Arduino. It's not supported by common Arduino libraries so you would need to write your own low-level software to get it to display something. Frankly I would not bother and just buy a better supported (OLED or small TFT) I2C or SPI display instead. | |
Jan 25, 2020 at 0:02 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Dec 25, 2019 at 23:24 | answer | added | st2000 | timeline score: 1 | |
Dec 25, 2019 at 21:32 | comment | added | KIIV | Looks pretty much like any other graphic LCD, so I'd start with that. | |
Dec 25, 2019 at 17:30 | history | asked | Iulian Chirvasa | CC BY-SA 4.0 |