zmk/app/src/display
Mike Szczys f019524600 fix(display): widgets: increase buffer size for symbols
Increase buffer size used for placing LVGL symbols on displays. This
prevents array overflow warnings as discussed in #2444.

Also convert one sprintf to snprintf to ensure the buffers are always
null terminated and never overflow.

Signed-off-by: Mike Szczys <szczys@hotmail.com>
2024-08-28 00:35:28 -06:00
..
widgets fix(display): widgets: increase buffer size for symbols 2024-08-28 00:35:28 -06:00
CMakeLists.txt Add uppermost, current layer status widget to oled (#493) 2020-12-28 20:17:32 -05:00
Kconfig refactor: remove redundant Kconfig defaults 2024-02-19 16:39:31 -08:00
main.c feat(display): Add setting to invert display colors 2023-05-21 21:51:36 -06:00
status_screen.c fix(display): Do not override font size in status screen 2023-04-09 21:36:43 -07:00
theme.c refactor(display): Updates for LVGL v8.x changes. 2023-04-05 22:55:38 -07:00
theme.h refactor(display): Updates for LVGL v8.x changes. 2023-04-05 22:55:38 -07:00