This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | DS_STATIC 0 |
#define | DS_TEXT 1 |
#define | DS_NUMERIC 2 |
#define | DS_PERCENTAGE 3 |
#define | DS_NO_YES 4 |
#define | DS_ARROWS 5 |
#define | DS_RAWTEXT 6 |
#define | DS_TEXTLENGTH 50 |
Functions | |
char | InitDisplay (char style, char *title, char *text, int value) |
Reset display and print initial values. | |
void | UpdateDisplay () |
Paint display. | |
Variables | |
volatile xdata signed char | displayPosition |
xdata char | displayTitle [16] |
xdata char | displayText [DS_TEXTLENGTH+1] |
xdata char | displayLength |
xdata char | displayStyle |
xdata char | displayValue |
Definition in file display.h.
|
Definition at line 13 of file display.h. Referenced by UpdateDisplay(). |
|
Definition at line 12 of file display.h. Referenced by AvailableProcessorTime(), and UpdateDisplay(). |
|
Definition at line 10 of file display.h. Referenced by UpdateDisplay(). |
|
Definition at line 11 of file display.h. Referenced by AvailableProcessorTime(), and UpdateDisplay(). |
|
Definition at line 14 of file display.h. Referenced by AvailableProcessorTime(), and UpdateDisplay(). |
|
Definition at line 8 of file display.h. Referenced by main(), Record(), and UpdateDisplay(). |
|
Definition at line 9 of file display.h. Referenced by AvailableProcessorTime(), and UpdateDisplay(). |
|
Definition at line 17 of file display.h. Referenced by InitDisplay(). |
|
Reset display and print initial values.
Definition at line 23 of file display.c. References displayLength, displayPosition, displayStyle, displayText, displayTitle, displayValue, DS_TEXTLENGTH, LcdLocateLine2, LcdPutString(), LcdReset(), and UpdateDisplay(). Referenced by main(), and Record().
Here is the call graph for this function: |
|
Paint display.
Definition at line 58 of file display.c. References displayPosition, displayStyle, displayText, displayTitle, displayValue, DS_ARROWS, DS_NO_YES, DS_NUMERIC, DS_PERCENTAGE, DS_RAWTEXT, DS_STATIC, DS_TEXT, LcdLocateHome, LcdLocateLine2, LcdPutChar(), LcdPutConstantString(), LcdPutUInt(), and temp. Referenced by AvailableProcessorTime(), and InitDisplay().
Here is the call graph for this function: |
|
Definition at line 23 of file display.h. Referenced by InitDisplay(), and timer0_interrupt(). |
|
Definition at line 20 of file display.h. Referenced by InitDisplay(), timer0_interrupt(), and UpdateDisplay(). |
|
Definition at line 24 of file display.h. Referenced by AvailableProcessorTime(), InitDisplay(), and UpdateDisplay(). |
|
Definition at line 22 of file display.h. Referenced by InitDisplay(), OpenFile(), and UpdateDisplay(). |
|
Definition at line 21 of file display.h. Referenced by AvailableProcessorTime(), InitDisplay(), ScreenSetPlayTime(), and UpdateDisplay(). |
|
Definition at line 25 of file display.h. Referenced by AvailableProcessorTime(), InitDisplay(), Record(), and UpdateDisplay(). |