[FL-2537, FL-2539, FL-2534, FL-2534, FL-2525]: UI and UX improvements (#1246)
* FL-2537: ON/OFF buttons * FL-2539: cancelable lowbatt shutdown * FL-2534: update storage format results screen, cleanup dialog_ex usage. * FL-2534: storage setting UX rework * FL-2525: unify arrows icons * Remove unused icons * UI: Rename Ok to OK
This commit is contained in:
@@ -2,6 +2,13 @@
|
||||
|
||||
typedef struct PowerOff PowerOff;
|
||||
|
||||
typedef enum {
|
||||
PowerOffResponseDefault,
|
||||
PowerOffResponseOk,
|
||||
PowerOffResponseCancel,
|
||||
PowerOffResponseHide,
|
||||
} PowerOffResponse;
|
||||
|
||||
#include <gui/view.h>
|
||||
|
||||
PowerOff* power_off_alloc();
|
||||
@@ -11,3 +18,5 @@ void power_off_free(PowerOff* power_off);
|
||||
View* power_off_get_view(PowerOff* power_off);
|
||||
|
||||
void power_off_set_time_left(PowerOff* power_off, uint8_t time_left);
|
||||
|
||||
PowerOffResponse power_off_get_response(PowerOff* power_off);
|
||||
|
Reference in New Issue
Block a user