No description
| .vscode | ||
| include | ||
| lib | ||
| src | ||
| test | ||
| .gitignore | ||
| platformio.ini | ||
| README.md | ||
ESP32 GC9A01 - Graphics test
Based on the example from Adafruit GC9A01, adopted for: https://www.aliexpress.com/item/1005005952879057.html?spm=a2g0o.order_list.order_list_main.5.42731802t93dDz
Translated manual at: https://md.studibla.ch/s/r6SVZnbvF
Pinout adopted from example code:
#define TFT_CS 5 // Chip select
#define TFT_DC 27 // Data/command
#define TFT_BL 32 // Backlight control
#define TFT_MOSI 15 // MOSI/SDA
#define TFT_SCLK 14 // SCL/SCK
#define TFT_RST 33 // RES
#define TFT_MISO -1 // MISO