mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2024-12-14 12:08:40 +00:00
More cleanup
This commit is contained in:
parent
b300cc258e
commit
90d2dbb49c
@ -579,7 +579,6 @@ SystemView::SystemView(
|
|||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
add_child(&info_view);
|
add_child(&info_view);
|
||||||
//this->info_view.set_dirty();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
this->status_view.set_back_enabled(!this->navigation_view.is_top());
|
this->status_view.set_back_enabled(!this->navigation_view.is_top());
|
||||||
|
@ -213,12 +213,9 @@ public:
|
|||||||
InformationView(NavigationView& nav);
|
InformationView(NavigationView& nav);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void refresh();
|
|
||||||
static constexpr auto version_string = "v1.1.1";
|
static constexpr auto version_string = "v1.1.1";
|
||||||
NavigationView& nav_;
|
NavigationView& nav_;
|
||||||
|
|
||||||
rtc::RTC datetime;
|
|
||||||
|
|
||||||
Rectangle backdrop {
|
Rectangle backdrop {
|
||||||
{ 0, 0 * 16, 240, 16 },
|
{ 0, 0 * 16, 240, 16 },
|
||||||
{33, 33, 33}
|
{33, 33, 33}
|
||||||
|
Loading…
Reference in New Issue
Block a user