LCD Controller Operation
24-11
LCD Controller
2-Mux Mode Software Example
;
All eight segments of a digit are often located in two
;
display memory bytes with the 2mux display rate
;
a
EQU
002h
b
EQU
020h
c
EQU
008h
d
EQU
004h
e
EQU
040h
f
EQU
001h
g
EQU
080h
h
EQU
010h
;
The register content of Rx should be displayed.
;
The Table represents the ’on’−segments according to the
;
content of Rx.
;
...........
...........
MOV.B Table(Rx),Ry ; Load segment information into
; temporary memory.
MOV.B Ry,&LCDn
; (Ry) =
0000 0000 gebh cdaf
; Note:
; All bits of an LCD memory byte
; are written
RRA
Ry
; (Ry) =
0000 0000 0geb hcda
RRA
Ry
; (Ry) =
0000 0000 00ge bhcd
MOV.B Ry,&LCDn+1
; Note:
; All bits of an LCD memory byte
; are written
...........
...........
...........
Table DB
a+b+c+d+e+f
; displays ”0”
...........
DB
a+b+c+d+e+f+g+
; displays ”8”
...........
...........
DB
...........
;
Содержание MSP430x4xx Family
Страница 1: ...MSP430x4xx Family 2007 Mixed Signal Products User s Guide SLAU056G ...
Страница 2: ......
Страница 6: ...vi ...
Страница 114: ...3 76 RISC 16 Bit CPU ...
Страница 304: ...5 20 FLL Clock Module ...
Страница 340: ...7 8 Supply Voltage Supervisor ...
Страница 348: ...8 8 16 Bit Hardware Multiplier ...
Страница 372: ...9 24 32 Bit Hardware Multiplier ...
Страница 400: ...10 28 DMA Controller ...
Страница 428: ...13 10 Basic Timer1 ...
Страница 466: ...15 24 Timer_A ...
Страница 522: ...17 30 USART Peripheral Interface UART Mode ...
Страница 544: ...18 22 USART Peripheral Interface SPI Mode ...
Страница 672: ...23 12 Comparator_A ...
Страница 692: ...24 20 LCD Controller ...
Страница 746: ...26 28 ADC12 ...