Add better support for the Adafruit PiTFT 2.8 for Native (#3704)

* Add better support for the Adafruit PiTFT 2.8 for Native

* native: Make touch i2c address configurable

* Bump portduino to pick up I2C features

---------

Co-authored-by: Ben Meadors <benmmeadors@gmail.com>
This commit is contained in:
Jonathan Bennett
2024-04-23 14:18:51 -05:00
committed by GitHub
parent 9c9d126f6b
commit 57d296e0db
5 changed files with 18 additions and 7 deletions

View File

@@ -21,6 +21,7 @@ enum configNames {
touchscreenModule,
touchscreenCS,
touchscreenIRQ,
touchscreenI2CAddr,
touchscreenBusFrequency,
touchscreenRotate,
touchscreenspidev,