VLSI Solution Oy Evaluation MP3 Player Source Code Documentation
#include "display.h"
#include "lcd.h"
#include "board.h"
#include "string.h"
Include dependency graph for display.c:

Go to the source code of this file.
Functions | |
| char | InitDisplay (char style, char *title, char *text, int value) |
| Reset display and print initial values. | |
| void | UpdateDisplay () |
| Paint display. | |
Variables | |
| volatile xdata 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.c.
|
||||||||||||||||||||
|
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 13 of file display.c. Referenced by InitDisplay(), and timer0_interrupt(). |
|
|
Definition at line 10 of file display.c. Referenced by InitDisplay(), timer0_interrupt(), and UpdateDisplay(). |
|
|
Definition at line 14 of file display.c. Referenced by AvailableProcessorTime(), InitDisplay(), and UpdateDisplay(). |
|
|
Definition at line 12 of file display.c. Referenced by InitDisplay(), OpenFile(), and UpdateDisplay(). |
|
|
Definition at line 11 of file display.c. Referenced by AvailableProcessorTime(), InitDisplay(), ScreenSetPlayTime(), and UpdateDisplay(). |
|
|
Definition at line 15 of file display.c. Referenced by AvailableProcessorTime(), InitDisplay(), Record(), and UpdateDisplay(). |