mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-08-18 05:34:01 +00:00
UI options: backlight auto-off, splash screen toggle
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
|
||||
#include "splash.hpp"
|
||||
|
||||
#include "ui_about.hpp"
|
||||
#include "ui_setup.hpp"
|
||||
#include "ui_debug.hpp"
|
||||
#include "ui_receiver.hpp"
|
||||
@@ -169,7 +170,10 @@ SystemView::SystemView(
|
||||
//else
|
||||
// navigation_view.push(new BMPView { navigation_view });
|
||||
|
||||
if (portapack::persistent_memory::ui_config() & 1)
|
||||
navigation_view.push(new BMPView { navigation_view });
|
||||
else
|
||||
navigation_view.push(new SystemMenuView { navigation_view });
|
||||
}
|
||||
|
||||
Context& SystemView::context() const {
|
||||
|
||||
Reference in New Issue
Block a user