|
fremoclock
1_3A01
FREMO Clock - Software for UTG
|
Subroutines for acess to LCD for Normal. More...
Go to the source code of this file.
Functions | |
| void | UserInterfaceLcdNormalClock (menuNormalClock_t ucbut) |
| Write LCD display in Normal Mode ("NmUhr"). More... | |
| void | UserInterfaceLcdNormalQuick (menuFastFwd_t ucbut) |
| Write LCD display in Normal Mode ("NmSvr"). More... | |
| void | UserInterfaceLcdNormalQuickClock (menuFastFwd_t ucbut, menuNormalClock_t ucbut1, uint8_t ucminute, uint8_t uchour) |
| Write LCD display in Normal Mode ("SvSrt" or "SvNul"). More... | |
| void | UserInterfaceLcdNormalTimeFactor (uint8_t ucbut) |
| Write LCD display while setting time factor. More... | |
| void | UserInterfaceLcdNormalStartTime (menuSetTime_t ucbut) |
| Write LCD display "NmSZt". More... | |
| void | UserInterfaceLcdNormalStartTimeSet (uint8_t ucminute, uint8_t uchour) |
| Write LCD display "NmSZt". More... | |
| void | UserInterfaceLcdNormalCurrentTime (menuSetTime_t ucbut) |
| Write LCD display "NmAZt". More... | |
| void | UserInterfaceLcdNormalCurrentTimeSet (uint8_t ucminute, uint8_t uchour) |
| Write LCD display "NmAZt". More... | |
| void | UserInterfaceLcdNormalTargetTime (menuSetTime_t ucbut) |
| Write LCD display "NmZZt". More... | |
| void | UserInterfaceLcdNormalTargetTimeSet (uint8_t ucminute, uint8_t uchour) |
| Write LCD display "NmZZt". More... | |
Subroutines for acess to LCD for Normal.
Software:
Targets:
History:
Definition in file UserInterfaceLcdNormal.h.
| void UserInterfaceLcdNormalClock | ( | menuNormalClock_t | ucbut | ) |
Write LCD display in Normal Mode ("NmUhr").
In the first line startTime, timeFactor and " NmUhr" are displayed. In the second line the currentTime and the menu selection are displayed.
HH:MM xx,x NmUhr HH:MM Start
| ucbut | the current menu selection. |
Definition at line 80 of file UserInterfaceLcdNormal.c.

| void UserInterfaceLcdNormalCurrentTime | ( | menuSetTime_t | ucbut | ) |
Write LCD display "NmAZt".
| ucbut | mode of sub menu ""Minte", "Stnde", "Zurck" |
Definition at line 177 of file UserInterfaceLcdNormal.c.

| void UserInterfaceLcdNormalCurrentTimeSet | ( | uint8_t | ucminute, |
| uint8_t | uchour | ||
| ) |
Write LCD display "NmAZt".
| ucminute | minute of current time |
| uchour | hour of current time |
Definition at line 210 of file UserInterfaceLcdNormal.c.

| void UserInterfaceLcdNormalQuick | ( | menuFastFwd_t | ucbut | ) |
Write LCD display in Normal Mode ("NmSvr").
| ucbut | mode sub menu: "SvSrt", "SvNul" or "Zurck" |
Definition at line 99 of file UserInterfaceLcdNormal.c.

| void UserInterfaceLcdNormalQuickClock | ( | menuFastFwd_t | ucbut, |
| menuNormalClock_t | ucbut1, | ||
| uint8_t | ucminute, | ||
| uint8_t | uchour | ||
| ) |
Write LCD display in Normal Mode ("SvSrt" or "SvNul").
| ucbut | mode sub menu: "SvSrt", "SvNul" or "Zurck" |
| ucbut1 | mode sub menu |
| ucminute | minute for left upper corner |
| uchour | hour for left upper corner |
Definition at line 126 of file UserInterfaceLcdNormal.c.

| void UserInterfaceLcdNormalStartTime | ( | menuSetTime_t | ucbut | ) |
Write LCD display "NmSZt".
| ucbut | mode of sub menu ""Minte", "Stnde", "Zurck" |
Definition at line 166 of file UserInterfaceLcdNormal.c.

| void UserInterfaceLcdNormalStartTimeSet | ( | uint8_t | ucminute, |
| uint8_t | uchour | ||
| ) |
Write LCD display "NmSZt".
| ucminute | minute of start time |
| uchour | hour of start time |
Definition at line 200 of file UserInterfaceLcdNormal.c.

| void UserInterfaceLcdNormalTargetTime | ( | menuSetTime_t | ucbut | ) |
Write LCD display "NmZZt".
| ucbut | mode of sub menu ""Minte", "Stnde", "Zurck" |
Definition at line 188 of file UserInterfaceLcdNormal.c.

| void UserInterfaceLcdNormalTargetTimeSet | ( | uint8_t | ucminute, |
| uint8_t | uchour | ||
| ) |
Write LCD display "NmZZt".
| ucminute | minute of target time |
| uchour | hour of target time |
Definition at line 220 of file UserInterfaceLcdNormal.c.

| void UserInterfaceLcdNormalTimeFactor | ( | uint8_t | ucbut | ) |
Write LCD display while setting time factor.
| ucbut | the time factor to display |
Definition at line 152 of file UserInterfaceLcdNormal.c.
