ILI9341 Drawing
The ILI9341 chip is a 262144-color single-chip SOC driver for a TFT liquid crystal display with a resolution of 240x320 dots (RGB).
Configuration file
These examples will all use the following config file:
config.py
1 2 3 4 5 6 7 8 9 |
|
We also put the color names in a colors.py file that calculates the colors using a name.
1 2 3 4 5 6 7 8 9 10 11 |
|
Simple Drawing
1 |
|