SD card status view inherits from new Image class.

This commit is contained in:
Jared Boone 2016-02-03 15:50:14 -08:00
parent 84824a504f
commit dd6d56cff8
4 changed files with 17 additions and 9 deletions

View file

@ -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 ) {