Files
drivers/ili9341
2020-02-24 08:28:15 +01:00
..
2020-02-24 08:28:15 +01:00
2020-01-07 20:11:46 +01:00
2020-01-07 20:11:46 +01:00
2020-01-07 20:11:46 +01:00

TinyGo driver for TFT displays using ILI9341 driver chips.

These displays support 8-bit parallel, 16-bit parallel, or SPI interfaces.

Examples of such displays include:

Currently this driver only supports an 8-bit parallel interface using ATSAMD51 (this is the default configuration on PyPortal). It should be relatively straightforward to implement a more generic SPI-based interface as well. Please see parallel_atsamd51.go for an example of what needs to be implemented if you are interested in contributing.