Feat: Initial support for LILYGO T3S3 E-Paper - #3505
Open
kevinferrare wants to merge 1 commit into
Open
kevinferrare wants to merge 1 commit into
kevinferrare wants to merge 1 commit into
Conversation
kevinferrare
force-pushed
the
feature/lilygo_t3s3_epaper
branch
from
September 26, 2026 09:17
ed56f53 to
9414d51
Compare
This branch has not been deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds support for the LilyGo T3S3 E-Paper board (ESP32-S3 + SX1262), with five build configurations:
Hardware
https://lilygo.cc/en-us/products/ts-s3-epaper
Tested on:
LoRa SPI
DIO2 is used as the RF switch control, with TCXO voltage set to 1.8V and current limit 140 mA.
Display SPI
Dedicated SPI bus for the e-paper panel (CS: GPIO 15, DC: GPIO 16, RST: GPIO 47, BUSY: GPIO 48, MOSI: GPIO 11), independent from the LoRa SPI pins.
Build targets
LilyGo_T3S3_epaper_repeaterStandard MeshCore repeater with USB serial CLI and OTA support.
LilyGo_T3S3_epaper_room_serverRoom server configuration with room/admin password support.
LilyGo_T3S3_epaper_companion_radio_usbCompanion configuration using the USB serial interface.
LilyGo_T3S3_epaper_companion_radio_bleCompanion configuration using the ESP32 BLE interface.
LilyGo_T3S3_epaper_terminal_chatMinimal secure chat target for direct terminal use.
Scope
This target adds baseline LilyGo T3S3 E-Paper support with display and user button, using the existing
GxEPDDisplayhelper andMomentaryButtoninput handling.