fremoclock  1_3A01
FREMO Clock - Software for UTG
UserInterfaceLcdProgram.h
Go to the documentation of this file.
1 
23 /*
24  Copyright (C) 2007 Bernd Wisotzki
25 
26  This library is free software; you can redistribute it and/or
27  modify it under the terms of the GNU Lesser General Public
28  License as published by the Free Software Foundation; either
29  version 2.1 of the License, or (at your option) any later version.
30 
31  This library is distributed in the hope that it will be useful,
32  but WITHOUT ANY WARRANTY; without even the implied warranty of
33  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
34  Lesser General Public License for more details.
35 
36  You should have received a copy of the GNU Lesser General Public
37  License along with this library; if not, write to the Free Software
38  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
39 */
40 
41 #ifndef USERINTERFACELCDPROGRAM_H_
42 #define USERINTERFACELCDPROGRAM_H_
43 
44 #include <stdint.h> // typedef uint8_t
45 #include "UserInterfaceMenu.h" // typedef menuSet0_t
46 
47 #ifdef __cplusplus
48 extern "C" {
49 #endif
50 
51 /* -- FunctionPrototypes ---------------------------------------------------- */
52 
53 // for comment see UserInterfaceLcdProgram.c
54 void UserInterfaceLcdProgramPulseWidth(uint8_t pulseWidth);
55 
56 // for comment see UserInterfaceLcdProgram.c
57 void UserInterfaceLcdProgramSet0(menuSet0_t subMenuSelection);
58 
59 #ifdef __cplusplus
60 }
61 #endif
62 
63 #endif /* USERINTERFACELCDPROGRAM_H_ */
Subroutines for UserInterfaceMenu.
void UserInterfaceLcdProgramPulseWidth(uint8_t pulseWidth)
Write on LCD "PrPub" (edit pulse width).
void UserInterfaceLcdProgramSet0(menuSet0_t subMenuSelection)
Write on LCD "PrSe0" (set time to midnight).
menuSet0_t
Enum used for Menu setting time to midnight.