mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-22 05:14:46 -07:00
GUI module example: 2 button dialog (#308)
* GUI: reusable module example
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user