Friday, December 5, 2014

LCD : static driving




Abstract
The static driving technique is the basic driving of a LCD which has the advantage of needing fewer external support but needs lots of pins for the segments of the LCD and hence allows less dense design.

The idea
For each digit, each segment is directly connected to a pin. In order to save some pins, all the other electrodes of each segment is linked together into a common pin.

The example
Consider an LCD with two digits. It is composed of a front plane and a back plane. In the front pane, each segment of a digit is connected to a distinct pin as illustrated in Figure 1, remark the density of connections. In the back pane all the electrodes of all the digits are connected each other and finally to a common (com) pin as illustrated in Figure 2. Therefore, if we count pins, there are 8 pins per digit in the front pane, plus one pin for the back plane. Summing up with a formula, the number of pins is 8N+1, where N is the number of digits in the display.

Figure 1. Front pane for two-digits LCD with static driving.

Figure 2. Back pane for two-digits LCD with static driving.

Frame frequency and bias

LCD are AC devices and hence one must specify the AC frequency used. Frame frequency ranges between 20Hz and 200Hz. Below 20Hz, one might experience the refreshes of the LCD (recall that human eye can distinguish frames up to 18 frames/second). A frequency higher than 200Hz might cause problems with the capacitive elements of the LCD.

The bias is the number of voltage levels that are used. Indeed, in static driving only two levels are used, say V0 and V1. As an example, consider a given segment SEG. In oder to deduce the waveforms passing through the backpane COM and SEG, let us impose that VCOM - VSEG = 0 whenever SEG is unselected (see Figure 3). Since we should switch of value during the frame and there are only two possible values, then the waveform of SEG signal when SEG is selected, it is the complement of the signal unselected signal. As a consequence, when SEG is selected, the COM-SEG signal has a peak-to-peak amplitude equal to 2V1. See Figure 4.

Figure 3. Waveforms when SEG is unselected.


Figure 4. Waveforms when SEG is selected.

See also
LCD : the multiplexing technique

Saturday, February 15, 2014

LCD: the multiplexing technique





Abstract
The multiplexing technique for LCD aims at reducing the number of pins that are necessary for driving segments of the display. This results in a simplified LCD design.


The principle

The basic idea is to group segments connections backplanes or segment commons. A group is affected to a unique backplane. Therefore, to address a given segment it is enough to ‘access’ to the given group and then specify which element of the group is desired.

The example
Consider a seven segments LCD (with decimal dot) and assume that it has 4 backplanes, named com1, com2, com3, com4. Then, the segments of a given digit can be grouped by 2 as follows: ah (com1), bg (com2), fe (com3), cd (com4). The following figure illustrates the wiring of the segments of a multiple digits display.

Wiring of the segments in the backplanes for a multiplexed LCD.
Moreover, the segments on the front conductive plane are grouped by 4: abfc and hged as pictured in the following figure.
Wiring of the frontplane in a multiplexed LCD.

What we gain
The attentive reader should already have remarked that these groups are not chosen randomly. Indeed, groups in the front plane are chosen so elements belonging to a group belongs to distinct backplanes. In this way, specifying a group and a backplane we uniquely address a segment. Moreover, remark that backplanes are common to all digits in the display. In this way if N is the number of digits in the display, one need only 2N+4 pins instead of 8N+1 as in static driving technique (to be seen in a next post).


What we loose

This great simplification in display design has not only advantages. Indeed, recall that each LCD must be driven by an alternated current. Multiplexing the backplanes makes more complex the AC driving section of the module. This will be explained in a next post.



What's next
- LCD: multiplexing and bias

Enjoy!