mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-09-10 08:39:29 +00:00
Prepare for display orientation part 1 (#2661)
This commit is contained in:
@@ -226,7 +226,7 @@ class FrequencyKeypadView : public View {
|
||||
static constexpr int text_digits = mhz_digits + 1 + submhz_digits;
|
||||
|
||||
Text text_value{
|
||||
{0, 4, 240, 16}};
|
||||
{0, 4, screen_width, 16}};
|
||||
|
||||
std::array<Button, 12> buttons{};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user