display modes: window and menu; check ADC - wery good

This commit is contained in:
Edward Emelianov
2023-05-14 22:05:36 +03:00
parent 13cc2a7e70
commit a67da85f55
10 changed files with 155 additions and 48 deletions

View File

@@ -18,6 +18,8 @@
#pragma once
#include "hardware.h"
#include <stdint.h>
struct _menu_;
@@ -37,4 +39,4 @@ typedef struct _menu_{
extern menu mainmenu;
// subwindow handler
typedef void (*window_handler)(uint8_t evtmask);
typedef void (*window_handler)(btnevtmask evtmask);