Figure 19. 1/4 Duty Drive Example Waveform Timing
LCD Controller Example: Initializing the LCD Controller
move LCRA, #03E0h
; LCRA.FRM = 7 Set up frame frequency.
; LCRA.LCCS = 1 Set clock source to HFClk / 128.
; LCRA.DUTY = 0 Set up static duty cycle.
; LCRA.LRA = 0 Set R-adj to 0.
; LCRA.LRIGC = 1 Ground Radj resistor internally.
move LCFG, #0F3h
; LCFG.PCF = 0x0F Set up all segments as outputs.
; LCFG.OPM = 1 Set to normal operation mode.
; LCFG.DPE = 1 Enable display.
Comentarios a estos manuales