mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-04-24 00:30:46 +02:00
f019524600
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>