Add LilyGO T-Deck Max (e-paper) base board support (#552)

This commit is contained in:
Crazypedia
2026-07-08 02:40:09 -04:00
committed by GitHub
parent f4f91f81d6
commit d6ac070e30
27 changed files with 2274 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
# XL9555 I/O expander
A driver for the `XL9555` 16-bit I2C-bus I/O expander, used by several LilyGO boards
(e.g. T-Deck Pro Max) for power-rail enables, reset lines, and antenna/audio routing.
Its register map is PCA9555-compatible: two 8-bit ports for input, output, polarity
inversion, and direction, addressed as pins 0-15 (port 0 = pins 0-7, port 1 = pins 8-15).
It does not support pull-up/down resistors or high-impedance outputs; requesting those
flags returns `ERROR_NOT_SUPPORTED`.
License: [Apache v2.0](LICENSE-Apache-2.0.md)