feat: Add ESP32-S3 ILI9341/ST7789 board support with wiring guides#2422
Open
Aryann019x wants to merge 36 commits into
Open
feat: Add ESP32-S3 ILI9341/ST7789 board support with wiring guides#2422Aryann019x wants to merge 36 commits into
Aryann019x wants to merge 36 commits into
Conversation
Added configuration file for ESP-WROOM-32 with ILI9341 TFT.
Implement GPIO setup and input handling for device control.
Implement GPIO setup and touchscreen initialization functions for ESP32S3 with ILI9341 display.
Added wiring guide for ESP32-S3 with ILI9341 display and touchscreen, including pinouts for display, touchscreen, radio modules, and other components.
Added configuration for ESP32-S3 ILI9341 Touchscreen with 8MB Flash.
Added detailed wiring guide for ESP32-S3 with ST7789 display and touchscreen, including pinouts for display, touchscreen, radio modules, and additional features.
Added comprehensive wiring guide for ESP-WROOM32 with ST7789 display and touchscreen, including pinouts for display, touchscreen, SD card, radio modules, user input, I2C sensors, status LED, serial port, and power supply details.
Added detailed wiring guide for ESP-WROOM32 with ILI9341 display, including pinout for display, buttons, radio modules, I2C sensors, status LED, and serial port.
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 complete support for ESP32-S3 boards with ILI9341 and ST7789 displays, and comprehensive wiring documentation with visual diagrams for all four board configurations (ESP32-S3 and ESP-WROOM32).
Changes
New Board Support
Documentation
Each board folder includes connections.md with complete wiring guides:
Technical Implementation
Bug Fixes
Files Added/Modified
boards/esp32s3-ili9341/- Full board support (pins_arduino.h, interface.cpp, .ini, connections.md, diagrams/)boards/esp32s3-st7789/- Same structure for ST7789 variant (fixed incomplete configuration)boards/esp-wroom32-ili9341/connections.md- Updated documentationboards/esp-wroom32-st7789/connections.md- Updated documentationboards/pinouts/pins_arduino.h- Router file (directs compiler to correct board pins)