From 3b4a4292e713385ff7764dc761593006252beae2 Mon Sep 17 00:00:00 2001 From: Ken Van Hoeylandt Date: Wed, 15 Jul 2026 08:52:30 +0200 Subject: [PATCH] Updates and fixes --- Devices/lilygo-tdeck-plus/lilygo,tdeck-plus.dts | 2 +- Devices/lilygo-tdeck/lilygo,tdeck.dts | 2 +- Documentation/ideas.md | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Devices/lilygo-tdeck-plus/lilygo,tdeck-plus.dts b/Devices/lilygo-tdeck-plus/lilygo,tdeck-plus.dts index 263503a46..6e7b737f8 100644 --- a/Devices/lilygo-tdeck-plus/lilygo,tdeck-plus.dts +++ b/Devices/lilygo-tdeck-plus/lilygo,tdeck-plus.dts @@ -101,6 +101,7 @@ pin-sda = <&gpio0 18 GPIO_FLAG_NONE>; pin-scl = <&gpio0 8 GPIO_FLAG_NONE>; + // WARNING: Don't use the interrupt pin as it's unstable on some devices touch { compatible = "goodix,gt911"; reg = <0x5D>; @@ -108,7 +109,6 @@ y-max = <320>; swap-xy; mirror-x; - pin-interrupt = <&gpio0 16 GPIO_FLAG_NONE>; }; keyboard { diff --git a/Devices/lilygo-tdeck/lilygo,tdeck.dts b/Devices/lilygo-tdeck/lilygo,tdeck.dts index 265c3c6d3..da408c310 100644 --- a/Devices/lilygo-tdeck/lilygo,tdeck.dts +++ b/Devices/lilygo-tdeck/lilygo,tdeck.dts @@ -101,6 +101,7 @@ pin-sda = <&gpio0 18 GPIO_FLAG_NONE>; pin-scl = <&gpio0 8 GPIO_FLAG_NONE>; + // WARNING: Don't use the interrupt pin as it's unstable on some devices touch { compatible = "goodix,gt911"; reg = <0x5D>; @@ -108,7 +109,6 @@ y-max = <320>; swap-xy; mirror-x; - pin-interrupt = <&gpio0 16 GPIO_FLAG_NONE>; }; keyboard { diff --git a/Documentation/ideas.md b/Documentation/ideas.md index f0fd99590..59e41d27a 100644 --- a/Documentation/ideas.md +++ b/Documentation/ideas.md @@ -12,6 +12,7 @@ ## Higher Priority +- When display orientation is changed, show a dialog that asks if it succeeded. If the user doesn't click "ok" then restore the previous settings. - Add font design tokens such as "regular", "title" and "smaller". Perhaps via the LVGL kernel module. - Add kernel listening mechanism so that the root device init can be notified when a device becomes available: Callback for device/start stop with filtering on device type: