Device migrations, driver migrations and more (#575)

This commit is contained in:
Ken Van Hoeylandt
2026-07-20 23:43:17 +02:00
committed by GitHub
parent 2d768ef3a1
commit 2fbc44466a
221 changed files with 8824 additions and 3652 deletions
+12
View File
@@ -0,0 +1,12 @@
# AXS5106 touch controller
A driver for the `AXS5106` I2C capacitive touch controller, used on the Waveshare ESP32-S3-Touch-LCD-1.47.
Ported from the `esp_lcd_touch_axs5106` component bundled with Waveshare's official ESP-IDF factory demo firmware
for this board (`ESP32-S3-Touch-LCD-1.47-Demo/ESP-IDF/01_factory/components/esp_lcd_touch_axs5106/esp_lcd_touch_axs5106.c`,
downloadable from https://www.waveshare.com/wiki/ESP32-S3-Touch-LCD-1.47) - not a standalone repo.
The original license was also Apache v2.0
Supports up to 2 touch points.
License: [Apache v2.0](LICENSE-Apache-2.0.md)