Commit graph

13 commits

Author SHA1 Message Date
Johannes Marbach
0738a693fe Move files to correct folders 2024-01-02 20:32:29 +01:00
Johannes Marbach
aa3a4945e4 Handle input devices as they are plugged in and out 2023-03-11 20:20:34 +00:00
Oliver Smith
9a925617de
lv_conf: reduce LV_INDEV_DEF_READ_PERIOD to 5 ms
Reduce the timer from 30 ms to 5 ms to fix complaints by libinput about
event processing being too slow:

  libinput error: event4  - AT Translated Set 2 keyboard: client bug: event processing lagging behind by 35ms, your system is too slow

With this patch, there is still the problem that not all characters get
picked up when typing fast (issue 36).

Note that before switching lvgl to the release/3.8 branch, it was using
LV_DEF_REFR_PERIOD instead of LV_INDEV_DEF_READ_PERIOD for creating the
lv_indev_read_timer_cb timer.
2023-03-09 23:01:16 +01:00
Johannes Marbach
7926376fc5 Disable grid layout
Relates to: #13
2022-10-16 20:16:18 +02:00
Johannes Marbach
9fc71ca2ba Disable unused themes
Relates to: #13
2022-10-16 20:16:01 +02:00
Johannes Marbach
60656d20ef Disable unused widgets
Relates to: #13
2022-10-16 20:14:02 +02:00
Johannes Marbach
7963859887 Disable built-in fonts
Relates to: #13
2022-10-16 20:09:52 +02:00
Johannes Marbach
535f442b10 Do not show last typed character when typing
Fixes: #25
2022-01-28 20:02:41 +01:00
Johannes Marbach
ab2cfdd22a Create theming infrastructure and set up default light and dark theme
Relates to: #10
2021-10-05 20:53:37 +02:00
Johannes Marbach
94abe3b03b Add copyright headers 2021-09-21 14:01:53 +02:00
Johannes Marbach
58de966793 Clean up main.c 2021-09-19 20:50:43 +02:00
Johannes Marbach
deaa78d746 Disable building examples and add upstream PR 2021-09-03 10:54:03 +02:00
Johannes Marbach
5e93ccda4c Initial import 2021-09-02 20:08:45 +02:00