Programmeren grafisch scherm ESP32 TTGO
How to use TFT_eSPI library and ESP32 https://youtu.be/WFVjsxFMbSM Program Tic Tac Toe on TTGO T-Display https://youtu.be/WAl7sDKL3RY #include <TFT_eSPI.h>#include <SPI.h> TFT_eSPI tft = TFT_eSPI(); void setup(void) { tft.init(); tft.setRotation(1); // 1 = landscape,...