4700 Backlight Control: Difference between revisions

From embeddedTS Manuals
(Created page with "A PWM signal on this line is used to control the brightness of the LCD backlight. In the ts4700.subr file we implement several commands for controlling this backlight. backli...")
 
No edit summary
 
Line 7: Line 7:
   backlight_high()  
   backlight_high()  


See [[#CPU DIO]] for more information on MFP_85 and the CPU GPIO.
See [[#DIO]] for more information on MFP_85 and the CPU GPIO.

Latest revision as of 13:14, 10 January 2013

A PWM signal on this line is used to control the brightness of the LCD backlight. In the ts4700.subr file we implement several commands for controlling this backlight.

 backlight_on()
 backlight_off()
 backlight_low()
 backlight_medium()
 backlight_high() 

See #DIO for more information on MFP_85 and the CPU GPIO.