mirror of
https://github.com/eddyem/stm32samples.git
synced 2026-02-28 20:04:30 +03:00
display modes: window and menu; check ADC - wery good
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user