zmk_mf68/app/src/display
Richard Kjerstadius a774ce8555 fix(display): Increase char buffer size to fit all symbols
Recent refactoring of the font handling seems to have broken the display
of the last symbol of the output status widget. From my analysis the
last symbol is truncated because the buffer simply is too small.
Increasing the buffer size to 9 fits all three possible symbols.
2021-10-12 12:00:21 -04:00
..
widgets fix(display): Increase char buffer size to fit all symbols 2021-10-12 12:00:21 -04:00
CMakeLists.txt Add uppermost, current layer status widget to oled (#493) 2020-12-28 20:17:32 -05:00
Kconfig refactor(display): Saner font selection/defaults. 2021-09-25 19:43:20 -04:00
main.c refactor(display): Output/layer/battery thread safety. 2021-09-25 17:17:04 -04:00
status_screen.c refactor(display): Saner font selection/defaults. 2021-09-25 19:43:20 -04:00