Commit graph

56 commits

Author SHA1 Message Date
Vladimir Stoiakin
c4b3729047 buffyboard: track virtual terminals with /sys/class/tty/tty0/active 2025-07-03 14:19:10 +00:00
Johannes Marbach
26536338a1 Merge branch 'def_rotate' into 'master'
buffyboard: rotate the keyboard according to /sys/class/graphics/fbcon/rotate

See merge request postmarketOS/buffybox!60
2025-06-18 18:43:26 +00:00
Johannes Marbach
8dd14d4b60 Merge branch 'lvgl93' into 'master'
misc: Update LVGL to 9.3.0

See merge request postmarketOS/buffybox!59
2025-06-18 18:24:23 +00:00
Vladimir Stoiakin
b37cc6ed92 buffyboard: rotate the keyboard according to /sys/class/graphics/fbcon/rotate 2025-06-18 19:10:16 +03:00
Vladimir Stoiakin
b6c6bab4d9 misc: Update LVGL to 9.3.0 2025-06-09 15:56:42 +03:00
Vladimir Stoiakin
23e24f7f89 misc: do not hang if graphics backend is not available 2025-05-12 18:49:16 +03:00
Vladimir Stoiakin
426f849b72 build: support split packaging for buffyboard and unl0kr 2025-05-11 18:00:57 +03:00
Vladimir Stoiakin
3e08ee4716 buffyboard: disable unused LVGL widgets 2025-05-05 12:20:36 +03:00
Johannes Marbach
1103aa224f Merge branch 'warnings' into 'master'
misc: fix warnings

See merge request postmarketOS/buffybox!47
2025-04-23 19:33:34 +00:00
Vladimir Stoiakin
b711b97632 misc: use standard C library instead of builtin functions 2025-04-22 16:28:47 +03:00
Vladimir Stoiakin
5c782575f2 misc: fix warnings 2025-04-17 14:08:19 +03:00
Vladimir Stoiakin
fa985ec163 misc: update README 2025-04-16 13:19:01 +03:00
Vladimir Stoiakin
8b1ca6e4cf Update LVGL to 9.2.2 2025-04-15 16:17:52 +00:00
Vladimir Stoiakin
2627baeea3 build: do not hardcode endianess of a system 2025-03-25 10:50:02 +03:00
Colin
edf612adee add buffyboard systemd service 2024-11-02 10:10:15 +00:00
Colin
a036d1e9a1 use OS sleep instead of polling to reduce CPU usage
without this lvgl never releases the CPU, and just pegs one of the cores
to 100%. see
<https://github.com/lvgl/lvgl/blob/master/docs/porting/timer_handler.rst>
2024-10-05 13:03:02 +00:00
Vladimir Stoiakin
ec21e5ead9 unify build systems of buffyboard and unl0kr 2024-09-26 13:40:50 +03:00
Pablo Correa Gomez
dd4905ccfb Make /usr/share paths comply with FHS 2024-09-24 19:09:53 +00:00
fossdd
482b23bfea Load config from /usr/share aswell 2024-09-04 18:41:15 +00:00
undef
e15e0b638b buffyboard: Install config file
Testing buffyboard ready for the Debian release I noticed that this
wasn't being installed.
2024-08-24 06:19:35 +00:00
Johannes Marbach
79c1b2dfb6 Prevent logging internal LVGL errors to stdout 2024-08-08 20:05:28 +02:00
Undef
0eae2838dc Add Buffyboard Man pages and Unify Build 2024-07-26 16:40:49 +00:00
Johannes Marbach
edeb5e4a35 Prepare for 3.2.0 2024-06-03 21:14:48 +02:00
Johannes Marbach
f631b81308 Merge branch 'master' into johannes/nord-theme 2024-06-03 21:06:23 +02:00
Jordie
91b10d6603 Added Adwaita dark theme 2024-04-22 13:29:18 +00:00
Johannes Marbach
9ef8414f17 Grab screenshots via fbcat to fix colors 2024-04-18 20:21:11 +02:00
Johannes Marbach
fc99725211 Prepare for 3.1.0 2024-04-10 20:36:54 +02:00
Johannes Marbach
0bfbcaf377 Add tests for version flag 2024-04-01 17:05:17 +02:00
Johannes Marbach
194a090d92 Add CLI flag for verbose logging 2024-04-01 16:21:44 +02:00
Johannes Marbach
46389fccb6 Add nord themes 2024-03-31 20:53:27 +02:00
Johannes Marbach
8f1262ccb2 Move parts of config to shared 2024-03-30 21:12:37 +01:00
Johannes Marbach
1578617560 Use bbx prefix for shared code 2024-03-30 20:52:01 +01:00
Johannes Marbach
6cea4e60d6 Remove leftover font 2024-03-30 20:37:07 +01:00
Johannes Marbach
b31f61f6c1 Move font to shared 2024-03-30 19:35:29 +00:00
Johannes Marbach
471c1fe0e3 Add screenshots 2024-03-30 12:46:09 +00:00
Johannes Marbach
29e100b1d4 Fix typos 2024-03-30 08:37:59 +01:00
Johannes Marbach
77d16aec96 Update README 2024-03-30 08:34:13 +01:00
Johannes Marbach
81c331f66c Move theme config to other section 2024-03-30 08:28:41 +01:00
Johannes Marbach
fd0bd170a1 Fix font generation 2024-03-30 08:21:38 +01:00
Johannes Marbach
2987305546 Add themes and fbdev force-refresh quirk via config 2024-03-30 08:06:29 +01:00
Johannes Marbach
b98b8d1be2 Move indev to shared component 2024-03-28 14:31:27 +01:00
Johannes Marbach
0d3c1677da Move cursor to shared component 2024-03-28 13:27:01 +01:00
Johannes Marbach
a67751cfef Revert "Include sigaction header to silence IDE errors"
This reverts commit 60e368289e.
2024-03-21 14:44:20 +01:00
Johannes Marbach
60e368289e Include sigaction header to silence IDE errors 2024-03-21 14:41:42 +01:00
Johannes Marbach
785e831063 Restore software rotation
Fixes: #26
2024-03-21 14:27:20 +01:00
Johannes Marbach
be5a0f4c63 Use a single lvgl submodule for all apps 2024-02-22 12:14:28 +00:00
Johannes Marbach
5bb73f8001 Update buffyboard to lvgl master 2024-02-19 13:20:20 +00:00
Johannes Marbach
db906419e8 Minor formatting 2024-01-12 10:00:05 +01:00
Johannes Marbach
fadf86d8b0 Replace license headers with SPDX-License-Identifiers 2024-01-12 09:51:43 +01:00
Johannes Marbach
c8d1b8905a Use 'buffybox' in copyright headers 2024-01-10 19:54:00 +01:00