None 类型的 GPIO 引脚:https://github.com/caemor/epd-waveshare/issues/188
esp32-s3-box-3 各设备和驱动:https://github.com/espressif/esp-bsp/blob/master/bsp/esp-box-3/README.md
#+ATTR_HTML: :width 400 :align center [[file:static/images/esp-box/2024-05-12_12-44-04_screenshot.png]]
各种 LCD screen and touch controllers list:https://github.com/espressif/esp-bsp/blob/master/LCD.md
esp32s3box-display-and-publish:https://github.com/sambenko/esp32s3box-display-and-publish/tree/main
- Displaying measured sensor data on ESP32S3-BOX and publishing the data via MQTT messages to a broker
- embassy 异步任务;
- wifi
- mqtt
- TT21100 触摸驱动;
- ili9342c LCD 驱动;
rust-esp32s3-lvgl-clickme :https://github.com/enelson1001/rust-esp32s3-lvgl-clickme/tree/master
- Clickme demo - rust + lv-binding-rust running on Aliexpress ESP32S3 with 7 inch screen
- 包含一个:gt911.rs GT911 触摸驱动(我又重新实现)。
GT911 datasheet:https://www.waveshare.com/wiki/7inch-Capacitive-Touch-LCD-C_Datasheets
GT911 参考 rust-esp32-touch 文档。