A part of the review has been auto-translated.
It's a nice HW-Platform. What you get is a compact Display with capacitiv touch und ESP32 with 8MB PSRAM. I dont use the onboard software. This is the Configuration for Arduino-Library tft_espi #define ST7796_DRIVER 1 #define TFT_WIDTH 480 #define TFT_HEIGHT 320 #define DISPLAY_WIDTH 480 #define DISPLAY_HEIGHT 320 #define USE_HSPI_PORT 1 #define TFT_MISO 12 #define TFT_MOSI 13 #define TFT_SCLK 14 #define TFT_CS 15 #define TFT_DC 21 #define TFT_RST 22 #define TFT_BL 23 #define SPI_FREQUENCY 80000000 For Touchcontroler: Type: FT6X36 #define PIN_SDA 18 #define PIN_SCL 19
This is a really cool device! Being driven by an ESP32 the possibilities are overwhelming. When I ordered it, my mind was focused on building a WIFI Radio and using the great screen as not only data readout of station, volume and song information but also building a touch screen so it will control the whole radio. Now after looking it over and seeing the wonderfully bright screen, I am thinking more about other projects as well. I will have to give this some deep thought, I am happy with the plastic case that protected the device enroot from China, and perhaps will use the case later to house another, smaller pocket version of my current love, the wifi radios.