drivers
drivers copied to clipboard
TFT_320QVT display and touch support
I am working on a driver for the touch display that is commonly available on boards labelled as TFT_320QVT these boards use an SSD1289 display driver in parallel mode (not SPI) and an XPT2046 touch controller. There doesn't seem to be anyone working on these drivers at the moment and I would be happy to contribute my code.
I've created a pull request with the SSD1289 display driver. https://github.com/tinygo-org/drivers/pull/349
I've also created a pull request for the XPT2046 touch controller. https://github.com/tinygo-org/drivers/pull/350