4827S043: document working resistive touch (standalone XPT2046)#53
Open
lucvan wants to merge 1 commit into
Open
4827S043: document working resistive touch (standalone XPT2046)#53lucvan wants to merge 1 commit into
lucvan wants to merge 1 commit into
Conversation
The page's resistive-touch calibration instructions pointed at the web UI Display Setup -> Calibrate flow, which does not apply to this board: its RGB-parallel panel is driven by ArduinoGFX and touch uses a standalone XPT2046 driver (openHASP#1028) that ships pre-calibrated and is configured via TOUCH_XPT2046_* build flags. Correct the note accordingly. Signed-off-by: Luc Van <lucvan@gmail.com>
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.
Follow-up to openHASP#1028, which adds working resistive (XPT2046) touch for the Sunton ESP32-4827S043R.
This page's RESISTIVE setup note told users to calibrate via Display Setup → Calibrate in the web UI. That doesn't apply to this board: its RGB-parallel panel is driven by ArduinoGFX, so touch runs through a standalone XPT2046 driver (its own SPI bus) that ships pre-calibrated and is tuned via
TOUCH_XPT2046_*build flags, not the web-UI Calibrate flow.The note is corrected to reflect that, and links the driver PR for provenance.
Verified on hardware (ESP32-4827S043R): display + calibrated resistive touch working.