Browse Source

- lcd4linux: fix backlight for new samsung layouts

master
vanhofen 6 years ago
parent
commit
77f6dfdc28
  1. 6
      archive-imagefiles/lcd4linux/etc/lcd4linux.conf

6
archive-imagefiles/lcd4linux/etc/lcd4linux.conf

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

Loading…
Cancel
Save