mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
add lcd display code for Tripledragon, mostly from tuxbox
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@964 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Branch: ni/coolstream
Commit: 66dd0b0174
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2010-12-25 (Sat, 25 Dec 2010)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -384,16 +384,19 @@ struct SNeutrinoSettings
|
||||
};
|
||||
|
||||
// lcdd
|
||||
#define LCD_SETTING_COUNT 8
|
||||
enum LCD_SETTINGS {
|
||||
LCD_BRIGHTNESS = 0,
|
||||
LCD_STANDBY_BRIGHTNESS = 1,
|
||||
LCD_CONTRAST = 2,
|
||||
LCD_POWER = 3,
|
||||
LCD_INVERSE = 4,
|
||||
LCD_SHOW_VOLUME = 5,
|
||||
LCD_AUTODIMM = 6,
|
||||
LCD_DEEPSTANDBY_BRIGHTNESS = 7
|
||||
LCD_STANDBY_BRIGHTNESS ,
|
||||
LCD_CONTRAST ,
|
||||
LCD_POWER ,
|
||||
LCD_INVERSE ,
|
||||
LCD_SHOW_VOLUME ,
|
||||
LCD_AUTODIMM ,
|
||||
LCD_DEEPSTANDBY_BRIGHTNESS,
|
||||
#if HAVE_TRIPLEDRAGON
|
||||
LCD_EPGMODE ,
|
||||
#endif
|
||||
LCD_SETTING_COUNT
|
||||
};
|
||||
int lcd_setting[LCD_SETTING_COUNT];
|
||||
|
||||
|
Reference in New Issue
Block a user