From 8ea5c839dde2ba21b83ba7689cedb2d7eec5ea9a Mon Sep 17 00:00:00 2001 From: Ton Huisman Date: Sun, 30 Jun 2024 18:09:59 +0200 Subject: [PATCH] [P123] Docs: add remark for untested touchscreen controllers --- docs/source/Plugin/P123.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/Plugin/P123.rst b/docs/source/Plugin/P123.rst index 35ce5d687..e2e27af94 100644 --- a/docs/source/Plugin/P123.rst +++ b/docs/source/Plugin/P123.rst @@ -73,11 +73,11 @@ The configured display will be used to draw the objects, if any, that can be con * *CST820 (0x15)*: CST816/CST820 touchscreen controller family. -* *CST226 (0x5A)*: CST226 touchscreen controller. +* *CST226 (0x5A)*: CST226 touchscreen controller. (Not yet tested on real hardware) -* *AXS15231 (0x3B)*: AXS15231 touchscreen controller. +* *AXS15231 (0x3B)*: AXS15231 touchscreen controller. (Not yet tested on real hardware) -* *CHSC5816 (0x2E)*: CHSC5816 touchscreen controller. +* *CHSC5816 (0x2E)*: CHSC5816 touchscreen controller. (Not yet tested on real hardware) * *Auto-detect*: Select this option to have the plugin auto-detect the used touchscreen controller. This auto-detect is mostly based on an I2C device being available at the shown addresses, so might get confused if a non-touchscreen I2C device at one of these addresses is installed.