Definition in file output.c.
Go to the source code of this file.
Functions | |
| void | OutInit (void) |
| Initializes the display and LEDs. | |
| void | OutTriggerDisplay (void) |
| Retriggers the time the LCD backlight stays on. | |
| void | OutMain (void) |
| Handles the display access and LED blinking if enabled. | |
| void | OutSwitchOffLCD (void) |
| The function turns off the backlight of the LCD and the LCD itself. | |
| void | OutSwitchLCDBacklight (BOOL On) |
| The function turns the backlight of the LCD on or off. | |
| BOOL | OutIsLCDBusy (void) |
| The function determines, if all commands are handled by the display and the appropriate actions are done. | |
| void | OutEnableCursor (BOOL On) |
| The function enables the cursor in the display. | |
| void | OutSetCursor (BYTE Column, BYTE Row) |
| The function sets the position of the cursor independently of the visibility of the cursor. | |
| void | OutSwitchOffAllLEDs (void) |
| All button LEDs will be turned off. | |
| void | OutSetLEDMask (BYTE LedMask, BYTE LedSwitchMask) |
| Gives boolean access to the LEDs via a switch mask. | |
| void | OutSetLED (BYTE LedMask, eLED_Modes Mode) |
| Gives access to the LEDs. | |
| eLED_Modes | OutGetLEDMode (BYTE Led) |
| Obtain the mode of the specified LED. | |
| void | OutConvertNameForDisplay (BYTE *pString) |
| Converts a string from the website to the display encoding. | |
1.5.5