driver for ac1606(S6D05A1X01 IC, 3.2" TFT)?

Discuss development of drivers for external hardware and components, such as LCD screens, sensors, motor drivers, etc.
Target audience: Users and developers of drivers.
Post Reply
oyster
Posts: 26
Joined: Tue Feb 16, 2021 1:21 pm

driver for ac1606(S6D05A1X01 IC, 3.2" TFT)?

Post by oyster » Tue Mar 23, 2021 2:08 pm

I have bought this 3.2 inch HD TFT LCD Module which says that S6D05A1X Controller IC is used and 8/9/16/18Bit RGB are supported at 320x480.
further more, the page says that SPI can be used.

So is there driver/library for this TFT to be used in micropython?

Thanks

User avatar
pythoncoder
Posts: 5956
Joined: Fri Jul 18, 2014 8:01 am
Location: UK
Contact:

Re: driver for ac1606(S6D05A1X01 IC, 3.2" TFT)?

Post by pythoncoder » Thu Mar 25, 2021 8:27 am

Not as far as I know. A quick Google suggests that even finding a datasheet for this chip may be a challenge.

The best approach for using displays with MicroPython is to find out what chips and boards are supported, then buy one of those. A forum search and a look in the Wiki will bring up various drivers. My efforts are here.
Peter Hinch
Index to my micropython libraries.

Post Reply