From 9871fab2cc56a840e638f6a4dc58a1f539d52d99 Mon Sep 17 00:00:00 2001 From: Johannes Marbach Date: Mon, 20 Sep 2021 21:31:12 +0200 Subject: [PATCH] Add touchscreen issue --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ae11d0..38121bf 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ While partially usable, buffyboard currently still is a work in progress. ## To do - Support different screen rotations -- Eliminate `libinput_multi.[ch]` once support for multiple input devices has been upstreamed to [lv_drivers] (see [lvgl/lv_drivers#151] and [lvgl/lv_drivers#165]) +- Eliminate `libinput_multi.[ch]` once support for multiple input devices has been upstreamed to [lv_drivers] (see [lvgl/lv_drivers#151], [lvgl/lv_drivers#165] and [lvgl/lv_drivers#166]) - Add remaining layers from [squeekboard's US terminal layout] (symbols and actions) - Warn about mismatches between on-screen keyboard layout and terminal keyboard layout - Add [squeekboard's FR terminal layout] @@ -112,6 +112,7 @@ The [FontAwesome] font is licensed under the Open Font License version 1.1. [lv_drivers]: https://github.com/lvgl/lv_drivers [lvgl/lv_drivers#151]: https://github.com/lvgl/lv_drivers/issues/151 [lvgl/lv_drivers#165]: https://github.com/lvgl/lv_drivers/pull/165 +[lvgl/lv_drivers#166]: https://github.com/lvgl/lv_drivers/pull/166 [squeekboard's FR terminal layout]: https://gitlab.gnome.org/World/Phosh/squeekboard/-/blob/master/data/keyboards/terminal/fr.yaml [lvgl]: https://github.com/lvgl/lvgl [libinput]: https://gitlab.freedesktop.org/libinput/libinput