|
|
@ -629,7 +629,7 @@ Display Samsung_standard { |
|
|
|
foreground 'ffffff' |
|
|
|
background '00000000' |
|
|
|
orientation 1 |
|
|
|
backlight 7 |
|
|
|
backlight file::readline('/tmp/lcd/brightness', 1) |
|
|
|
} |
|
|
|
|
|
|
|
Display Samsung_radio { |
|
|
@ -642,7 +642,7 @@ Display Samsung_radio { |
|
|
|
foreground 'ffffff' |
|
|
|
background '00000000' |
|
|
|
orientation 1 |
|
|
|
backlight 7 |
|
|
|
backlight file::readline('/tmp/lcd/brightness', 1) |
|
|
|
} |
|
|
|
|
|
|
|
Display Samsung_standby { |
|
|
@ -655,7 +655,7 @@ Display Samsung_standby { |
|
|
|
foreground 'ffffff' |
|
|
|
background '00000000' |
|
|
|
orientation 1 |
|
|
|
backlight 3 |
|
|
|
backlight file::readline('/tmp/lcd/brightness', 1) |
|
|
|
} |
|
|
|
|
|
|
|
# --------------------------------------------------------------------------- # |
|
|
|