Rev 1880 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1880 | Rev 1897 | ||
---|---|---|---|
Line 6... | Line 6... | ||
6 | // + see the File "License.txt" for further Informations |
6 | // + see the File "License.txt" for further Informations |
7 | // ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
7 | // ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
8 | #include "main.h" |
8 | #include "main.h" |
9 | #include "eeprom.h" |
9 | #include "eeprom.h" |
Line -... | Line 10... | ||
- | 10 | ||
- | 11 | #ifdef WITH_MKTOOL_Display // only include functions if DEBUG is defined in main.h |
|
- | 12 | ||
- | 13 | #warning : "### with MKTool Display ###" |
|
10 | 14 | ||
11 | char DisplayBuff[80] = "Hello World"; |
15 | char DisplayBuff[80] = "Hello World"; |
Line 12... | Line 16... | ||
12 | unsigned char DispPtr = 0; |
16 | unsigned char DispPtr = 0; |
13 | 17 | ||
Line 200... | Line 204... | ||
200 | MenuePunkt = 0; |
204 | MenuePunkt = 0; |
201 | break; |
205 | break; |
202 | } |
206 | } |
203 | RemoteKeys = 0; |
207 | RemoteKeys = 0; |
204 | } |
208 | } |
- | 209 | #endif |