Rev 885 |
Blame |
Last modification |
View Log
| RSS feed
#ifndef _MENU_H
#define _MENU_H
#include <inttypes.h>
#define DISPLAYBUFFSIZE 80
extern void LCD_PrintMenu(void);
extern void LCD_Clear(void);
extern int8_t DisplayBuff[DISPLAYBUFFSIZE];
extern uint8_t DispPtr;
extern uint8_t RemoteButtons;
#endif //_MENU_H