Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 1076 → Rev 1077

/branches/V0.71h Code Redesign killagreg/menu.h
0,0 → 1,16
#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