mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-12 11:42:13 -04:00
SD card status view inherits from new Image class.
This commit is contained in:
parent
84824a504f
commit
dd6d56cff8
4 changed files with 17 additions and 9 deletions
|
@ -46,7 +46,6 @@ SystemStatusView::SystemStatusView() {
|
|||
&button_sleep,
|
||||
&sd_card_status_view,
|
||||
} });
|
||||
sd_card_status_view.set_parent_rect({ 28 * 8, 0 * 16, 2 * 8, 1 * 16 });
|
||||
|
||||
button_back.on_select = [this](Button&){
|
||||
if( this->on_back ) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue