4700 Backlight Control

From embeddedTS Manuals
Revision as of 15:17, 18 October 2011 by Mark (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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 #CPU DIO for more information on MFP_85 and the CPU GPIO.