...the world's most energy friendly microcontrollers
2016-04-28 - Giant Gecko Family - d0053_Rev1.20
801
www.silabs.com
Table 33.10. LCD Update Data Control (UDCTRL) Bits
UDCTRL
Mode
Description
00
REGULAR
The data transfer is controlled by SW and data synchronization is
initiated by writing data to the buffers. Data is transferred as soon as
possible, possibly creating a frame with a DC component on the LCD.
01
FCEVENT
The data transfer is done at the next event triggered by the Frame
Counter (FC). See Section 33.3.10 (p. 801) for details on how to
configure the Frame Counter. Optionally, the Frame Counter can also
generate an interrupt at every event.
10
FRAMESTART
The data transfer is done at frame-start.
33.3.9 Direct Segment Control (DSC)
It is possible to gain direct control over the bias levels for each SEG/COM line by setting DSC in
LCD_CTRL, overwriting the BIAS settings in LCD_DISPCTRL. The SEG lines bias levels can be set in
SEGD0-SEGD3, while the COM line bias levels can be set in SEGD4. To represent the different bias
levels, 2-bits per SEG lines are needed. For example, SEG0's bias levels can be set using SEGD0[1:0],
and SEG1 can be controlled through SEGD0[3:2] etc. Bias level encoding is shown in Table 33.11 (p.
801) .
Table 33.11. DSC BIAS Encoding
SEGD
Mode
Bias setting
00
Static
Static (2 levels)
01
Half Bias
1/2 Bias (3 levels)
10
Third Bias
1/3 Bias (4 levels)
11
Fourth Bias
1/4 Bias (5 levels)
33.3.10 Frame Counter (FC)
The Frame Counter is synchronized to the LCD frame start and will generate an event after a
programmable number of frames. An FC event can trigger:
• LCD ready interrupt
• Blink (controlling the blink frequency)
• Next state in the Animation State Machine
• Data update if UDCTRL = 01
The Frame Counter is a down counter. It is enabled by writing FCEN in LCD_BACTRL. Optionally, the
Frame Counter can be prescaled so that the Frame Counter is decremented at:
• Every frame
• Every second frame
• Every fourth frame
• Every eight frame
This is controlled by the FCPRESC in LCD_BACTRL, see Table 33.12 (p. 802)
Summary of Contents for Giant Gecko EFM32GG
Page 842: ......