Rev 1077 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1077 | Rev 1078 | ||
---|---|---|---|
Line 7... | Line 7... | ||
7 | 7 | ||
8 | extern void LCD_PrintMenu(void); |
8 | extern void LCD_PrintMenu(void); |
9 | extern void LCD_Clear(void); |
9 | extern void LCD_Clear(void); |
10 | extern int8_t DisplayBuff[DISPLAYBUFFSIZE]; |
10 | extern int8_t DisplayBuff[DISPLAYBUFFSIZE]; |
- | 11 | extern uint8_t DispPtr; |
|
- | 12 | extern uint8_t MenuItem; |
|
11 | extern uint8_t DispPtr; |
13 | extern uint8_t MaxMenuItem; |
12 | extern uint8_t RemoteButtons; |
- | |
13 | 14 | extern uint8_t RemoteKeys; |