GUI module example: 2 button dialog (#308)

* GUI: reusable module example
This commit is contained in:
あく
2021-01-20 19:51:01 +03:00
committed by GitHub
parent 8f9b2513ff
commit d0ed33e710
7 changed files with 305 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
#include <gui/canvas.h>
#include <gui/view.h>
typedef enum { PowerViewInfo } PowerView;
typedef enum { PowerViewInfo, PowerViewDialog } PowerView;
typedef struct {
float current_charger;