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:
Stefan Seyfried
2010-12-25 17:43:43 +00:00
parent be428c8cb3
commit 0d0f7c215c
18 changed files with 3297 additions and 18 deletions

View File

@@ -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];