Subversion Repositories Projects

Rev

Rev 426 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 426 Rev 765
Line 3... Line 3...
3
 
3
 
Line 4... Line 4...
4
#include <inttypes.h>
4
#include <inttypes.h>
Line 5... Line 5...
5
 
5
 
6
#define DISPLAYBUFFSIZE 80
6
#define DISPLAYBUFFSIZE 80
7
 
7
 
8
extern void LCD_PrintMenu(void);
8
extern void Menu_Update(uint8_t Keys);
9
extern void LCD_Clear(void);
9
extern void Menu_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;