mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-09-12 01:29:29 +00:00
Multi screen support, with dyn alignment (#2801)
This commit is contained in:
@@ -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};
|
||||
|
||||
Reference in New Issue
Block a user