mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-02 18:31:22 +02:00
- glcdsetup: localize clock options
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -114,6 +114,14 @@ class nGLCD
|
||||
static void Lock();
|
||||
static void Unlock();
|
||||
public:
|
||||
enum
|
||||
{
|
||||
CLOCK_OFF = 0,
|
||||
CLOCK_DIGITAL_HM = 1,
|
||||
CLOCK_DIGITAL_HMS = 2,
|
||||
CLOCK_ANALOG = 3
|
||||
};
|
||||
|
||||
nGLCD();
|
||||
~nGLCD();
|
||||
void DeInit();
|
||||
|
Reference in New Issue
Block a user