Multi screen support, with dyn alignment (#2801)

This commit is contained in:
Totoo
2025-10-03 19:10:10 +02:00
committed by GitHub
parent 23cabb8b8a
commit 371b6b5079
161 changed files with 4042 additions and 4157 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ class FreqManUIList : public Widget {
static constexpr int8_t char_height = 16;
static constexpr int8_t char_width = 8;
static constexpr int8_t line_max_length = 29;
uint8_t line_max_length = 29;
size_t visible_lines_{0};
FreqmanDB* db_{nullptr};