mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2024-11-23 04:29:41 +02:00
use the contrast for brightness in nanonote
This commit is contained in:
parent
c5667f9664
commit
1cd60895d5
@ -272,7 +272,7 @@ void GMenu2X::init() {
|
|||||||
acHandle = fopen("/sys/class/power_supply/ac/online", "r");
|
acHandle = fopen("/sys/class/power_supply/ac/online", "r");
|
||||||
backlightHandle = fopen(
|
backlightHandle = fopen(
|
||||||
#ifdef PLATFORM_NANONOTE
|
#ifdef PLATFORM_NANONOTE
|
||||||
"/sys/class/backlight/gpm940b0-bl/brightness",
|
"/sys/class/lcd/ili8960-lcd/contrast",
|
||||||
#else
|
#else
|
||||||
"/sys/class/backlight/pwm-backlight/brightness",
|
"/sys/class/backlight/pwm-backlight/brightness",
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user