Commit Graph
3 Commits
Author SHA1 Message Date
Ton Huisman 7e13c7bd0c [P099] Enable support for configurable SPI bus 2025-08-13 14:01:25 +02:00
Ton Huisman 459ca17556 [P099] Improve string allocation, add options, source formatting
- Source formatting and String allocation using reserve() for longer strings
- Add option and command for flipping the rotation setting
- Improved rotation setting to conform to ILI9341 setting
- Add option for setting the debounce delay for On/Off buttons
2020-11-01 21:02:44 +01:00
Ton Huisman a5196cc48e [P099] Touch XPT2046 new plugin
- Adds Touch support for XPT2046 (often combined with ILI9341 TFT)
- Space for up to 40 user defined touchobjects by name
- Allows several types of events, X/Y, X/Y/X, objectname [TaskName#ObjectName]
- Calibration to map to screen coordinates (optional)

TODO:
- Implement VSPI support on ESP32
- Documentation

NB: Needs PR #3205
2020-09-06 20:36:53 +02:00