Bugzilla – Bug 12753
Implement the low-power LCD brightness pin in the backlight kernel driver
Last modified: 2009-09-08 09:18:43 UTC
Hey Riochard. Can you implement the LCD_BACKLIGHT_LP bit in the backlight driver? When driven high, it will put the LCD into low power mode. PA5 and later should behave better in this regard. Earlier boards may not have reliable brightness in the low power mode, but PA5 and later should. It would be good to do this for MP, but could wait for PLD if necessary. -C
Oops, the bit is on pin D11.
== Auto-comment from SVN commit #7163 to the jive repo by richard == == https://svn.slimdevices.com/jive?view=revision&revision=7163 == Bug #12753 Implement D11 low power brightness pin, so Caleb get some quality sleep :).
Use on/dim/off: # echo "0" > /sys/devices/platform/mxc_lcdc_bl.0/backlight\:mxc_lcdc_bl.0/bl_pow er # echo "1" > /sys/devices/platform/mxc_lcdc_bl.0/backlight\:mxc_lcdc_bl.0/bl_pow er # echo "4" > /sys/devices/platform/mxc_lcdc_bl.0/backlight\:mxc_lcdc_bl.0/bl_pow er
Nice. Works like a charm.