Add support for Pico-ResTouch-LCD-3.5 to ili9xxx driver (#6129)

* Working version of Waveshare 3.5 Res Touch driver.

* Default color order BGR
This commit is contained in:
Clyde Stubbs
2024-01-24 07:40:16 +11:00
committed by GitHub
parent 4812997429
commit 23071e932a
4 changed files with 94 additions and 70 deletions
+1
View File
@@ -66,6 +66,7 @@ MODELS = {
"ST7789V": ili9xxx_ns.class_("ILI9XXXST7789V", ILI9XXXDisplay),
"S3BOX": ili9xxx_ns.class_("ILI9XXXS3Box", ILI9XXXDisplay),
"S3BOX_LITE": ili9xxx_ns.class_("ILI9XXXS3BoxLite", ILI9XXXDisplay),
"WAVESHARE_RES_3_5": ili9xxx_ns.class_("WAVESHARERES35", ILI9XXXDisplay),
}
COLOR_ORDERS = {