feat: add LILYGO T-Display S3 AMOLED board target - #35
Open
davisv7 wants to merge 2 commits into
Open
Conversation
davisv7
force-pushed
the
feat/lilygo-tdisplay-s3-amoled
branch
2 times, most recently
from
August 22, 2026 17:53
b869dbf to
2c283cb
Compare
Adds support for the LILYGO T-Display S3 AMOLED (ESP32-S3, RM67162 536×240 AMOLED via QSPI) as a new build target. New files: - wallet/boards/lilygo_tdisplay_s3_amoled/profile.h — board profile (two buttons GPIO 0/21, backlight GPIO 38, no built-in SD or touch) - wallet/boards/lilygo_tdisplay_s3_amoled/tft_setup.h — TFT_eSPI stub so the vendored library compiles cleanly for this target - wallet/display_backends/arduino_gfx_rm67162.h — new display backend wrapping Arduino_GFX's RM67162 QSPI driver with a TFT_eSPI-compatible surface (pushImage, setSwapBytes/getSwapBytes, touch stubs) - libraries/Arduino_GFX/ — Arduino_GFX 1.6.7 vendored and trimmed to the ESP32 QSPI bus and RM67162 driver only Updated: - tools/build_firmware.sh — lilygo_tdisplay_s3_amoled target (esp32:esp32@2.0.17, esp32s3 FQBN, HWCDC USB, new display backend) - tools/package_firmware.py — ESP32-S3 chip family, bootloader offset 0x0 - libraries/DEPENDENCIES.md — Arduino_GFX vendoring notes - .gitignore — exclude Arduino_GFX non-runtime files Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
davisv7
force-pushed
the
feat/lilygo-tdisplay-s3-amoled
branch
from
August 22, 2026 17:56
2c283cb to
646525c
Compare
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
lilygo_tdisplay_s3_amoledas a new build target (ESP32-S3, RM67162 AMOLED 536×240 over QSPI)arduino_gfx_rm67162display backend exposing a TFT_eSPI-compatible surface so all application/UI code is unchangedTest plan
./tools/build_firmware.sh lilygo_tdisplay_s3_amoled/pingrespond correctlylilygo_tdisplay,esp32_3248s035c,waveshare_esp32_c6_lcd_1_3) unaffected🤖 Generated with Claude Code