Skip to content

AgentDeck ESP32 v1.0.1

Choose a tag to compare

@github-actions github-actions released this 22 Jul 12:27

AgentDeck ESP32 v1.0.1

Firmware binaries for all supported boards.

Boards

Board File Display
86 Box agentdeck-box_86.bin 4" 480×480 ST7701
IPS 3.5" agentdeck-ips35.bin 3.5" 480×320 AXS15231B
Round AMOLED agentdeck-amoled.bin 1.8" 360×360 ST77916
IPS 10.1" agentdeck-ips10.bin 10.1" 1280×800 JC8012P4A1C
InkDeck agentdeck-inkdeck.bin 7.5" 800×480 e-ink UC8179
TTGO T-Display agentdeck-ttgo.bin 1.14" 240×135 ST7789

Flash

# USB flash (replace PORT and BOARD)
cd esp32 && pio run -e BOARD -t upload
# Or use esptool directly
esptool.py --port PORT write_flash 0x10000 agentdeck-BOARD.bin