mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 10:21:04 +02:00
neutrino.cpp: add buttons backlight settings
Origin commit data
------------------
Branch: ni/coolstream
Commit: c31c9d0e7f
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-07-18 (Thu, 18 Jul 2013)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -543,6 +543,9 @@ struct SNeutrinoSettings
|
||||
int led_deep_mode;
|
||||
int led_rec_mode;
|
||||
int led_blink;
|
||||
int backlight_tv;
|
||||
int backlight_standby;
|
||||
int backlight_deepstandby;
|
||||
#define FILESYSTEM_ENCODING_TO_UTF8(a) (g_settings.filesystem_is_utf8 ? (a) : ZapitTools::Latin1_to_UTF8(a).c_str())
|
||||
#define UTF8_TO_FILESYSTEM_ENCODING(a) (g_settings.filesystem_is_utf8 ? (a) : ZapitTools::UTF8_to_Latin1(a).c_str())
|
||||
#define FILESYSTEM_ENCODING_TO_UTF8_STRING(a) (g_settings.filesystem_is_utf8 ? (a) : ZapitTools::Latin1_to_UTF8(a))
|
||||
|
Reference in New Issue
Block a user