Dual-core 240 MHz LX7 with a 240×280 ST7789V2 display, capacitive touch, 6-axis IMU, RTC, and native USB-C.
esp32:esp32:esp32s3:\ USBMode=hwcdc,\ CDCOnBoot=cdc,\ FlashSize=16M,\ PSRAM=opi
/dev/cu.usbmodem1101
Native USB CDC — no external USB-UART bridge. Flash via esptool.py.
#define ST7789_DRIVER #define TFT_WIDTH 240 #define TFT_HEIGHT 280 #define TFT_SCLK 18 #define TFT_CS 16 #define TFT_DC 2 #define TFT_RST 3 #define TFT_BL 17
.venv/ — never system Pythonbackup/