ESP32-S3/CircuitPython 8 display on ST7789 SPI TFT
It's a exercise run on Espressif ESP32-S3-DevKitC-1 flashed with CircuitPython 8.1.0-beta.0 to display on various ST7789 SPI TFT IPS display. - 1.14" 135x240 (RGB) IPS ST7789V SPI - 1.54" IPS 240x240 with SPI ST7789 driver - 2 inch 240x320 ST7789 SPI IPS TFT Prepare Library Visit https://circuitpython.org/libraries , download Bundle for Version 8.x. Extract the downloaded file. Upload adafruit_display_text folder and adafruit_st7789.mpy to CircuitPython device /lib folder. Connection ST7789 ESP32-S3 ================ BLK IO4 CS IO5 DC IO6 RES IO7 SDA IO15 SCL IO16 VCC 3V3 GND GND Exercise code cpyS3_st7789_testcolor.py """ CircuitPython exercise run on ESP32-S3, to display on IPS with ST7789 SPI driver. dev. board: ESP32-S3-DevKitC-1-N8R8 CircuitPython: Adafruit CircuitPython 8.1.0-beta.0 on 2023-03-01 Tested IPS: - 1.14" 135x240 (RGB) IPS - 1.54" IPS 240x240 (RGB) - 2.0" IPS 240(RGB)x320 ...