Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions docs/hardware/sunton/esp32-4827s043.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,7 @@ or the latest found under <a target="_blank" href="https://github.com/HASwitchPl

Note that some of the screens have **TWO** versions, **Resistive** and **Capacitive**, so flash the correct firmware (ends in `r` or a `c` respectively).

**RESISTIVE**: After first boot, Run a `Calibration` via the web ui -> Display Setup -> Calibrate

Then on the screen, touch the indicated points.
**RESISTIVE**: The `r` firmware drives resistive touch with a standalone XPT2046 driver (this board's RGB-parallel panel is driven by ArduinoGFX, so touch runs on its own SPI bus) and ships with a working calibration baked in for the panel, so it is usable out of the box. Its calibration is set via the `TOUCH_XPT2046_*` build flags (notably `SWAP_XY` and the raw min/max window) rather than the web UI *Display Setup -> Calibrate* flow — adjust those and recompile to fine-tune. Resistive-touch support for this board was added in [openHASP #1028](https://github.com/HASwitchPlate/openHASP/pull/1028).

[1]: https://www.aliexpress.com/item/1005004788147691.html
[2]: https://www.aliexpress.com/item/1005004788147691.html
Expand Down