mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 23:42:51 +02:00
glcd: merge led/lcd/simple clock into a single source file
Origin commit data
------------------
Commit: f20ce17314
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-06-21 (Sun, 21 Jun 2020)
Origin message was:
------------------
- glcd: merge led/lcd/simple clock into a single source file
This commit is contained in:
@@ -41,12 +41,12 @@
|
||||
|
||||
#define ONOFFSEC_OPTION_COUNT 6
|
||||
static const CMenuOptionChooser::keyval ONOFFSEC_OPTIONS[ONOFFSEC_OPTION_COUNT] = {
|
||||
{ 0, LOCALE_OPTIONS_OFF },
|
||||
{ 1, LOCALE_OPTIONS_ON },
|
||||
{ 2, LOCALE_GLCD_STANDBY_LED_CLOCK },
|
||||
{ 3, LOCALE_GLCD_STANDBY_LCD_CLOCK },
|
||||
{ 4, LOCALE_GLCD_STANDBY_DIGITAL_CLOCK },
|
||||
{ 5, LOCALE_GLCD_STANDBY_ANALOG_CLOCK }
|
||||
{ cGLCD::CLOCK_OFF, LOCALE_OPTIONS_OFF },
|
||||
{ cGLCD::CLOCK_SIMPLE, LOCALE_GLCD_STANDBY_SIMPLE_CLOCK },
|
||||
{ cGLCD::CLOCK_LED, LOCALE_GLCD_STANDBY_LED_CLOCK },
|
||||
{ cGLCD::CLOCK_LCD, LOCALE_GLCD_STANDBY_LCD_CLOCK },
|
||||
{ cGLCD::CLOCK_DIGITAL, LOCALE_GLCD_STANDBY_DIGITAL_CLOCK },
|
||||
{ cGLCD::CLOCK_ANALOG, LOCALE_GLCD_STANDBY_ANALOG_CLOCK }
|
||||
};
|
||||
|
||||
#define ONOFFPRI_OPTION_COUNT 4
|
||||
|
Reference in New Issue
Block a user