fremoclock
1_3A01
FREMO Clock - Software for UTG
|
Subroutines for access to LCD for Program. More...
Go to the source code of this file.
Functions | |
void | UserInterfaceLcdProgramPulseWidth (uint8_t pulseWidth) |
Write on LCD "PrPub" (edit pulse width). More... | |
void | UserInterfaceLcdProgramSet0 (menuSet0_t subMenuSelection) |
Write on LCD "PrSe0" (set time to midnight). More... | |
Subroutines for access to LCD for Program.
Software:
Targets:
History:
Definition in file UserInterfaceLcdProgram.h.
void UserInterfaceLcdProgramPulseWidth | ( | uint8_t | pulseWidth | ) |
Write on LCD "PrPub" (edit pulse width).
pulseWidth | the pulse width to display |
Definition at line 59 of file UserInterfaceLcdProgram.c.
void UserInterfaceLcdProgramSet0 | ( | menuSet0_t | subMenuSelection | ) |
Write on LCD "PrSe0" (set time to midnight).
subMenuSelection | current sub menu item to display ("Zurck" or "PrSe0") |
Definition at line 72 of file UserInterfaceLcdProgram.c.