testing menu

This commit is contained in:
2021-05-21 05:48:15 +02:00
parent 470dd2077c
commit 934542fd3d
2 changed files with 32 additions and 0 deletions

7
menu.h Normal file
View File

@@ -0,0 +1,7 @@
#ifndef _MENU_H_
#include <stdint.h>
void set_page(uint8_t page_num);
void draw_menu(void);
#endif