Updates and fixes

This commit is contained in:
Ken Van Hoeylandt 2026-07-15 08:52:30 +02:00
parent 41c5f4843b
commit 3b4a4292e7
3 changed files with 3 additions and 2 deletions

View File

@ -101,6 +101,7 @@
pin-sda = <&gpio0 18 GPIO_FLAG_NONE>; pin-sda = <&gpio0 18 GPIO_FLAG_NONE>;
pin-scl = <&gpio0 8 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 { touch {
compatible = "goodix,gt911"; compatible = "goodix,gt911";
reg = <0x5D>; reg = <0x5D>;
@ -108,7 +109,6 @@
y-max = <320>; y-max = <320>;
swap-xy; swap-xy;
mirror-x; mirror-x;
pin-interrupt = <&gpio0 16 GPIO_FLAG_NONE>;
}; };
keyboard { keyboard {

View File

@ -101,6 +101,7 @@
pin-sda = <&gpio0 18 GPIO_FLAG_NONE>; pin-sda = <&gpio0 18 GPIO_FLAG_NONE>;
pin-scl = <&gpio0 8 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 { touch {
compatible = "goodix,gt911"; compatible = "goodix,gt911";
reg = <0x5D>; reg = <0x5D>;
@ -108,7 +109,6 @@
y-max = <320>; y-max = <320>;
swap-xy; swap-xy;
mirror-x; mirror-x;
pin-interrupt = <&gpio0 16 GPIO_FLAG_NONE>;
}; };
keyboard { keyboard {

View File

@ -12,6 +12,7 @@
## Higher Priority ## 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 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: - 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: Callback for device/start stop with filtering on device type: