kbr-net / sdrive-max

Arduino based Atari 8-bit Floppy Emulator with Touchscreen
http://www.kbrnet.de/projekte/sdrive-max/index.html
GNU General Public License v3.0
92 stars 23 forks source link

No touch on a 9340 #19

Closed mamejay closed 4 years ago

mamejay commented 4 years ago

Got a couple of bonus smaller 2" screens with an order I have tested with the different firmware but cannot get the touch to work. The ID that appears on boot is 9340 If I use the atmega328-ili9340 the colour is correct but the picture is inverted and touch does not work. It lets me calibrate but does not register anything after that. Anyway to test to work out what touch is required?

kbr-net commented 4 years ago

Have you tried the special pre-release V1.2b?

Install the arduino IDE and try this sketch: https://github.com/prenticedavid/MCUFRIEND_kbv/blob/master/examples/diagnose_Touchpins/diagnose_Touchpins.ino

kbr-net commented 4 years ago

Or try the firmware in this issue below: https://github.com/kbr-net/sdrive-max/issues/18

mamejay commented 4 years ago

Thanks for that. I have tried all the firmware that is available. I have tried the diagnose_touchpins sketch but I just get a blank screen. Am I supposed to connect this to a serial connection to read the results?

kbr-net commented 4 years ago

Yes, this only examines the touchscreen lines, there is no display output. Just open the serial monitor on the arduino IDE.

kbr-net commented 4 years ago

Done in issue #18