Tab5 ST7121 variant + fixes (#605)
Added the newest variant to the tab5, St7121. Fixed variant detection reliability Fixed tab5 camera WHO_AM_I failing sometimes Fixed tab5 keyboard live rotation on boot and after stopping/starting lvgl
This commit is contained in:
@@ -6,6 +6,7 @@ enum class Tab5Variant {
|
||||
Unknown,
|
||||
V1, // Older variant: ILI9881C display + GT911 touch (see devices_v1.cpp)
|
||||
V2, // Newer variant (default): ST7123 display + in-cell touch (see devices_v2.cpp)
|
||||
V3, // Newest variant: ST7121 display + in-cell touch (see devices_v3.cpp)
|
||||
};
|
||||
|
||||
// Populated once the device_listener callback in display_detect.cpp has detected which
|
||||
|
||||
Reference in New Issue
Block a user