Today’s Hardware Challenge

Today’s Hardware Challenge

I have this TFT display from Adafruit connected to a Arduino Uno R4 WIFI running a modified example sketch. I odn’t really have a good Arduino friendly protoboard setup so i want to move this over to the SEEED ESP32 XIAO today. This means i need to figure out what pins on the ESP32 i’m going to use for the 7 connections required and then modify the code to support the new configuration. Once this is done I should have 7 remaining pins on the ESP 32 for other things (input?) and can start learning more about the capabilities of the GFX library.

Update:

This task was completed this morning. Here’s the wiring used on the XIOA ESP32-C6.

TFT_CS         D3

TFT_RST        D4

TFT_DC         D5

SCK (Serial Clock): D8

MOSI (Master Out Slave In): D10

Post Comment