#ifndef _GUI_H
#define _GUI_H
#include "menu.h"
void gui_Init(u8g2_t *u8g2);
void gui_Draw(void);
void gui_Next(void);
void gui_Select(void);
#endif