No description
Find a file
2024-10-25 11:21:36 +02:00
.vscode initial commit 2024-10-25 11:15:59 +02:00
include initial commit 2024-10-25 11:15:59 +02:00
lib initial commit 2024-10-25 11:15:59 +02:00
src initial commit 2024-10-25 11:15:59 +02:00
test initial commit 2024-10-25 11:15:59 +02:00
.gitignore initial commit 2024-10-25 11:15:59 +02:00
platformio.ini initial commit 2024-10-25 11:15:59 +02:00
README.md Add readme 2024-10-25 11:21:36 +02:00

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