mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
add deepStandby brightness menu for neo
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@724 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Branch: ni/coolstream
Commit: 6a549a7290
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2010-08-17 (Tue, 17 Aug 2010)
Origin message was:
------------------
-add deepStandby brightness menu for neo
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@724 e54a6e83-5905-42d5-8d5c-058d10e6a962
------------------
This commit was generated by Migit
This commit is contained in:
@@ -378,7 +378,7 @@ struct SNeutrinoSettings
|
||||
};
|
||||
|
||||
// lcdd
|
||||
#define LCD_SETTING_COUNT 7
|
||||
#define LCD_SETTING_COUNT 8
|
||||
enum LCD_SETTINGS {
|
||||
LCD_BRIGHTNESS = 0,
|
||||
LCD_STANDBY_BRIGHTNESS = 1,
|
||||
@@ -386,7 +386,8 @@ struct SNeutrinoSettings
|
||||
LCD_POWER = 3,
|
||||
LCD_INVERSE = 4,
|
||||
LCD_SHOW_VOLUME = 5,
|
||||
LCD_AUTODIMM = 6
|
||||
LCD_AUTODIMM = 6,
|
||||
LCD_DEEPSTANDBY_BRIGHTNESS = 7
|
||||
};
|
||||
int lcd_setting[LCD_SETTING_COUNT];
|
||||
|
||||
|
Reference in New Issue
Block a user