Add ESP32-S3 N16R8 ST7789V Board Support - #2825
Open
rsiborg wants to merge 10 commits into
Open
Conversation
Updated touchscreen initialization to use software SPI mode for better compatibility.
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.
Adds a new buildable board configuration for the ESP32-S3-WROOM-1-N16R8 with:
ST7789V SPI TFT display
XPT2046 resistive touchscreen
Customizable pin definitions
Board-specific interface and brightness handling
Type of Change:
New Screen for ESP32-S3
Build and upload with:
pio run -e esp32-s3-n16r8-st7789v
pio run -e esp32-s3-n16r8-st7789v -t upload
Configured wiring:
Display:
MOSI/SDI -> GPIO 18
SCK -> GPIO 21
MISO/SDO -> GPIO 38
CS -> GPIO 15
RESET -> GPIO 16
DC -> GPIO 17
LED -> GPIO 39
Touchscreen:
T_CLK -> GPIO 40
T_CS -> GPIO 41
T_DIN -> GPIO 42
T_DO -> GPIO 43
T_IRQ -> GPIO 44
Change wiring in board configuration: boards/esp32-s3-n16r8-st7789v/
Testing:

Works perfect on my screen: ST7789V
https://www.aliexpress.com/item/1005008554855905.html
Using a ESP32-S3-WROOM-1-N16R8 PSRAM
User-Facing Change:
Adds support for the ESP32-S3 N16R8 with ST7789V display and XPT2046 touchscreen.
Further Comments:
The board configuration is located under: boards/esp32-s3-n16r8-st7789v/