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 2df2bfdb..932a6fd7 100644 --- a/examples/companion_radio/ui-new/FullscreenMsgView.h +++ b/examples/companion_radio/ui-new/FullscreenMsgView.h @@ -85,7 +85,7 @@ struct FullscreenMsgView { display.setCursor(display.width() - 6, nav_y); 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 85ff86c0..53c97289 100644 --- a/examples/companion_radio/ui-new/UITask.cpp +++ b/examples/companion_radio/ui-new/UITask.cpp @@ -479,7 +479,7 @@ public: display.print("v"); } - return 300; + return 2000; } bool handleInput(char c) override { @@ -1298,7 +1298,7 @@ public: _hist_sel < fs_hist_count - 1, _hist_sel > 0); } - return 300; + return 2000; } ChannelDetails ch; @@ -1426,7 +1426,7 @@ public: display.setColor(DisplayDriver::LIGHT); renderScrollHints(display, _msg_scroll, total_msg_items); } - return 300; + return 2000; } bool handleInput(char c) override {