I've acquired a Lanbon L10. It's a really nice quality, larger screen version of the L8.
I've been trying to get it working, so far with no luck. It uses a ESP32S3-WROOM-1U. Here's a board-info dump
espflash board-info
[2025-11-10T21:19:49Z INFO ] Serial port: '/dev/cu.usbserial-A50285BI'
[2025-11-10T21:19:49Z INFO ] Connecting...
[2025-11-10T21:19:49Z INFO ] Using flash stub
Chip type: esp32s3 (revision v0.2)
Crystal frequency: 40 MHz
Flash size: 16MB
Features: WiFi, BLE, Embedded Flash
MAC address: dc:b4:d9:07:d9:5c
Security Information:
=====================
Flags: 0x00000000 (0)
Key Purposes: [0, 0, 0, 0, 0, 0, 12]
Chip ID: 9
API Version: 0
Secure Boot: Disabled
Flash Encryption: Disabled
SPI Boot Crypt Count (SPI_BOOT_CRYPT_CNT): 0x0
From viewing the logs of a stock firmware boot I can see it is a GT911 and ST7701
boot.log
Here is a board image:

Given the similar hardware I tried the esp32-s3-4848s040 image but had no luck with booting. I've also tried some GPIO tests but can't seem to fire the screen up. The log mentions "Initialize IO expander" so not sure if that has something to do with it.
Can anyone give any pointers? I've heavily modified some of the other images, and not afraid to poke around, but I'm at a bit of a loss on the hardware side.
I've acquired a Lanbon L10. It's a really nice quality, larger screen version of the L8.
I've been trying to get it working, so far with no luck. It uses a ESP32S3-WROOM-1U. Here's a board-info dump
From viewing the logs of a stock firmware boot I can see it is a GT911 and ST7701
boot.log
Here is a board image:

Given the similar hardware I tried the esp32-s3-4848s040 image but had no luck with booting. I've also tried some GPIO tests but can't seem to fire the screen up. The log mentions "Initialize IO expander" so not sure if that has something to do with it.
Can anyone give any pointers? I've heavily modified some of the other images, and not afraid to poke around, but I'm at a bit of a loss on the hardware side.