LCD Controller Operation
24-8
LCD Controller
Static Mode Software Example
;
All eight segments of a digit are often located in four
;
display memory bytes with the static display method.
;
a
EQU
001h
b
EQU
010h
c
EQU
002h
d
EQU
020h
e
EQU
004h
f
EQU
040h
g
EQU
008h
h
EQU
080h
;
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.
; (Ry) = 0000 0000 hfdb geca
MOV.B Ry,&LCDn
; Note:
; All bits of an LCD memory
’ byte are written
RRA
Ry
; (Ry) = 0000 0000 0hfd bgec
MOV.B Ry,&LCDn+1
; Note:
; All bits of an LCD memory
; byte are written
RRA
Ry
; (Ry) = 0000 0000 00hf dbge
MOV.B Ry,&LCDn+2
; Note:
; All bits of an LCD memory
’ byte are written
RRA
Ry
; (Ry) = 0000 0000 000h fdbg
MOV.B Ry,&LCDn+3
; Note:
; All bits of an LCD memory
’ byte are written
...........
...........
;
Table DB
a+b+c+d+e+f
; displays ”0”
DB
b+c;
; displays ”1”
...........
...........
DB
...........
Summary of Contents for MSP430x4xx Family
Page 1: ...MSP430x4xx Family 2007 Mixed Signal Products User s Guide SLAU056G ...
Page 2: ......
Page 6: ...vi ...
Page 114: ...3 76 RISC 16 Bit CPU ...
Page 304: ...5 20 FLL Clock Module ...
Page 340: ...7 8 Supply Voltage Supervisor ...
Page 348: ...8 8 16 Bit Hardware Multiplier ...
Page 372: ...9 24 32 Bit Hardware Multiplier ...
Page 400: ...10 28 DMA Controller ...
Page 428: ...13 10 Basic Timer1 ...
Page 466: ...15 24 Timer_A ...
Page 522: ...17 30 USART Peripheral Interface UART Mode ...
Page 544: ...18 22 USART Peripheral Interface SPI Mode ...
Page 672: ...23 12 Comparator_A ...
Page 692: ...24 20 LCD Controller ...
Page 746: ...26 28 ADC12 ...