Skip to content

Releases: sinXne0/darksec-pager

T-Deck v1 (dark-green UI)

Choose a tag to compare

@sinXne0 sinXne0 released this 21 Jul 03:27

Pre-built merged firmware image for the LilyGo T-Deck.

Flash darksec-pager-t-deck.bin at offset 0x0 with esptool or any GUI ESP flasher:

esptool.py --chip esp32s3 --port /dev/ttyACM0 --baud 460800 write_flash 0x0 darksec-pager-t-deck.bin

Flasher settings: DIO mode, 80MHz flash freq, 8MB flash size, single file at offset 0x0.

Includes the dark/green hacker-style UI ported to T-Deck, plus a fix for the T-Deck keyboard co-processor (KB_INT_PIN never goes low on real hardware — now polls the I2C register directly).

Known T-Deck limitations: Voice Memo stubbed (no mic/codec), Wardriver logs Wi-Fi with placeholder 0,0 GPS coords (no GPS on this board), PSRAM double-buffering not yet enabled.