filmov
tv
Round GC9A01 240x240 display and gauges

Показать описание
For the first time I am using round display, so in this project I will show you how to use this GC9A01 display with esp32. You can use my code for this display. Gauges that are use to monitor different data as speed, battery voltage, RPM, pressure, temperature.
Don't forget to subscribe!
PIN SETUP:
#define TFT_MISO 5
#define TFT_MOSI 2
#define TFT_SCLK 15
#define TFT_CS 17 // Chip select control pin
#define TFT_DC 16 // Data Command control pin
#define TFT_RST 4 // Reset pin (could connect to RST pin)
#ESP32 #GC9A01
Don't forget to subscribe!
PIN SETUP:
#define TFT_MISO 5
#define TFT_MOSI 2
#define TFT_SCLK 15
#define TFT_CS 17 // Chip select control pin
#define TFT_DC 16 // Data Command control pin
#define TFT_RST 4 // Reset pin (could connect to RST pin)
#ESP32 #GC9A01