funnypolynomial / ArDSKYlite

A very lightweight recreation of the venerable Apollo DSKY using an Arduino Uno and a Touch LCD shield. The LCD replaces all of the hardware complications (buttons, lights)
MIT License
4 stars 1 forks source link

LCD Type #1

Open micha-uhl opened 1 week ago

micha-uhl commented 1 week ago

Hallo, should this work: s-l1600-2

Michael

funnypolynomial commented 1 week ago

The back looks almost identical to mine, so yes, it should probably work.

micha-uhl commented 1 week ago

I got the display, but it doesn't work, only colorful flicker. It has the driver IC ST7789V. What can I do? IMG_3608

funnypolynomial commented 1 week ago

Ah yes, the front is quite different. Incompatible hardware I'm afraid. If you can write/find functions that: 1) initialise the display 2) define a window on the display (x, y, width, height) 3) send n colour words to the display 4) get touch (x, y)

then you could probably change LCD.cpp to work.