diff --git a/examples/companion_radio/ui-new/BotScreen.h b/examples/companion_radio/ui-new/BotScreen.h index 5a333af6..cf0b0ec8 100644 --- a/examples/companion_radio/ui-new/BotScreen.h +++ b/examples/companion_radio/ui-new/BotScreen.h @@ -97,7 +97,7 @@ public: } display.setColor(DisplayDriver::LIGHT); } - return 300; + return 2000; } bool handleInput(char c) override { diff --git a/examples/companion_radio/ui-new/FullscreenMsgView.h b/examples/companion_radio/ui-new/FullscreenMsgView.h index 99b3317c..a5bfe99f 100644 --- a/examples/companion_radio/ui-new/FullscreenMsgView.h +++ b/examples/companion_radio/ui-new/FullscreenMsgView.h @@ -81,7 +81,7 @@ struct FullscreenMsgView { display.setCursor(display.width() - 6, 56); display.print(">"); } - return 300; + return 2000; } Result handleInput(char c) { diff --git a/examples/companion_radio/ui-new/UITask.cpp b/examples/companion_radio/ui-new/UITask.cpp index c3316809..ed17df45 100644 --- a/examples/companion_radio/ui-new/UITask.cpp +++ b/examples/companion_radio/ui-new/UITask.cpp @@ -478,7 +478,7 @@ public: display.print("v"); } - return 300; + return 2000; } bool handleInput(char c) override { @@ -1293,7 +1293,7 @@ public: _hist_sel < fs_hist_count - 1, _hist_sel > 0); } - return 300; + return 2000; } ChannelDetails ch; @@ -1421,7 +1421,7 @@ public: display.setColor(DisplayDriver::LIGHT); renderScrollHints(display, _msg_scroll, total_msg_items); } - return 300; + return 2000; } bool handleInput(char c) override {