annotate src/tft.asm @ 631:185ba2f91f59

3.09 beta 1 release
author heinrichsweikamp
date Fri, 28 Feb 2020 15:45:07 +0100
parents cd58f7fc86db
children 4050675965ea
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
heinrichsweikamp
parents:
diff changeset
1 ;=============================================================================
heinrichsweikamp
parents:
diff changeset
2 ;
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
3 ; File tft.asm combined next generation V3.08.8
0
heinrichsweikamp
parents:
diff changeset
4 ;
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
5 ; low-level Display Outputs
0
heinrichsweikamp
parents:
diff changeset
6 ;
heinrichsweikamp
parents:
diff changeset
7 ; Copyright (c) 2011, JD Gascuel, HeinrichsWeikamp, all right reserved.
heinrichsweikamp
parents:
diff changeset
8 ;=============================================================================
heinrichsweikamp
parents:
diff changeset
9 ; HISTORY
heinrichsweikamp
parents:
diff changeset
10 ; 2011-05-24 : [jDG] Cleanups from initial Matthias code.
heinrichsweikamp
parents:
diff changeset
11
275
653a3ab08062 rename into hwOS
heinrichsweikamp
parents: 225
diff changeset
12 #include "hwos.inc"
0
heinrichsweikamp
parents:
diff changeset
13 #include "wait.inc"
heinrichsweikamp
parents:
diff changeset
14 #include "varargs.inc"
heinrichsweikamp
parents:
diff changeset
15 #include "external_flash.inc"
heinrichsweikamp
parents:
diff changeset
16 #include "tft_outputs.inc"
heinrichsweikamp
parents:
diff changeset
17 #include "eeprom_rs232.inc"
heinrichsweikamp
parents:
diff changeset
18
heinrichsweikamp
parents:
diff changeset
19 ;=============================================================================
heinrichsweikamp
parents:
diff changeset
20 ; Basic bit-level macros
heinrichsweikamp
parents:
diff changeset
21
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
22 RD_H macro
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
23 bsf tft_rd,0
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
24 endm
0
heinrichsweikamp
parents:
diff changeset
25
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
26 RD_L macro
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
27 bcf tft_rd,0
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
28 endm
0
heinrichsweikamp
parents:
diff changeset
29
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
30 RS_H macro
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
31 bsf tft_rs,0
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
32 endm
0
heinrichsweikamp
parents:
diff changeset
33
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
34 RS_L macro
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
35 bcf tft_rs,0
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
36 endm
0
heinrichsweikamp
parents:
diff changeset
37
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
38 NCS_H macro
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
39 bsf tft_cs,0
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
40 endm
0
heinrichsweikamp
parents:
diff changeset
41
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
42 NCS_L macro
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
43 bcf tft_cs,0
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
44 endm
0
heinrichsweikamp
parents:
diff changeset
45
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
46 WR_H macro
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
47 bsf tft_nwr,0
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
48 endm
0
heinrichsweikamp
parents:
diff changeset
49
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
50 WR_L macro
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
51 bcf tft_nwr,0
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
52 endm
0
heinrichsweikamp
parents:
diff changeset
53
heinrichsweikamp
parents:
diff changeset
54 ;=============================================================================
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
55 ; Byte-level macros
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
56
0
heinrichsweikamp
parents:
diff changeset
57 Index_out macro low_b
heinrichsweikamp
parents:
diff changeset
58 movlw low_b
heinrichsweikamp
parents:
diff changeset
59 rcall TFT_CmdWrite
heinrichsweikamp
parents:
diff changeset
60 endm
heinrichsweikamp
parents:
diff changeset
61
heinrichsweikamp
parents:
diff changeset
62 Parameter_out macro high_b, low_b
heinrichsweikamp
parents:
diff changeset
63 movlw high_b
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
64 movwf PORTA ; upper
0
heinrichsweikamp
parents:
diff changeset
65 movlw low_b
heinrichsweikamp
parents:
diff changeset
66 rcall TFT_DataWrite
heinrichsweikamp
parents:
diff changeset
67 endm
heinrichsweikamp
parents:
diff changeset
68
heinrichsweikamp
parents:
diff changeset
69
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
70 tft CODE
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
71
151
5cb177f0948a work on flip screen...
heinrichsweikamp
parents: 125
diff changeset
72 ;;=============================================================================
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
73
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
74 global TFT_ClearScreen
0
heinrichsweikamp
parents:
diff changeset
75 TFT_ClearScreen:
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
76 btfsc screen_type2 ; screen type 2?
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
77 bra TFT_ClearScreen_display2; YES
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
78 btfsc screen_type3 ; screen type 3?
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
79 bra TFT_ClearScreen_display3; YES
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
80
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
81 Index_out 0x50 ; window horizontal start address
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
82 Parameter_out 0x00, 0x00 ; 0-239
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
83 Index_out 0x51 ; window horizontal end address
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
84 Parameter_out 0x00, 0xEF ; 0-239
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
85 Index_out 0x52 ; window vertical start address
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
86 Parameter_out 0x00, 0x00 ; 0-319
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
87 Index_out 0x53 ; window vertical end address
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
88 Parameter_out 0x01, 0x3F ; 0-319
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
89 Index_out 0x20 ; frame memory horizontal address
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
90 Parameter_out 0x00, 0x00 ; 0-239
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
91 Index_out 0x21 ; frame memory vertical address
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
92 Parameter_out 0x01, 0x3F ; 0-319
0
heinrichsweikamp
parents:
diff changeset
93
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
94 Index_out 0x22 ; frame memory data write start
0
heinrichsweikamp
parents:
diff changeset
95
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
96 RD_H ; not read
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
97 RS_H ; data
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
98 NCS_L ; not CS
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
99 clrf PORTH ; data lower
0
heinrichsweikamp
parents:
diff changeset
100
heinrichsweikamp
parents:
diff changeset
101 movlw d'10'
heinrichsweikamp
parents:
diff changeset
102 movwf tft_temp3
heinrichsweikamp
parents:
diff changeset
103 TFT_ClearScreen2:
heinrichsweikamp
parents:
diff changeset
104 movlw d'30'
heinrichsweikamp
parents:
diff changeset
105 movwf tft_temp2
heinrichsweikamp
parents:
diff changeset
106 TFT_ClearScreen3:
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
107 clrf tft_temp1 ; 30*10*256=76800 pixels -> clear complete 240*320
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
108 bcf INTCON,GIE
0
heinrichsweikamp
parents:
diff changeset
109 TFT_ClearScreen4:
heinrichsweikamp
parents:
diff changeset
110 WR_L
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
111 WR_H ; tick
0
heinrichsweikamp
parents:
diff changeset
112 decfsz tft_temp1,F
heinrichsweikamp
parents:
diff changeset
113 bra TFT_ClearScreen4
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
114 bsf INTCON,GIE
0
heinrichsweikamp
parents:
diff changeset
115 decfsz tft_temp2,F
heinrichsweikamp
parents:
diff changeset
116 bra TFT_ClearScreen3
heinrichsweikamp
parents:
diff changeset
117 decfsz tft_temp3,F
heinrichsweikamp
parents:
diff changeset
118 bra TFT_ClearScreen2
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
119
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
120 movlw 0x00 ; NOP, to stop window mode
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
121 bra TFT_CmdWrite ; and return
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
122
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
123 TFT_ClearScreen_display2:
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
124 movlw 0x02 ; column address start
608
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
125 rcall TFT_CmdWrite
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
126 movlw 0x00
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
127 rcall TFT_DataWrite
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
128 movlw 0x03
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
129 rcall TFT_CmdWrite
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
130 movlw 0x00
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
131 rcall TFT_DataWrite
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
132
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
133 movlw 0x04 ; column address end
608
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
134 rcall TFT_CmdWrite
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
135 movlw 0x00
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
136 rcall TFT_DataWrite
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
137 movlw 0x05
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
138 rcall TFT_CmdWrite
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
139 movlw 0xEF
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
140 rcall TFT_DataWrite
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
141
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
142 movlw 0x06 ; row address start
608
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
143 rcall TFT_CmdWrite
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
144 movlw 0x00
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
145 rcall TFT_DataWrite
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
146 movlw 0x07
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
147 rcall TFT_CmdWrite
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
148 movlw 0x00
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
149 rcall TFT_DataWrite
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
150
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
151 movlw 0x08 ; row address end
608
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
152 rcall TFT_CmdWrite
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
153 movlw 0x01
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
154 rcall TFT_DataWrite
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
155 movlw 0x09
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
156 rcall TFT_CmdWrite
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
157 movlw 0x3F
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
158 rcall TFT_DataWrite
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
159
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
160 movlw 0x22 ; start writing data to GRAM
608
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
161 rcall TFT_CmdWrite
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
162
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
163 movlw .160 ; 160 x 240 x 6 = 230400 ticks
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
164 TFT_ClearScreen_display2_loop0:
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
165 bsf tft_rs ; data!
608
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
166 movwf PRODH
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
167 clrf PORTH
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
168 TFT_ClearScreen_display2_loop1:
608
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
169 movlw .240
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
170 movwf PRODL
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
171 TFT_ClearScreen_display2_loop2:
608
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
172 bcf tft_nwr
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
173 bsf tft_nwr ; upper
608
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
174 bcf tft_nwr
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
175 bsf tft_nwr ; high
608
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
176 bcf tft_nwr
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
177 bsf tft_nwr ; lower
608
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
178 bcf tft_nwr
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
179 bsf tft_nwr ; upper
608
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
180 bcf tft_nwr
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
181 bsf tft_nwr ; high
608
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
182 bcf tft_nwr
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
183 bsf tft_nwr ; lower
608
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
184 decfsz PRODL,F
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
185 bra TFT_ClearScreen_display2_loop2
608
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
186 decfsz PRODH,F
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
187 bra TFT_ClearScreen_display2_loop1
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
188 return
0
heinrichsweikamp
parents:
diff changeset
189
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
190 TFT_ClearScreen_display3:
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
191 movlw 0x35 ; vertical start address HIGH:LOW
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
192 rcall TFT_CmdWrite
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
193 mullw 0
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
194 rcall TFT_DataWrite_PROD
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
195
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
196 movlw 0x36 ; vertical end address HIGH:LOW
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
197 rcall TFT_CmdWrite
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
198 movlw 0x01
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
199 rcall TFT_DataWrite
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
200 movlw 0x3F
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
201 rcall TFT_DataWrite
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
202
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
203 movlw 0x37 ; horizontal address START:END
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
204 rcall TFT_CmdWrite
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
205 movlw 0x00
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
206 rcall TFT_DataWrite
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
207 movlw 0xEF
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
208 rcall TFT_DataWrite
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
209
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
210 movlw 0x20 ; start address horizontal (.0 - .239)
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
211 rcall TFT_CmdWrite
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
212 rcall TFT_DataWrite_PROD
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
213
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
214 movlw 0x21 ; start address vertical (.0 - .319)
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
215 rcall TFT_CmdWrite
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
216 rcall TFT_DataWrite_PROD
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
217
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
218 movlw 0x22 ; start writing data to GRAM
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
219 rcall TFT_CmdWrite
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
220
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
221 movlw .107 ; 107 x 240 x 6 = 154080 ticks (153600 would be enough)
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
222 bra TFT_ClearScreen_display2_loop0
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
223
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
224
0
heinrichsweikamp
parents:
diff changeset
225 ;=============================================================================
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
226
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
227 global TFT_DisplayOff
0
heinrichsweikamp
parents:
diff changeset
228 TFT_DisplayOff:
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
229 bcf lightsen_power ; power-down light sensor
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
230 btfsc screen_type3 ; screen type 3 ?
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
231 bra TFT_DisplayOff_display3 ; YES - screen needs special power-down sequence
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
232 clrf CCP1CON ; NO - stop PWM
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
233 bcf PORTC,2 ; - pull PWM out to GND
0
heinrichsweikamp
parents:
diff changeset
234 clrf PORTA
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
235 clrf PORTH
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
236 RD_L ; LOW
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
237 RS_L ; LOW
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
238 bcf tft_nwr
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
239 bcf tft_cs
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
240 bcf tft_nreset
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
241 bsf tft_power ; inverted...
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
242 return
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
243
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
244 TFT_DisplayOff_display3:
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
245 movlw 0x05
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
246 rcall TFT_CmdWrite
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
247 movlw 0x00
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
248 rcall TFT_DataWrite
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
249 movlw 0x00
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
250 rcall TFT_DataWrite
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
251 WAITMS d'32'
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
252 clrf CCP1CON ; stop PWM
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
253 bcf PORTC,2 ; pull PWM out to GND
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
254 WAITMS d'32'
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
255 movlw 0x10
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
256 rcall TFT_CmdWrite
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
257 movlw 0x00
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
258 rcall TFT_DataWrite
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
259 movlw 0x01
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
260 rcall TFT_DataWrite
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
261 WAITMS d'100'
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
262 clrf PORTH
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
263 bcf tft_nwr
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
264 bcf tft_cs
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
265 bcf tft_nreset
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
266 WAITMS d'10'
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
267 bsf tft_power ; inverted...
0
heinrichsweikamp
parents:
diff changeset
268 return
heinrichsweikamp
parents:
diff changeset
269
heinrichsweikamp
parents:
diff changeset
270 ; -----------------------------
heinrichsweikamp
parents:
diff changeset
271 ; TFT boot
heinrichsweikamp
parents:
diff changeset
272 ; -----------------------------
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
273
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
274 global TFT_boot
0
heinrichsweikamp
parents:
diff changeset
275 TFT_boot:
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
276 ; switch off backlight
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
277 clrf CCP1CON ; stop PWM
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
278 bcf PORTC,2 ; pull PWM out to GND
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
279
0
heinrichsweikamp
parents:
diff changeset
280 clrf PORTA
heinrichsweikamp
parents:
diff changeset
281 clrf PORTH
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
282
0
heinrichsweikamp
parents:
diff changeset
283 RD_L ; LOW
heinrichsweikamp
parents:
diff changeset
284 nop
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
285 WR_L
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
286 nop
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
287 NCS_L ; Not CS
0
heinrichsweikamp
parents:
diff changeset
288 nop
heinrichsweikamp
parents:
diff changeset
289 bcf tft_nreset
heinrichsweikamp
parents:
diff changeset
290 WAITMS d'1'
heinrichsweikamp
parents:
diff changeset
291 bcf tft_power ; inverted...
heinrichsweikamp
parents:
diff changeset
292 WAITMS d'1'
heinrichsweikamp
parents:
diff changeset
293 RD_H ; Keep high
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
294 nop
0
heinrichsweikamp
parents:
diff changeset
295 WAITMS d'2'
heinrichsweikamp
parents:
diff changeset
296 bsf tft_nreset
461
4927ba3bd3b5 repeated init (For screen 2 issues)
heinrichsweikamp
parents: 441
diff changeset
297 WAITMS d'5'
4927ba3bd3b5 repeated init (For screen 2 issues)
heinrichsweikamp
parents: 441
diff changeset
298 bcf tft_nreset
4927ba3bd3b5 repeated init (For screen 2 issues)
heinrichsweikamp
parents: 441
diff changeset
299 WAITMS d'5'
4927ba3bd3b5 repeated init (For screen 2 issues)
heinrichsweikamp
parents: 441
diff changeset
300 bsf tft_nreset
0
heinrichsweikamp
parents:
diff changeset
301 WAITMS d'150'
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
302 WR_H ; release bus
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
303 bsf lightsen_power ; supply power to light sensor
0
heinrichsweikamp
parents:
diff changeset
304
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
305 btfsc screen_type3 ; display type 3 ?
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
306 bra TFT_boot_screen3 ; YES
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
307
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
308 ; Data Transfer Synchronization
0
heinrichsweikamp
parents:
diff changeset
309 Parameter_out 0x00, 0x00
heinrichsweikamp
parents:
diff changeset
310 Parameter_out 0x00, 0x00
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
311
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
312 btfsc screen_type2 ; display type 2 ?
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
313 bra TFT_boot_screen2 ; YES
608
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
314
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
315 ; Get screen type from Bootloader-Info
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
316 movlw 0x7B
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
317 movwf TBLPTRL
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
318 movlw 0xF7
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
319 movwf TBLPTRH
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
320 movlw 0x01
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
321 movwf TBLPTRU
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
322 TBLRD*+ ; reads 0x6E for cR and USB OSTC3, 0x00 for BLE (2 and 3), and 0x02 for display 1 OSTC
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
323 movlw 0x02 ; coding for display 1
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
324 cpfseq TABLAT ; display 1 ?
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
325 bra TFT_boot_0 ; NO - display 0
360
5f142cff43f6 hardware support
heinrichsweikamp
parents: 312
diff changeset
326
5f142cff43f6 hardware support
heinrichsweikamp
parents: 312
diff changeset
327 TFT_boot_1:
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
328 ; Init through config table...
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
329 movlw 0x74
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
330 movwf TBLPTRL
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
331 movlw 0xF7
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
332 movwf TBLPTRH
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
333 movlw 0x01
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
334 movwf TBLPTRU
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
335 bsf screen_type1
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
336 bra TFT_boot_com
360
5f142cff43f6 hardware support
heinrichsweikamp
parents: 312
diff changeset
337
441
360acdcda0d7 +BUGFIX: Compatibility with "hwOS Config" fixed
heinrichsweikamp
parents: 436
diff changeset
338 TFT_boot_0:
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
339 ; Init through config table...
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
340 movlw LOW display0_config_table
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
341 movwf TBLPTRL
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
342 movlw HIGH display0_config_table
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
343 movwf TBLPTRH
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
344 movlw UPPER display0_config_table
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
345 movwf TBLPTRU
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
346 bcf screen_type1
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
347
360
5f142cff43f6 hardware support
heinrichsweikamp
parents: 312
diff changeset
348 TFT_boot_com:
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
349 rcall display0_init_loop
0
heinrichsweikamp
parents:
diff changeset
350
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
351 Index_out 0x03
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
352 btfsc flip_screen ; 180° rotation ?
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
353 bra TFT_boot2 ; YES
360
5f142cff43f6 hardware support
heinrichsweikamp
parents: 312
diff changeset
354
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
355 btfss screen_type1 ; display1?
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
356 bra TFT_boot1a ; NO
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
357 Parameter_out 0x10, 0x00 ; display1
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
358 bra TFT_boot3
360
5f142cff43f6 hardware support
heinrichsweikamp
parents: 312
diff changeset
359 TFT_boot1a:
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
360 Parameter_out 0x50, 0x20 ; display0
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
361 bra TFT_boot3
152
19ad15f04f60 BUGFIX: Clear Setpoint-Fallback warning when in bailout
heinrichsweikamp
parents: 151
diff changeset
362 TFT_boot2:
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
363 btfss screen_type1 ; display1?
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
364 bra TFT_boot2a ; NO
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
365 Parameter_out 0x10, 0x30 ; display1
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
366 bra TFT_boot3
360
5f142cff43f6 hardware support
heinrichsweikamp
parents: 312
diff changeset
367 TFT_boot2a:
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
368 Parameter_out 0x50, 0x10 ; display0
152
19ad15f04f60 BUGFIX: Clear Setpoint-Fallback warning when in bailout
heinrichsweikamp
parents: 151
diff changeset
369 TFT_boot3:
0
heinrichsweikamp
parents:
diff changeset
370 Index_out 0x22
225
31088352ee32 BUGFIX: Show dives with >999mins divetime correctly
heinrichsweikamp
parents: 152
diff changeset
371 rcall TFT_ClearScreen
0
heinrichsweikamp
parents:
diff changeset
372 Index_out 0x07
312
b2f6a4b01e64 Config table for alternative display
heinrichsweikamp
parents: 275
diff changeset
373 Parameter_out 0x01, 0x33
0
heinrichsweikamp
parents:
diff changeset
374 return
heinrichsweikamp
parents:
diff changeset
375
heinrichsweikamp
parents:
diff changeset
376 display0_config_table:
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
377 ; Reg, Dat0, Dat1 or 0xFF,0x00,0x00 for end
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
378 db 0xA4,0x00,0x01,0xFF,.002,0x00
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
379 db 0x09,0x00,0x01,0x92,0x04,0x00
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
380 db 0x93,0x04,0x02,0x94,0x00,0x02
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
381 db 0x07,0x00,0x00,0x10,0x04,0x30
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
382 db 0x11,0x02,0x37,0x12,0x11,0x8D
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
383 db 0x13,0x11,0x00,0x01,0x01,0x00
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
384 db 0x02,0x02,0x00,0x03,0x50,0x20
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
385 db 0x0A,0x00,0x08,0x0D,0x00,0x00
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
386 db 0x0E,0x00,0x30,0xFF,.151,0x00
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
387 db 0x12,0x11,0xBD,0x20,0x00,0x00
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
388 db 0x21,0x00,0x00,0x30,0x06,0x02
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
389 db 0x31,0x56,0x0D,0x32,0x05,0x07
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
390 db 0x33,0x06,0x09,0x34,0x00,0x00
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
391 db 0x35,0x09,0x06,0x36,0x57,0x05
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
392 db 0x37,0x0D,0x06,0x38,0x02,0x06
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
393 db 0x39,0x00,0x00,0xFF,0x00,0x00
0
heinrichsweikamp
parents:
diff changeset
394
heinrichsweikamp
parents:
diff changeset
395 display0_init_loop:
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
396 TBLRD*+
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
397 movlw 0xFF
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
398 cpfseq TABLAT
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
399 bra display0_config_write ; write configuration data pair to display
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
400 ; Delay ms or quit (return)
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
401 TBLRD*+
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
402 tstfsz TABLAT ; end of configuration data?
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
403 bra $+4 ; NO
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
404 return ; YES - done
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
405 movf TABLAT,W
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
406 call WAITMSX ; wait WREG milliseconds
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
407 TBLRD*+ ; dummy read (Third byte of delay command)
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
408 bra display0_init_loop ; loop
0
heinrichsweikamp
parents:
diff changeset
409
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
410 display0_config_write: ; with command in WREG
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
411 movf TABLAT,W
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
412 rcall TFT_CmdWrite ; write command
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
413 TBLRD*+ ; get config0
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
414 movff TABLAT,PORTA
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
415 TBLRD*+ ; get config1
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
416 movf TABLAT,W
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
417 rcall TFT_DataWrite ; write configuration
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
418 bra display0_init_loop ; loop
0
heinrichsweikamp
parents:
diff changeset
419
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
420
608
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
421 TFT_boot_screen2:
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
422 rcall display1_init ; initialization sequence
608
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
423
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
424 btfss flip_screen ; 180° rotation?
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
425 bra TFT_ClearScreen ; NO - done: clear screen and return
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
426 ; flip the GRAM
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
427 Index_out 0x16
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
428 movlw 0x48 ; flip image in the GRAM (very elegant with display 2...)
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
429 rcall TFT_DataWrite ; Write configuration
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
430 bra TFT_ClearScreen ; clear screen and return
608
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
431
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
432 TFT_boot_screen3:
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
433 rcall display1_init ; init sequence
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
434 rcall TFT_ClearScreen
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
435 setf CCPR1L ; duty cycle, 255 is required for OLED
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
436 ; Set brightness
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
437 movff opt_brightness,PRODL ; =0: Eco, =1:Medium, =2:Full
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
438 incf PRODL,F ; +1
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
439 dcfsnz PRODL,F
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
440 rcall TFT_display3_low
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
441 dcfsnz PRODL,F
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
442 rcall TFT_display3_med
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
443 dcfsnz PRODL,F
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
444 rcall TFT_display3_high
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
445 ; ToDo: Flip....
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
446 return
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
447
608
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
448 display1_init:
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
449 movlw LOW (0x1F8BC )
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
450 movwf TBLPTRL
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
451 movlw HIGH (0x1F8BC & 0xFFFF)
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
452 movwf TBLPTRH
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
453 movlw UPPER (0x1F8BC )
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
454 movwf TBLPTRU
608
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
455 display1_init_loop:
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
456 TBLRD*+
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
457 movlw 0xFF ; coding for end of configuration or wait step
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
458 cpfseq TABLAT
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
459 bra display1_config_write ; write configuration pair to display
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
460 ; Delay ms or quit (return)
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
461 TBLRD*+
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
462 tstfsz TABLAT ; end of configuration?
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
463 bra $+4 ; NO - skip return
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
464 return ; YES - done
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
465 movf TABLAT,W ; read waiting time
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
466 call WAITMSX ; wait WREG milliseconds
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
467 bra display1_init_loop ; loop
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
468 display1_config_write: ; with command in WREG
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
469 movf TABLAT,W
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
470 rcall TFT_CmdWrite ; write command
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
471 TBLRD*+ ; get configuration
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
472 movf TABLAT,W
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
473 rcall TFT_DataWrite ; write configuration
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
474 btfss screen_type3 ; screen 3 ?
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
475 bra display1_init_loop ; NO - loop
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
476 ; Screen 3 gets another byte from the table
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
477 TBLRD*+ ; get configuration
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
478 movf TABLAT,W
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
479 rcall TFT_DataWrite ; write configuration
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
480 bra display1_init_loop ; loop
608
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
481
0
heinrichsweikamp
parents:
diff changeset
482 ;=============================================================================
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
483
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
484 global TFT_CmdWrite
608
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
485 TFT_CmdWrite:
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
486 RS_L ; command
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
487 ; btfsc screen_type2
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
488 ; bra TFT_CmdWrite_screen2
608
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
489 clrf PORTA ; upper
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
490 bcf INTCON,GIE
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
491 movwf PORTH ; lower
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
492 WR_L
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
493 WR_H ; tick
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
494 bsf INTCON,GIE
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
495 return
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
496 ;TFT_CmdWrite_screen2:
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
497 ; movwf PORTH ; lower
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
498 ; WR_L
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
499 ; WR_H ; tick
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
500 ; return;
608
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
501
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
502 global TFT_DataWrite
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
503 TFT_DataWrite:
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
504 RS_H ; data
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
505 ; btfsc screen_type2
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
506 ; bra TFT_DataWrite_screen2
608
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
507 bcf INTCON,GIE
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
508 movwf PORTH ; lower
608
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
509 WR_L
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
510 WR_H ; tick
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
511 bsf INTCON,GIE
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
512 return
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
513 ;TFT_DataWrite_screen2:
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
514 ; movwf PORTH ; lower
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
515 ; WR_L
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
516 ; WR_H ; tick
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
517 ; return
608
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
518
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
519
608
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
520 ;=============================================================================
0
heinrichsweikamp
parents:
diff changeset
521 ; Smooth lighting-up of the display:
heinrichsweikamp
parents:
diff changeset
522 ;
heinrichsweikamp
parents:
diff changeset
523 ; Trashes: WREG, PRODL
heinrichsweikamp
parents:
diff changeset
524 ; Typical usage:
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
525 ; clrf CCPR1L ; backlight off
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
526 ; [draw splash screen]
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
527 ; call TFT_DisplayFadeIn
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
528
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
529 global TFT_Display_FadeIn
0
heinrichsweikamp
parents:
diff changeset
530 TFT_Display_FadeIn:
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
531 movlw CCP1CON_VALUE ; get configuration
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
532 movwf CCP1CON ; set configuration
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
533 bsf tft_is_dimming ; TFT is dimming, ignore ambient sensor
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
534 btfsc screen_type3
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
535 bra TFT_Display_FadeIn_1
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
536 clrf CCPR1L ; backlight off - to be sure
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
537 movff max_CCPR1L,PRODL
0
heinrichsweikamp
parents:
diff changeset
538 TFT_Display_FadeIn_0:
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
539 incf CCPR1L,F ; duty cycle
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
540 WAITMS d'2'
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
541 decfsz PRODL,F
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
542 bra TFT_Display_FadeIn_0
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
543 bcf tft_is_dimming ; dimming done
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
544 return
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
545 TFT_Display_FadeIn_1:
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
546 setf CCPR1L
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
547 return
0
heinrichsweikamp
parents:
diff changeset
548
heinrichsweikamp
parents:
diff changeset
549 ;=============================================================================
heinrichsweikamp
parents:
diff changeset
550 ; Smooth lighting-off of the display:
heinrichsweikamp
parents:
diff changeset
551 ; Trashes: WREG, PRODL
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
552
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
553 global TFT_Display_FadeOut
0
heinrichsweikamp
parents:
diff changeset
554 TFT_Display_FadeOut:
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
555 movff max_CCPR1L,PRODL
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
556 bsf tft_is_dimming ; TFT is dimming, ignore ambient sensor
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
557 btfsc screen_type3
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
558 bra TFT_Display_FadeOut_1
0
heinrichsweikamp
parents:
diff changeset
559 TFT_Display_FadeOut_0:
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
560 movff PRODL,CCPR1L ; duty cycle
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
561 WAITMS d'1'
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
562 decfsz PRODL,F
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
563 bra TFT_Display_FadeOut_0
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
564 TFT_Display_FadeOut_1:
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
565 clrf CCPR1L
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
566 return
0
heinrichsweikamp
parents:
diff changeset
567
heinrichsweikamp
parents:
diff changeset
568 ;=============================================================================
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
569 ; OLED brightness control
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
570 TFT_display3_high: ; 0x01F8F8
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
571 movlw LOW (0x01F8F8 )
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
572 movwf TBLPTRL
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
573 movlw HIGH (0x01F8F8 & 0xFFFF)
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
574 movwf TBLPTRH
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
575 movlw UPPER (0x01F8F8 )
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
576 movwf TBLPTRU
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
577 bra display1_init_loop ; and return
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
578
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
579 TFT_display3_med: ; 0x01F91C
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
580 movlw LOW (0x01F91C )
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
581 movwf TBLPTRL
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
582 movlw HIGH (0x01F91C & 0xFFFF)
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
583 movwf TBLPTRH
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
584 movlw UPPER (0x01F91C )
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
585 movwf TBLPTRU
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
586 bra display1_init_loop ; and return
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
587
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
588 TFT_display3_low: ; 0x01F8D4
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
589 movlw LOW (0x01F8D4 )
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
590 movwf TBLPTRL
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
591 movlw HIGH (0x01F8D4 & 0xFFFF)
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
592 movwf TBLPTRH
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
593 movlw UPPER (0x01F8D4 )
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
594 movwf TBLPTRU
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
595 bra display1_init_loop ; and return
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
596
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
597 ;=============================================================================
0
heinrichsweikamp
parents:
diff changeset
598
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
599 global box_std_block, box_black_block, box_color_block
0
heinrichsweikamp
parents:
diff changeset
600
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
601 box_std_block: ; use white color
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
602 setf WREG
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
603 bra box_common
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
604 box_black_block: ; use black color
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
605 clrf WREG
0
heinrichsweikamp
parents:
diff changeset
606 box_common:
heinrichsweikamp
parents:
diff changeset
607 box_color_block:
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
608 rcall TFT_set_color
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
609 VARARGS_BEGIN
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
610 VARARGS_GET8 win_top
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
611 VARARGS_GET8 win_height
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
612 VARARGS_GET8 win_leftx2
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
613 VARARGS_GET8 win_width
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
614 VARARGS_END
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
615 bra TFT_box
0
heinrichsweikamp
parents:
diff changeset
616
heinrichsweikamp
parents:
diff changeset
617 ;-----------------------------------------------------------------------------
heinrichsweikamp
parents:
diff changeset
618
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
619 global box_frame_std, box_frame_common, box_frame_color, box_frame_color16
0
heinrichsweikamp
parents:
diff changeset
620
heinrichsweikamp
parents:
diff changeset
621 box_frame_std:
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
622 setf WREG
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
623 rcall TFT_set_color
0
heinrichsweikamp
parents:
diff changeset
624 box_frame_common:
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
625 VARARGS_BEGIN
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
626 VARARGS_GET8 win_top
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
627 VARARGS_GET8 win_height
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
628 VARARGS_GET8 win_leftx2
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
629 VARARGS_GET8 win_width
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
630 VARARGS_END
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
631 bra TFT_frame
0
heinrichsweikamp
parents:
diff changeset
632 box_frame_color:
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
633 rcall TFT_set_color
0
heinrichsweikamp
parents:
diff changeset
634 box_frame_color16:
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
635 bra box_frame_common
0
heinrichsweikamp
parents:
diff changeset
636
434
a001f170a1f7 hunting a bug in the logbook (Day 3)
heinrichsweikamp
parents: 432
diff changeset
637 ;;=============================================================================
a001f170a1f7 hunting a bug in the logbook (Day 3)
heinrichsweikamp
parents: 432
diff changeset
638 ;; Init for half_pixel_write
a001f170a1f7 hunting a bug in the logbook (Day 3)
heinrichsweikamp
parents: 432
diff changeset
639 ;; Set column register on TFT device, and current color.
a001f170a1f7 hunting a bug in the logbook (Day 3)
heinrichsweikamp
parents: 432
diff changeset
640 ;; Inputs: win_leftx2
a001f170a1f7 hunting a bug in the logbook (Day 3)
heinrichsweikamp
parents: 432
diff changeset
641 ;; Outputs: win_color:2
a001f170a1f7 hunting a bug in the logbook (Day 3)
heinrichsweikamp
parents: 432
diff changeset
642 ;; Trashed: WREG, PROD
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
643 ;
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
644 ; global init_pixel_write
434
a001f170a1f7 hunting a bug in the logbook (Day 3)
heinrichsweikamp
parents: 432
diff changeset
645 ;init_pixel_write:
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
646 ; movf win_leftx2,W
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
647 ; mullw 2
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
648 ; rcall pixel_write_col320 ; start address vertical (.0 - .319)
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
649 ; setf WREG
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
650 ; bra TFT_set_color
0
heinrichsweikamp
parents:
diff changeset
651
heinrichsweikamp
parents:
diff changeset
652 ;-----------------------------------------------------------------------------
heinrichsweikamp
parents:
diff changeset
653 ; Writes two half-pixels at position (win_top,win_leftx2)
heinrichsweikamp
parents:
diff changeset
654 ; Inputs: win_leftx2, win_top, win_color:2
heinrichsweikamp
parents:
diff changeset
655 ; Trashed: WREG, PROD
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
656
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
657 global pixel_write
0
heinrichsweikamp
parents:
diff changeset
658 pixel_write:
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
659 movf win_leftx2,W
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
660 mullw .2 ; win_leftx2 x 2 -> PRODH:PRODL
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
661 rcall pixel_write_col320 ; start address vertical (.0 - .319)
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
662 rcall half_pixel_write ; write this half-one
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
663
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
664 movf win_leftx2,W ; address of next one
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
665 mullw .2 ; win_leftx2 x 2 -> PRODH:PRODL
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
666 INCI PROD ; PROD++
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
667 rcall pixel_write_col320
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
668 bra half_pixel_write ; and return... note: cmd 0x20 is mandatory, because
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
669 ; of the auto-increment going vertical
0
heinrichsweikamp
parents:
diff changeset
670
heinrichsweikamp
parents:
diff changeset
671 global pixel_write_col320
heinrichsweikamp
parents:
diff changeset
672 pixel_write_col320:
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
673 btfsc screen_type2 ; display type 2 ?
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
674 bra pixel_write_col320_d2 ; YES
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
675 btfsc screen_type1 ; display type 1 ?
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
676 bra pixel_write_col320_d1 ; YES
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
677 btfsc screen_type3 ; display type 3 ?
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
678 bra pixel_write_col320_d3 ; YES
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
679 ; NO to all - display type 0
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
680 btfss flip_screen ; 180° rotation?
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
681 bra pixel_write_noflip_H ; NO
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
682 bra pixel_write_flip_H ; YES
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
683 pixel_write_col320_d1: ; display type 1
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
684 btfsc flip_screen ; 180° rotation?
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
685 bra pixel_write_noflip_H ; YES
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
686 pixel_write_flip_H: ; flip d0
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
687 movf PRODL,W ; 16 bits 319 - PROD --> PROD
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
688 sublw LOW .319 ; 319-W --> W
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
689 movwf PRODL
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
690 movf PRODH,W
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
691 btfss STATUS,C ; borrow = /CARRY
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
692 incf WREG
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
693 sublw HIGH .319
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
694 movwf PRODH
151
5cb177f0948a work on flip screen...
heinrichsweikamp
parents: 125
diff changeset
695
5cb177f0948a work on flip screen...
heinrichsweikamp
parents: 125
diff changeset
696 pixel_write_noflip_H:
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
697 Index_out 0x21 ; frame memory vertical address
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
698 bra TFT_DataWrite_PROD ; and return...
0
heinrichsweikamp
parents:
diff changeset
699
608
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
700 pixel_write_col320_d2:
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
701 movlw 0x06
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
702 rcall TFT_CmdWrite
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
703 movf PRODH,W
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
704 rcall TFT_DataWrite
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
705 movlw 0x07
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
706 rcall TFT_CmdWrite
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
707 movf PRODL,W
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
708 rcall TFT_DataWrite
608
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
709
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
710 incf PRODL,F
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
711 movlw .0
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
712 addwfc PRODH,F ; +1
608
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
713
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
714 movlw 0x08
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
715 rcall TFT_CmdWrite
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
716 movf PRODH,W
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
717 rcall TFT_DataWrite
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
718 movlw 0x09
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
719 rcall TFT_CmdWrite
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
720 movf PRODL,W
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
721 bra TFT_DataWrite ; ... and return
608
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
722
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
723 pixel_write_col320_d3:
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
724 movlw 0x21 ; start address vertical (.0 - .319)
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
725 rcall TFT_CmdWrite
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
726 bra TFT_DataWrite_PROD ; and return...
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
727
0
heinrichsweikamp
parents:
diff changeset
728 ;-----------------------------------------------------------------------------
heinrichsweikamp
parents:
diff changeset
729 ; Writes one half-pixel at position (win_top,win_leftx2).
heinrichsweikamp
parents:
diff changeset
730 ; Inputs: win_leftx2, win_top, win_color:2
heinrichsweikamp
parents:
diff changeset
731 ; Trashed: WREG, PROD
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
732
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
733 global half_pixel_write
0
heinrichsweikamp
parents:
diff changeset
734 half_pixel_write:
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
735 movf win_top,W ; d'0' ... d'239'
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
736 ; Variant with Y position in WREG
0
heinrichsweikamp
parents:
diff changeset
737 half_pixel_write_1:
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
738 btfsc screen_type2 ; display type 2 ?
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
739 bra half_pixel_write_1_display2 ; YES
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
740 btfsc screen_type3 ; display type 3 ?
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
741 bra half_pixel_write_1_display3 ; YES
608
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
742
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
743 half_pixel_write_1_display1:
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
744 btfss flip_screen ; 180° rotation?
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
745 sublw .239 ; 239-Y --> Y
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
746 mullw .1 ; copy row to PRODL (PRODH=0)
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
747 Index_out 0x20 ; frame memory horizontal address
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
748 rcall TFT_DataWrite_PROD
0
heinrichsweikamp
parents:
diff changeset
749
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
750 Index_out 0x22 ; frame memory data write start
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
751 RS_H ; data
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
752 bcf INTCON,GIE
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
753 movff win_color1,PORTA ; upper
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
754 movff win_color2,PORTH ; lower
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
755 WR_L
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
756 WR_H ; tick
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
757 bsf INTCON,GIE
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
758 return
0
heinrichsweikamp
parents:
diff changeset
759
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
760 half_pixel_write_1_display2:
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
761 mullw 1 ; copy row to PRODL (PRODH=0)
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
762 ; Row address start
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
763 movlw 0x02
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
764 rcall TFT_CmdWrite
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
765 movlw .0
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
766 rcall TFT_DataWrite
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
767 movlw 0x03
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
768 rcall TFT_CmdWrite
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
769 movf PRODL,W
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
770 rcall TFT_DataWrite
608
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
771
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
772 incf PRODL,F
608
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
773
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
774 movlw 0x04
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
775 rcall TFT_CmdWrite
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
776 movlw .0
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
777 rcall TFT_DataWrite
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
778 movlw 0x05
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
779 rcall TFT_CmdWrite
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
780 movf PRODL,W
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
781 rcall TFT_DataWrite
608
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
782
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
783 movff win_color1,PRODH
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
784 movff win_color2,PRODL
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
785 rcall convert_for_display2
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
786
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
787 movlw 0x22 ; start writing data to GRAM
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
788 rcall TFT_CmdWrite
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
789 RS_H ; data
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
790 movff win_color5, PORTH
608
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
791 WR_L
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
792 WR_H ; tick
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
793 movff win_color4, PORTH
608
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
794 WR_L
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
795 WR_H ; tick
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
796 movff win_color3, PORTH
608
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
797 WR_L
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
798 WR_H ; tick
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
799 return
608
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
800
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
801 half_pixel_write_1_display3:
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
802 mullw 1 ; copy row to PRODL (PRODH=0)
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
803
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
804 movlw 0x20 ; horizontal address START:END
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
805 rcall TFT_CmdWrite
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
806 rcall TFT_DataWrite_PROD
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
807
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
808 movlw 0x22 ; start writing data to GRAM
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
809 rcall TFT_CmdWrite
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
810 RS_H ; data
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
811 movff win_color1, PORTH
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
812 WR_L
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
813 WR_H ; tick
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
814 movff win_color2, PORTH
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
815 WR_L
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
816 WR_H ; tick
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
817 return ; done
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
818
0
heinrichsweikamp
parents:
diff changeset
819 ;-----------------------------------------------------------------------------
heinrichsweikamp
parents:
diff changeset
820 ; Writes a vertical line of half-pixel at position (win_top,win_leftx2,win_height).
heinrichsweikamp
parents:
diff changeset
821 ; Inputs: win_leftx2, win_top, win_height, win_color:2
heinrichsweikamp
parents:
diff changeset
822 ; Trashed: WREG, PROD, TABLAT, TBLPTRL
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
823
0
heinrichsweikamp
parents:
diff changeset
824 global half_vertical_line
heinrichsweikamp
parents:
diff changeset
825 half_vertical_line:
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
826 clrf TABLAT ; loop index
0
heinrichsweikamp
parents:
diff changeset
827
heinrichsweikamp
parents:
diff changeset
828 half_vertical_line_loop:
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
829 movf win_leftx2,W ; init X position
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
830 mullw .2 ; win_leftx2 x 2 -> PRODH:PRODL
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
831 movf TABLAT,W ; get loop index
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
832 andlw .1 ; just low bit
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
833 xorwf PRODL,F ; and use it to jitter current X position
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
834 rcall pixel_write_col320 ; start address vertical (.0 - .319)
0
heinrichsweikamp
parents:
diff changeset
835
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
836 movf win_height,W ; index reached height (bank0 read) ?
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
837 xorwf TABLAT,W
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
838 btfsc STATUS,Z ; Equal ?
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
839 return ; YES - done
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
840 movf win_top,W ; Y = top + index (bank0 read)
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
841 addwf TABLAT,W
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
842 rcall half_pixel_write_1
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
843 incf TABLAT,F ; index++
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
844 bra half_vertical_line_loop
0
heinrichsweikamp
parents:
diff changeset
845
heinrichsweikamp
parents:
diff changeset
846 ;-----------------------------------------------------------------------------
heinrichsweikamp
parents:
diff changeset
847 ; Writes a horizontal line of half-pixel at position (win_top,win_leftx2,win_width).
heinrichsweikamp
parents:
diff changeset
848 ; Inputs: win_leftx2, win_top, win_width, win_color:2
heinrichsweikamp
parents:
diff changeset
849 ; Trashed: WREG, PROD, TABLAT, TBLPTRL
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
850
0
heinrichsweikamp
parents:
diff changeset
851 global half_horizontal_line
heinrichsweikamp
parents:
diff changeset
852 half_horizontal_line:
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
853 clrf TABLAT ; loop index
0
heinrichsweikamp
parents:
diff changeset
854
heinrichsweikamp
parents:
diff changeset
855 half_horizontal_line_loop:
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
856 movf win_leftx2,W ; init X position
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
857 mullw .2 ; win_leftx2 x 2 -> PRODH:PRODL
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
858 rcall pixel_write_col320 ; start address vertical (.0 - .319)
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
859 movf win_width,W ; index reached height (bank0 read) ?
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
860 xorwf TABLAT,W
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
861 btfsc STATUS,Z ; equal ?
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
862 return ; YES - done
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
863 movf win_top,W ; Y = top + index (bank0 read)
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
864 addwf TABLAT,W
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
865 rcall half_pixel_write_1
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
866 incf TABLAT,F ; index++
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
867 bra half_horizontal_line_loop
0
heinrichsweikamp
parents:
diff changeset
868
heinrichsweikamp
parents:
diff changeset
869
heinrichsweikamp
parents:
diff changeset
870 ;-----------------------------------------------------------------------------
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
871 ; TFT Data Command via W
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
872
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
873 global TFT_DataWrite_PROD
0
heinrichsweikamp
parents:
diff changeset
874 TFT_DataWrite_PROD:
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
875 ; RD_H ; keep high
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
876 RS_H ; data
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
877 btfsc screen_type2 ; screen type 2 ?
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
878 bra TFT_DataWrite_PROD_display2 ; YES
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
879 btfsc screen_type3 ; screen type 3 ?
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
880 bra TFT_DataWrite_PROD_display2 ; YES
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
881 bcf INTCON,GIE ; NO -
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
882 movff PRODH,PORTA ; - move high byte to PORTA
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
883 movff PRODL,PORTH ; - move low byte to PORTH
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
884 WR_L ; - tick
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
885 WR_H ; - tack
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
886 bsf INTCON,GIE ; -
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
887 return ; - done
0
heinrichsweikamp
parents:
diff changeset
888
608
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
889 TFT_DataWrite_PROD_display2:
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
890 movff PRODH,PORTH ; move high byte to PORTH (display 2 is big endian)
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
891 WR_L ; tick
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
892 WR_H ; tack
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
893 movff PRODL,PORTH ; move low byte to PORTH
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
894 WR_L ; tick
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
895 WR_H ; tack
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
896 btfsc screen_type3 ; screen type 3 ?
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
897 return ; YES - done
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
898 movff win_color3,PORTH ; NO - move low(est) byte to PORTH
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
899 WR_L ; - tick
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
900 WR_H ; - tack
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
901 return ; - done
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
902
608
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
903
0
heinrichsweikamp
parents:
diff changeset
904 TFT_DataRead_PROD:
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
905 Index_out 0x22 ; frame memory data read start
360
5f142cff43f6 hardware support
heinrichsweikamp
parents: 312
diff changeset
906 TFT_CmdRead_PROD:
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
907 setf TRISA ; port A as input
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
908 setf TRISH ; port H as input
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
909 RS_H ; data
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
910 WR_H ; not write
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
911 RD_L ; read
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
912 nop
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
913 nop
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
914 nop
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
915 RD_H ; tick
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
916 nop
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
917 nop
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
918 nop
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
919 RD_L ; read
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
920 nop
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
921 ;nop
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
922 ;nop
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
923 movff PORTA,PRODH
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
924 movff PORTH,PRODL
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
925 RD_H ; tick
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
926 nop
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
927 clrf TRISA ; port A as output
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
928 clrf TRISH ; port H as output
0
heinrichsweikamp
parents:
diff changeset
929 return
heinrichsweikamp
parents:
diff changeset
930
heinrichsweikamp
parents:
diff changeset
931 ;=============================================================================
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
932 ; Output TFT Window Address commands
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
933 ; Inputs : win_top, win_leftx2, win_height, win_width
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
934 ; Output : PortA/PortH commands
0
heinrichsweikamp
parents:
diff changeset
935 ; Trashed: PROD
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
936
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
937 global TFT_box_write
0
heinrichsweikamp
parents:
diff changeset
938 TFT_box_write:
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
939 movf win_leftx2,W ; compute left = 2 * leftx2 --> PROD
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
940 mullw .2 ; win_leftx2 x 2 -> PRODH:PRODL
0
heinrichsweikamp
parents:
diff changeset
941
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
942 btfsc screen_type2 ; screen type 2 ?
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
943 bra TFT_box_write_display2 ; YES
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
944 btfsc screen_type3 ; screen type 3 ?
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
945 bra TFT_box_write_display3 ; YES
608
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
946
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
947 global TFT_box_write_16bit_win_left
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
948 TFT_box_write_16bit_win_left: ; with column in PRODL:PRODH
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
949 btfsc screen_type1 ; screen type 1 ?
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
950 bra TFT_box_write_16bit_win_left_d1 ; YES
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
951 ; screen type 0
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
952 btfsc flip_screen ; 180° rotation?
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
953 bra TFT_box_flip_H ; YES
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
954 bra TFT_box_write_16bit_win_left_com ; NO
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
955 TFT_box_write_16bit_win_left_d1: ; Display1
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
956 btfss flip_screen ; 180° rotation?
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
957 bra TFT_box_flip_H ; NO
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
958 TFT_box_write_16bit_win_left_com: ; YES for screen type 1, NO for type 0
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
959 ;---- Normal horizontal window ---------------------------------------
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
960 Index_out 0x52 ; window vertical start address
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
961 rcall TFT_DataWrite_PROD ; output left
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
962 Index_out 0x21 ; frame memory vertical address
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
963 rcall TFT_DataWrite_PROD ; output left
0
heinrichsweikamp
parents:
diff changeset
964
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
965 movf win_width+0,W ; right = left + width - 1
432
929feb0da4f5 hunting a bug in the logbook (Day 2)
heinrichsweikamp
parents: 431
diff changeset
966 addwf PRODL,F
929feb0da4f5 hunting a bug in the logbook (Day 2)
heinrichsweikamp
parents: 431
diff changeset
967 movf win_width+1,W
929feb0da4f5 hunting a bug in the logbook (Day 2)
heinrichsweikamp
parents: 431
diff changeset
968 addwfc PRODH,F
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
969 decf PRODL,F ; right--
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
970 btfss STATUS,C
432
929feb0da4f5 hunting a bug in the logbook (Day 2)
heinrichsweikamp
parents: 431
diff changeset
971 decf PRODH,F
0
heinrichsweikamp
parents:
diff changeset
972
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
973 Index_out 0x53 ; window vertical end address
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
974 rcall TFT_DataWrite_PROD
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
975 bra TFT_box_noflip_H
0
heinrichsweikamp
parents:
diff changeset
976
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
977 ;---- Flipped horizontal window --------------------------------------
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
978 TFT_box_flip_H:
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
979 ; calculate new coordinate
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
980 movf PRODL,W ; 16 bits 319 - PROD --> PROD
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
981 sublw LOW .319 ; 319 - WREG --> WREG
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
982 movwf PRODL
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
983 movf PRODH,W
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
984 btfss STATUS,C ; borrow = /CARRY
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
985 incf WREG
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
986 sublw HIGH .319
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
987 movwf PRODH
152
19ad15f04f60 BUGFIX: Clear Setpoint-Fallback warning when in bailout
heinrichsweikamp
parents: 151
diff changeset
988
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
989 Index_out 0x53 ; window vertical start address
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
990 rcall TFT_DataWrite_PROD ; output left
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
991 Index_out 0x21 ; frame memory vertical address
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
992 rcall TFT_DataWrite_PROD ; output left
151
5cb177f0948a work on flip screen...
heinrichsweikamp
parents: 125
diff changeset
993
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
994 ; calculate new coordinate
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
995 movf win_width+0,W ; 16 bits PROD - width --> PROD
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
996 subwf PRODL,F ; PRODL - WREG --> PRODL
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
997 movf win_width+1,W
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
998 subwfb PRODH,F
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
999 INCI PROD ; PROD++
151
5cb177f0948a work on flip screen...
heinrichsweikamp
parents: 125
diff changeset
1000
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1001 Index_out 0x52 ; window vertical end address
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1002 rcall TFT_DataWrite_PROD
151
5cb177f0948a work on flip screen...
heinrichsweikamp
parents: 125
diff changeset
1003
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
1004 TFT_box_noflip_H:
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1005 btfss flip_screen ; 180° rotation ?
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1006 bra TFT_box_noflip_V ; NO
151
5cb177f0948a work on flip screen...
heinrichsweikamp
parents: 125
diff changeset
1007
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1008 ;---- Flipped vertical window -----------------------------------------
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1009 ; calculate new coordinate
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1010 movff win_top,PRODH ; top --> PRODH (first byte)
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1011 movf win_height,W
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1012 addwf PRODH,W
432
929feb0da4f5 hunting a bug in the logbook (Day 2)
heinrichsweikamp
parents: 431
diff changeset
1013 decf WREG
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1014 movwf PRODL ; top + height - 1 --> PRODL (second byte)
151
5cb177f0948a work on flip screen...
heinrichsweikamp
parents: 125
diff changeset
1015
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1016 Index_out 0x50 ; window horizontal start address
432
929feb0da4f5 hunting a bug in the logbook (Day 2)
heinrichsweikamp
parents: 431
diff changeset
1017 movf PRODH,W
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1018 rcall TFT_DataWrite ; lower (and tick)
151
5cb177f0948a work on flip screen...
heinrichsweikamp
parents: 125
diff changeset
1019
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1020 Index_out 0x51 ; window horizontal end address
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1021 movf PRODL,W
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1022 rcall TFT_DataWrite ; lower (and tick)
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1023
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1024 Index_out 0x20 ; frame memory horizontal address
432
929feb0da4f5 hunting a bug in the logbook (Day 2)
heinrichsweikamp
parents: 431
diff changeset
1025 movf PRODH,W
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1026 bra TFT_DataWrite ; lower (and tick) and return
151
5cb177f0948a work on flip screen...
heinrichsweikamp
parents: 125
diff changeset
1027
152
19ad15f04f60 BUGFIX: Clear Setpoint-Fallback warning when in bailout
heinrichsweikamp
parents: 151
diff changeset
1028 TFT_box_noflip_V:
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1029 ;---- Normal vertical window ----------------------------------------
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1030 movff win_top,PRODL
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1031 movf win_height,W
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1032 addwf PRODL,W
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1033 sublw .240 ; 240 - top - height
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1034 movwf PRODH ; first byte
0
heinrichsweikamp
parents:
diff changeset
1035
432
929feb0da4f5 hunting a bug in the logbook (Day 2)
heinrichsweikamp
parents: 431
diff changeset
1036 movf PRODL,W
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1037 sublw .239 ; 239 - top
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1038 movwf PRODL ; --> second byte
0
heinrichsweikamp
parents:
diff changeset
1039
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1040 Index_out 0x50 ; window horizontal start address
432
929feb0da4f5 hunting a bug in the logbook (Day 2)
heinrichsweikamp
parents: 431
diff changeset
1041 movf PRODH,W
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1042 rcall TFT_DataWrite ; lower (and tick)
0
heinrichsweikamp
parents:
diff changeset
1043
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1044 Index_out 0x51 ; window horizontal end address
432
929feb0da4f5 hunting a bug in the logbook (Day 2)
heinrichsweikamp
parents: 431
diff changeset
1045 movf PRODL,W
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1046 rcall TFT_DataWrite ; lower (and tick)
0
heinrichsweikamp
parents:
diff changeset
1047
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1048 Index_out 0x20 ; frame memory horizontal address
432
929feb0da4f5 hunting a bug in the logbook (Day 2)
heinrichsweikamp
parents: 431
diff changeset
1049 movf PRODL,W
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1050 bra TFT_DataWrite ; lower (and tick) and return
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1051
608
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
1052
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1053 TFT_box_write_display2:
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
1054 ; setup left border
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1055 movlw 0x06
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1056 rcall TFT_CmdWrite
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1057 movf PRODH,W
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1058 rcall TFT_DataWrite
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1059 movlw 0x07
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1060 rcall TFT_CmdWrite
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1061 movf PRODL,W
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1062 rcall TFT_DataWrite
608
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
1063
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1064 movf win_width+0,W ; right = left + width - 1
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1065 addwf PRODL,F
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1066 movf win_width+1,W
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1067 addwfc PRODH,F
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
1068 decf PRODL,F ; decrement result
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1069 btfss STATUS,C
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
1070 decf PRODH,F
608
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
1071
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
1072 ; setup right border
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1073 movlw 0x08
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1074 rcall TFT_CmdWrite
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1075 movf PRODH,W
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1076 rcall TFT_DataWrite
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1077 movlw 0x09
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1078 rcall TFT_CmdWrite
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1079 movf PRODL,W
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1080 rcall TFT_DataWrite
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1081
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1082 ;---- Normal vertical window -----------------------------------------
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1083 ; Output (top) (bottom)
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1084 movff win_top,PRODH ; top --> PRODH (first byte)
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1085 movf win_height,W
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1086 addwf PRODH,W
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1087 decf WREG
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1088 movwf PRODL ; top+height-1 --> PRODL (second byte)
608
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
1089
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1090 movlw 0x02
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1091 rcall TFT_CmdWrite
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1092 movlw 0x00
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1093 rcall TFT_DataWrite
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1094 movlw 0x03
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1095 rcall TFT_CmdWrite
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1096 movf PRODH,W
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1097 rcall TFT_DataWrite
608
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
1098
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1099 movlw 0x04
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1100 rcall TFT_CmdWrite
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1101 movlw 0x00
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1102 rcall TFT_DataWrite
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1103 movlw 0x05
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1104 rcall TFT_CmdWrite
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1105 movf PRODL,W
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1106 bra TFT_DataWrite ; ... and return
0
heinrichsweikamp
parents:
diff changeset
1107
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
1108 TFT_box_write_display3:
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
1109 ;---- Normal horizontal window ---------------------------------------
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
1110 ; Output 0x35 left,
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
1111 ; 0x36 right == left + width - 1.
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
1112
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
1113 Index_out 0x35 ; window vertical start address
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
1114 rcall TFT_DataWrite_PROD ; output left
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
1115 Index_out 0x21 ; also the horizontal first pix coordinate
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
1116 rcall TFT_DataWrite_PROD ; output left
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
1117
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
1118 movf win_width+0,W ; right = left + width - 1
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
1119 addwf PRODL,F
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
1120 movf win_width+1,W
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
1121 addwfc PRODH,F
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
1122 decf PRODL,F ; decrement result
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
1123 btfss STATUS,C
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
1124 decf PRODH,F
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
1125
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
1126 Index_out 0x36 ; write and the right border
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
1127 rcall TFT_DataWrite_PROD
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
1128
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
1129 ;---- Normal vertical window -----------------------------------------
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
1130 ; Output 0x37 (top) (bottom)
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
1131 movff win_top,PRODH ; top --> PRODH (first byte)
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
1132 movff win_height,WREG
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
1133 addwf PRODH,W
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
1134 decf WREG
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
1135 movwf PRODL ; top + height - 1 --> PRODL (second byte)
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
1136
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
1137 Index_out 0x37
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
1138 rcall TFT_DataWrite_PROD
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
1139
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
1140 movff PRODH,PRODL
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
1141 clrf PRODH ; start pixel V coord == top.
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
1142 Index_out 0x20
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
1143 bra TFT_DataWrite_PROD ; and return...
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
1144
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
1145
0
heinrichsweikamp
parents:
diff changeset
1146 ;=============================================================================
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1147 ; TFT_frame : draw a frame around current box with current color
0
heinrichsweikamp
parents:
diff changeset
1148 ; Inputs: win_top, win_leftx2, win_height, win_width, win_color1, win_color2
heinrichsweikamp
parents:
diff changeset
1149 ; Outputs: (none)
heinrichsweikamp
parents:
diff changeset
1150 ; Trashed: WREG, PROD, aa_start:2, aa_end:2
heinrichsweikamp
parents:
diff changeset
1151
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1152 global TFT_frame
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1153 TFT_frame:
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1154 movff win_top,tft_save_top ; backup everything
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1155 movff win_height,tft_save_height
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1156 movff win_leftx2,tft_save_left
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
1157 movff win_width+0,tft_save_width
0
heinrichsweikamp
parents:
diff changeset
1158
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1159 ;---- TOP line -----------------------------------------------------------
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1160 movlw .1 ; row ~ height = 1
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1161 movwf win_height
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1162 rcall TFT_box
0
heinrichsweikamp
parents:
diff changeset
1163
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1164 ;---- BOTTOM line --------------------------------------------------------
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1165 movff tft_save_top,PRODL ; get back top
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1166 movff tft_save_height,WREG ; get back height
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1167 addwf PRODL,W ; top + height
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1168 decf WREG ; top + height - 1
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1169 movwf win_top ; top + height - 1 --> top
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1170 rcall TFT_box
0
heinrichsweikamp
parents:
diff changeset
1171
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1172 ;---- LEFT column --------------------------------------------------------
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1173 movff tft_save_top,win_top ; restore top/height
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1174 movff tft_save_height,win_height
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1175 movlw .1 ; column ~ width = 1
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1176 movwf win_width+0
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1177 rcall TFT_box
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1178
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1179 ;---- RIGHT column -------------------------------------------------------
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1180 movff tft_save_left,WREG
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1181 movff tft_save_width,PRODL
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1182 addwf PRODL,W
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1183 decf WREG
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1184 movwf win_leftx2
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1185 rcall TFT_box
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1186
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1187 ;---- Restore everything -------------------------------------------------
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1188 movff tft_save_left,win_leftx2
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
1189 movff tft_save_width,win_width+0
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1190 return
0
heinrichsweikamp
parents:
diff changeset
1191
heinrichsweikamp
parents:
diff changeset
1192 ;=============================================================================
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1193 ; TFT_box: fills current box with current color
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1194 ; Inputs : win_top, win_leftx2, win_height, win_width, win_color1, win_color2
0
heinrichsweikamp
parents:
diff changeset
1195 ; Outputs: (none)
heinrichsweikamp
parents:
diff changeset
1196 ; Trashed: WREG, PROD
heinrichsweikamp
parents:
diff changeset
1197
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1198 global TFT_box
0
heinrichsweikamp
parents:
diff changeset
1199 TFT_box:
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1200 ;---- Define Window ------------------------------------------------------
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1201 bcf STATUS,C
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1202 rlcf win_width+0,F
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1203 rlcf win_width+1,F ; x2
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1204 rcall TFT_box_write ; setup box
0
heinrichsweikamp
parents:
diff changeset
1205
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1206 bcf STATUS,C
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1207 rrcf win_width+1,F ; width /= 2
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1208 rrcf win_width+0,F
0
heinrichsweikamp
parents:
diff changeset
1209
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1210 ;---- Fill Window --------------------------------------------------------
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1211 Index_out 0x22 ; frame memory data write start
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1212 clrf PRODH ; column counter
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1213 RS_H ; data
0
heinrichsweikamp
parents:
diff changeset
1214
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
1215 btfsc screen_type2 ; display type 2 ?
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
1216 bra TFT_box_display2 ; YES
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
1217 btfsc screen_type3 ; display type 3 ?
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
1218 bra TFT_box_display3 ; YES
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
1219
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1220 TFT_box2: ; loop height times
0
heinrichsweikamp
parents:
diff changeset
1221 movff win_height,PRODL
heinrichsweikamp
parents:
diff changeset
1222
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1223 TFT_box3: ; loop width times
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1224 bcf INTCON,GIE
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1225 movff win_color1,PORTA ; upper
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1226 movff win_color2,PORTH ; lower
0
heinrichsweikamp
parents:
diff changeset
1227 WR_L
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1228 WR_H ; tick
0
heinrichsweikamp
parents:
diff changeset
1229 WR_L
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1230 WR_H ; tick
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1231 bsf INTCON,GIE
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1232 decfsz PRODL,F ; row loop finished ?
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1233 bra TFT_box3 ; NO - continue
0
heinrichsweikamp
parents:
diff changeset
1234
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1235 incf PRODH,F ; column count ++
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
1236 movf win_bargraph,W ; get width of active bargraph part
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
1237 cpfseq PRODH ; current column == end of active bargraph ?
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1238 bra TFT_box4 ; NO - just loop
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
1239 clrf win_color1 ; YES - switch to black
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1240 clrf win_color2 ; - ...
0
heinrichsweikamp
parents:
diff changeset
1241 TFT_box4:
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
1242 movf win_width+0,W ; get total bargraph width
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
1243 xorwf PRODH,W ; all columns done?
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
1244 bnz TFT_box2 ; NO - loop
0
heinrichsweikamp
parents:
diff changeset
1245
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1246 movlw 0x00 ; NOP, to stop window mode
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1247 rcall TFT_CmdWrite
0
heinrichsweikamp
parents:
diff changeset
1248
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1249 ; reset bargraph mode...
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1250 setf win_bargraph
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1251 return
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1252
608
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
1253 TFT_box_display2:
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
1254 ; Screen 2
608
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
1255 movff win_color1,PRODH
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
1256 movff win_color2,PRODL
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
1257 rcall convert_for_display2
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
1258 clrf PRODH ; column counter
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1259 TFT_box2_display2: ; loop height times
608
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
1260 movff win_height,PRODL
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1261 TFT_box3_display2: ; loop width times
608
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
1262 movff win_color5,PORTH
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1263 bcf tft_nwr
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1264 bsf tft_nwr ; upper
608
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
1265 movff win_color4,PORTH
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
1266 bcf tft_nwr
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1267 bsf tft_nwr ; high
608
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
1268 movff win_color3,PORTH
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
1269 bcf tft_nwr
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1270 bsf tft_nwr ; low
608
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
1271
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
1272 movff win_color5,PORTH
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
1273 bcf tft_nwr
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1274 bsf tft_nwr ; upper
608
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
1275 movff win_color4,PORTH
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
1276 bcf tft_nwr
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1277 bsf tft_nwr ; high
608
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
1278 movff win_color3,PORTH
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
1279 bcf tft_nwr
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1280 bsf tft_nwr ; low
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1281 decfsz PRODL,F ; row loop finished?
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1282 bra TFT_box3_display2 ; NO - loop
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1283 incf PRODH,F ; YES - column count ++
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1284 movf win_bargraph,W ; - get bargraph width
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1285 cpfseq PRODH ; - current column = bargraph ?
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1286 bra TFT_box4_display2 ; NO
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1287 clrf win_color5 ; YES - switch to black
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1288 clrf win_color4 ; - ...
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1289 clrf win_color3 ; - ...
608
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
1290 TFT_box4_display2:
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1291 movf win_width+0,W ; get width
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1292 cpfseq PRODH ; width loop finished ?
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1293 bra TFT_box2_display2 ; NO - loop
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1294 setf win_bargraph ; YES - reset bargraph mode
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1295 return ; - done
0
heinrichsweikamp
parents:
diff changeset
1296
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
1297 TFT_box_display3:
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
1298 ; Screen 3
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
1299 TFT_box2_display3: ; loop height times
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
1300 movff win_height,PRODL
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
1301 TFT_box3_display3: ; loop width times
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
1302 movff win_color1,PORTH
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
1303 bcf tft_nwr
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
1304 bsf tft_nwr ; upper
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
1305 movff win_color2,PORTH
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
1306 bcf tft_nwr
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
1307 bsf tft_nwr ; high
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
1308 movff win_color1,PORTH
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
1309 bcf tft_nwr
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
1310 bsf tft_nwr ; low
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
1311 movff win_color2,PORTH
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
1312 bcf tft_nwr
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
1313 bsf tft_nwr ; upper
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
1314 decfsz PRODL,F ; row loop finished?
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
1315 bra TFT_box3_display3 ; NO - loop
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
1316 incf PRODH,F ; YES - column count ++
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
1317 movf win_bargraph,W ; - get bargraph width
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
1318 cpfseq PRODH ; - current column = bargraph ?
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
1319 bra TFT_box4_display3 ; NO
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
1320 clrf win_color1 ; Yes - switch to black
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
1321 clrf win_color2 ; - ...
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
1322 TFT_box4_display3:
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
1323 movf win_width+0,W ; get width
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
1324 cpfseq PRODH ; width loop finished ?
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
1325 bra TFT_box2_display3 ; NO - loop
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
1326 setf win_bargraph ; YES - reset bargraph mode
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
1327 return
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
1328
0
heinrichsweikamp
parents:
diff changeset
1329 ;=============================================================================
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1330 ; Convert 8 bit RGB b'RRRGGGBB' into 16 bit RGB b'RRRRRGGGGGGBBBBB'
0
heinrichsweikamp
parents:
diff changeset
1331
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1332 global TFT_set_color
0
heinrichsweikamp
parents:
diff changeset
1333 TFT_set_color:
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
1334 movwf tft_temp1 ; get 8 bit RGB b'RRRGGGBB' into tft_temp1...
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
1335 movwf tft_temp2 ; ... and tft_temp2
0
heinrichsweikamp
parents:
diff changeset
1336
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1337 ; mask bit 7,6,5,4,3,2
0
heinrichsweikamp
parents:
diff changeset
1338 movlw b'00000011'
heinrichsweikamp
parents:
diff changeset
1339 andwf tft_temp2,F
heinrichsweikamp
parents:
diff changeset
1340
heinrichsweikamp
parents:
diff changeset
1341 movlw b'00000000'
heinrichsweikamp
parents:
diff changeset
1342 dcfsnz tft_temp2,F
heinrichsweikamp
parents:
diff changeset
1343 movlw b'01010000'
heinrichsweikamp
parents:
diff changeset
1344 dcfsnz tft_temp2,F
heinrichsweikamp
parents:
diff changeset
1345 movlw b'10100000'
heinrichsweikamp
parents:
diff changeset
1346 dcfsnz tft_temp2,F
heinrichsweikamp
parents:
diff changeset
1347 movlw b'11111000'
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1348 movwf tft_temp3 ; blue done
0
heinrichsweikamp
parents:
diff changeset
1349
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1350 movff tft_temp1,tft_temp2 ; copy
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1351 ; mask bit 7,6,5,1,0
0
heinrichsweikamp
parents:
diff changeset
1352 movlw b'00011100'
heinrichsweikamp
parents:
diff changeset
1353 andwf tft_temp2,F
heinrichsweikamp
parents:
diff changeset
1354 rrncf tft_temp2,F
heinrichsweikamp
parents:
diff changeset
1355 rrncf tft_temp2,F
heinrichsweikamp
parents:
diff changeset
1356
heinrichsweikamp
parents:
diff changeset
1357 movlw b'00000000'
heinrichsweikamp
parents:
diff changeset
1358 dcfsnz tft_temp2,F
heinrichsweikamp
parents:
diff changeset
1359 movlw b'00000100'
heinrichsweikamp
parents:
diff changeset
1360 dcfsnz tft_temp2,F
heinrichsweikamp
parents:
diff changeset
1361 movlw b'00001000'
heinrichsweikamp
parents:
diff changeset
1362 dcfsnz tft_temp2,F
heinrichsweikamp
parents:
diff changeset
1363 movlw b'00001100'
heinrichsweikamp
parents:
diff changeset
1364 dcfsnz tft_temp2,F
heinrichsweikamp
parents:
diff changeset
1365 movlw b'00010000'
heinrichsweikamp
parents:
diff changeset
1366 dcfsnz tft_temp2,F
heinrichsweikamp
parents:
diff changeset
1367 movlw b'00010100'
heinrichsweikamp
parents:
diff changeset
1368 dcfsnz tft_temp2,F
heinrichsweikamp
parents:
diff changeset
1369 movlw b'00100000'
heinrichsweikamp
parents:
diff changeset
1370 dcfsnz tft_temp2,F
heinrichsweikamp
parents:
diff changeset
1371 movlw b'00111111'
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1372 movwf tft_temp4
0
heinrichsweikamp
parents:
diff changeset
1373
heinrichsweikamp
parents:
diff changeset
1374 rrcf tft_temp4,F
heinrichsweikamp
parents:
diff changeset
1375 rrcf tft_temp3,F
heinrichsweikamp
parents:
diff changeset
1376
heinrichsweikamp
parents:
diff changeset
1377 rrcf tft_temp4,F
heinrichsweikamp
parents:
diff changeset
1378 rrcf tft_temp3,F
heinrichsweikamp
parents:
diff changeset
1379
heinrichsweikamp
parents:
diff changeset
1380 rrcf tft_temp4,F
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1381 rrcf tft_temp3,W ; tft_temp3 (b'GGGBBBBB') done
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1382 movwf win_color2 ; set color registers...
0
heinrichsweikamp
parents:
diff changeset
1383
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1384 movff tft_temp1,tft_temp2 ; copy
0
heinrichsweikamp
parents:
diff changeset
1385 clrf tft_temp1
heinrichsweikamp
parents:
diff changeset
1386
heinrichsweikamp
parents:
diff changeset
1387 rrcf tft_temp4,F
heinrichsweikamp
parents:
diff changeset
1388 rrcf tft_temp1,F
heinrichsweikamp
parents:
diff changeset
1389
heinrichsweikamp
parents:
diff changeset
1390 rrcf tft_temp4,F
heinrichsweikamp
parents:
diff changeset
1391 rrcf tft_temp1,F
heinrichsweikamp
parents:
diff changeset
1392
heinrichsweikamp
parents:
diff changeset
1393 rrcf tft_temp4,F
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1394 rrcf tft_temp1,F ; green done
0
heinrichsweikamp
parents:
diff changeset
1395
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1396 ; mask bit 4,3,2,1,0
0
heinrichsweikamp
parents:
diff changeset
1397 movlw b'11100000'
heinrichsweikamp
parents:
diff changeset
1398 andwf tft_temp2,F
heinrichsweikamp
parents:
diff changeset
1399
heinrichsweikamp
parents:
diff changeset
1400 rrncf tft_temp2,F
heinrichsweikamp
parents:
diff changeset
1401 rrncf tft_temp2,F
heinrichsweikamp
parents:
diff changeset
1402 rrncf tft_temp2,F
heinrichsweikamp
parents:
diff changeset
1403 rrncf tft_temp2,F
heinrichsweikamp
parents:
diff changeset
1404 rrncf tft_temp2,F
heinrichsweikamp
parents:
diff changeset
1405
heinrichsweikamp
parents:
diff changeset
1406 movlw b'00000000'
heinrichsweikamp
parents:
diff changeset
1407 dcfsnz tft_temp2,F
heinrichsweikamp
parents:
diff changeset
1408 movlw b'00000100'
heinrichsweikamp
parents:
diff changeset
1409 dcfsnz tft_temp2,F
heinrichsweikamp
parents:
diff changeset
1410 movlw b'00001000'
heinrichsweikamp
parents:
diff changeset
1411 dcfsnz tft_temp2,F
heinrichsweikamp
parents:
diff changeset
1412 movlw b'00001100'
heinrichsweikamp
parents:
diff changeset
1413 dcfsnz tft_temp2,F
heinrichsweikamp
parents:
diff changeset
1414 movlw b'00010000'
heinrichsweikamp
parents:
diff changeset
1415 dcfsnz tft_temp2,F
heinrichsweikamp
parents:
diff changeset
1416 movlw b'00010100'
heinrichsweikamp
parents:
diff changeset
1417 dcfsnz tft_temp2,F
heinrichsweikamp
parents:
diff changeset
1418 movlw b'00100000'
heinrichsweikamp
parents:
diff changeset
1419 dcfsnz tft_temp2,F
heinrichsweikamp
parents:
diff changeset
1420 movlw b'00111111'
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1421 movwf tft_temp4
0
heinrichsweikamp
parents:
diff changeset
1422
heinrichsweikamp
parents:
diff changeset
1423 rrcf tft_temp4,F
heinrichsweikamp
parents:
diff changeset
1424 rrcf tft_temp1,F
heinrichsweikamp
parents:
diff changeset
1425
heinrichsweikamp
parents:
diff changeset
1426 rrcf tft_temp4,F
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1427 rrcf tft_temp1,F
0
heinrichsweikamp
parents:
diff changeset
1428
heinrichsweikamp
parents:
diff changeset
1429 rrcf tft_temp4,F
heinrichsweikamp
parents:
diff changeset
1430 rrcf tft_temp1,F
heinrichsweikamp
parents:
diff changeset
1431
heinrichsweikamp
parents:
diff changeset
1432 rrcf tft_temp4,F
heinrichsweikamp
parents:
diff changeset
1433 rrcf tft_temp1,F
heinrichsweikamp
parents:
diff changeset
1434
heinrichsweikamp
parents:
diff changeset
1435 rrcf tft_temp4,F
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1436 rrcf tft_temp1,W ; red done
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1437 movwf win_color1 ; set color registers
0
heinrichsweikamp
parents:
diff changeset
1438 return
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1439
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1440
608
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
1441 global convert_for_display2
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1442 convert_for_display2: ; convert 16 bit RGB b'RRRRRGGG GGGBBBBB' into 24 bit RGB b'RRRRRR00 GGGGGG00 BBBBBB00'
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1443 ; PRODH PRODL win_color5 win_color4 win_color3
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1444 ; Red
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1445 movff PRODH,win_color5 ; = RRRRRGGG
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1446 bcf win_color5,2 ; = RRRRR0GG
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1447 btfsc win_color5,7
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1448 bsf win_color5,2 ; = RRRRR1GG the lower two bits are ignored by the screen
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1449 ; Blue
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1450 movff PRODL,win_color3
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1451 rrcf win_color3,F ; = UGGGBBBB and the LSB-blue into carry
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1452 swapf win_color3,F ; = BBBBUGGG
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1453 bcf win_color3,3 ; = BBBB0GGG
608
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
1454 btfsc STATUS,C
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1455 bsf win_color3,3 ; = BBBB1GGG
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1456 bcf win_color3,2 ; = BBBBB0GG
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1457 btfsc win_color3,7
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1458 bsf win_color3,2 ; = BBBBB1GG
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1459 ; Green
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1460 rrcf PRODH,F
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1461 rrcf PRODL,F
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1462 rrcf PRODH,F
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1463 rrcf PRODL,F
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1464 rrcf PRODH,F
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1465 rrcf PRODL,F ; = GGGGGGBB the lower two bits are ignored by the screen
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1466 movff PRODL,win_color4
608
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
1467 return
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1468
0
heinrichsweikamp
parents:
diff changeset
1469
heinrichsweikamp
parents:
diff changeset
1470 ;=============================================================================
heinrichsweikamp
parents:
diff changeset
1471
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1472 IFDEF _screendump
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1473
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1474 ;-----------------------------------------------------------------------------
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1475 ; Dump screen contents to the UART
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1476 ;
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1477 global TFT_dump_screen_check
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1478 TFT_dump_screen_check:
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
1479 return
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1480 btfss vusb_in ; USB (still) plugged in?
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1481 bcf screen_dump_avail ; NO - disable screen dump function
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
1482
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
1483 SERIAL_CC_RECEIVE WREG ; try to read a byte from RS232
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1484 btfsc rs232_rx_timeout ; anything received?
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
1485 return ; NO - done
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
1486 xorlw "l" ; YES - exclusive-or with coding of screen dump command
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
1487 tstfsz WREG ; - screen dump command received?
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1488 return ; NO - return
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
1489 ;bra TFT_dump_screen ; YES - serve screen dump request
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1490
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
1491 global TFT_dump_screen
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1492 TFT_dump_screen:
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1493 btfsc screen_type2 ; is this an OSTC with a screen of type 2?
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
1494 return ; YES - not supported, abort
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1495 bsf block_sensor_interrupt ; NO - disable sensor interrupts
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
1496 SERIAL_LC_SEND 'l' ; - send command acknowledge
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
1497
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1498
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1499 ;---- Send DISPLAY box command for the full screen window -------------------
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1500 Index_out 0x50 ; window horizontal start address
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1501 Parameter_out 0x00, 0x00 ; 0-239
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1502 Index_out 0x51 ; window horizontal end address
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1503 Parameter_out 0x00, 0xEF ; 0-239
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1504 Index_out 0x52 ; window vertical start address
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1505 Parameter_out 0x00, 0x00 ; 0-319
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1506 Index_out 0x53 ; window vertical end address
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1507 Parameter_out 0x01, 0x3F ; 0-319
0
heinrichsweikamp
parents:
diff changeset
1508
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1509 clrf ds_column
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1510 rcall dump_screen_pixel_reset
0
heinrichsweikamp
parents:
diff changeset
1511 dump_screen_1:
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1512 btg LEDr ; LED activity toggle
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
1513 ; dump even column
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1514 movlw .240 ; 240 lines, once
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1515 movwf ds_line
0
heinrichsweikamp
parents:
diff changeset
1516 dump_screen_2:
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1517 Index_out 0x20 ; frame memory horizontal address
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1518 movff ds_line,WREG ; d'0' ... d'239'
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1519 mullw .1 ; copy row to PRODH:L
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1520 rcall TFT_DataWrite_PROD
0
heinrichsweikamp
parents:
diff changeset
1521
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1522 movff ds_column,WREG ; initialize X position
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1523 mullw .2 ; ds_column x 2 -> PRODH:PRODL
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1524 rcall pixel_write_col320 ; start address vertical (.0 - .319)
0
heinrichsweikamp
parents:
diff changeset
1525
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1526 rcall TFT_DataRead_PROD ; read pixel
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1527 rcall dump_screen_pixel
0
heinrichsweikamp
parents:
diff changeset
1528
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1529 decfsz ds_line,F
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1530 bra dump_screen_2
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1531 rcall dump_screen_pixel_flush
0
heinrichsweikamp
parents:
diff changeset
1532
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
1533 ; dump odd column
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1534 movlw .240 ; 240 lines, twice
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1535 movwf ds_line
0
heinrichsweikamp
parents:
diff changeset
1536 dump_screen_3:
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1537 Index_out 0x20 ; frame memory horizontal address
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1538 movff ds_line,WREG ; d'0' ... d'239'
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1539 mullw .1 ; copy row to PRODH:L
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1540 rcall TFT_DataWrite_PROD
0
heinrichsweikamp
parents:
diff changeset
1541
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1542 movff ds_column,WREG ; initialize X position
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1543 mullw .2 ; ds_column x 2 -> PRODH:PRODL
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1544 INCI PROD ; PROD++
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1545 rcall pixel_write_col320 ; start address vertical (.0 - .319)
0
heinrichsweikamp
parents:
diff changeset
1546
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1547 rcall TFT_DataRead_PROD ; read pixel
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
1548 rcall dump_screen_pixel ; compress and send pixel
0
heinrichsweikamp
parents:
diff changeset
1549
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1550 decfsz ds_line,F
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1551 bra dump_screen_3
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1552 rcall dump_screen_pixel_flush
0
heinrichsweikamp
parents:
diff changeset
1553
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1554 incf ds_column,F
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1555 movlw .160
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1556 cpfseq ds_column
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1557 bra dump_screen_1
0
heinrichsweikamp
parents:
diff changeset
1558
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1559 bcf block_sensor_interrupt ; re-enable sensor interrupts
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1560 clrf RCREG1 ; clear receive buffer
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1561 bcf RCSTA1,CREN ; clear receiver status
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
1562 bsf RCSTA1,CREN ; ...
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1563 bsf screen_dump_avail ; enable screen dump function
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1564 return
0
heinrichsweikamp
parents:
diff changeset
1565
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1566 ;-----------------------------------------------------------------------------
0
heinrichsweikamp
parents:
diff changeset
1567 ; Pixel compression
heinrichsweikamp
parents:
diff changeset
1568 ;
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1569 ; Input : PRODH:L = pixel
0
heinrichsweikamp
parents:
diff changeset
1570 ; Output: Compressed stream on output.
heinrichsweikamp
parents:
diff changeset
1571 ; Compressed format:
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1572 ; 0ccccccc : BLACK pixel, repeated ccccccc+1 times (1..128)
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1573 ; 11cccccc : WHITE pixel, repeated cccccc+1 times (1.. 64)
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1574 ; 10cccccc HIGH LOW : color pixel (H:L) repeated ccccc+1 times (1.. 64)
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1575 ;
0
heinrichsweikamp
parents:
diff changeset
1576 dump_screen_pixel:
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1577 movf PRODH,W ; compare pixel-high
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1578 xorwf ds_pixel+1,W
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1579 bnz dump_screen_pixel_1 ; different -> dump
0
heinrichsweikamp
parents:
diff changeset
1580
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1581 movf PRODL,W ; compare pixel-low
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1582 xorwf ds_pixel+0,W
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1583 bnz dump_screen_pixel_1 ; different -> dump
0
heinrichsweikamp
parents:
diff changeset
1584
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1585 incf ds_count,F ; same color: just increment
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1586 return
0
heinrichsweikamp
parents:
diff changeset
1587
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1588 dump_screen_pixel_1: ; send (pixel,count) tuple
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1589 movf ds_count,W ; is count zero ?
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1590 bz dump_screen_pixel_2 ; YES - skip sending
0
heinrichsweikamp
parents:
diff changeset
1591
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1592 movf ds_pixel+1,W ; is this a BLACK pixel ?
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1593 iorwf ds_pixel+0,W
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1594 bz dump_screen_pix_black ; YES
0
heinrichsweikamp
parents:
diff changeset
1595
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1596 movf ds_pixel+1,W ; is this a white pixel ?
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1597 andwf ds_pixel+0,W
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1598 incf WREG
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1599 bz dump_screen_pix_white ; YES
0
heinrichsweikamp
parents:
diff changeset
1600
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1601 ; No: write the pixel itself...
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1602 movlw .64 ; max color pixel on a single byte
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1603 cpfsgt ds_count ; skip if count > 64
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1604 movf ds_count,W ; W <- min(64,count)
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1605 subwf ds_count,F ; ds_count <- ds_count-W
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1606 decf WREG ; save as 0..63
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1607 iorlw b'10000000' ; mark as a color pixel
0
heinrichsweikamp
parents:
diff changeset
1608
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
1609 SERIAL_CC_SEND WREG ; send byte in WREG
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
1610 SERIAL_CC_SEND ds_pixel+1 ; send bytes in ds_pixel, high byte first
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
1611 SERIAL_CC_SEND ds_pixel+0 ; low byte last
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
1612
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1613 bra dump_screen_pixel_1
0
heinrichsweikamp
parents:
diff changeset
1614
heinrichsweikamp
parents:
diff changeset
1615 dump_screen_pixel_2:
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1616 movff PRODH,ds_pixel+1 ; save new pixel color
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1617 movff PRODL,ds_pixel+0
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1618 movlw 1
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1619 movwf ds_count ; and set count=1
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1620 return
0
heinrichsweikamp
parents:
diff changeset
1621
heinrichsweikamp
parents:
diff changeset
1622 dump_screen_pix_black:
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1623 movlw .128 ; max black pixel on a single byte
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1624 cpfsgt ds_count ; skip if count > 128
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1625 movf ds_count,W ; W <- min(128,count)
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1626 subwf ds_count,F ; ds_count <- ds_count-W
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1627 decf WREG ; save as 0..127
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1628
0
heinrichsweikamp
parents:
diff changeset
1629 dump_screen_pix_3:
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
1630 SERIAL_CC_SEND WREG ; send byte in WREG
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1631 bra dump_screen_pixel_1 ; more to dump ?
0
heinrichsweikamp
parents:
diff changeset
1632
heinrichsweikamp
parents:
diff changeset
1633 dump_screen_pix_white:
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1634 movlw .64 ; max white pixel on a single byte
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1635 cpfsgt ds_count ; skip if count > 64
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1636 movf ds_count,W ; W <- min(64,count)
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1637 subwf ds_count,F ; ds_count <- ds_count-W
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
1638 decf WREG ; save as 0..63
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1639 iorlw b'11000000' ; mark as a compressed white
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
1640 bra dump_screen_pix_3 ; send pixel
0
heinrichsweikamp
parents:
diff changeset
1641
heinrichsweikamp
parents:
diff changeset
1642 dump_screen_pixel_flush:
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1643 clrf PRODH
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1644 clrf PRODL
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1645 rcall dump_screen_pixel_1 ; send it
0
heinrichsweikamp
parents:
diff changeset
1646 dump_screen_pixel_reset:
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1647 clrf ds_count ; clear count
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1648 return
0
heinrichsweikamp
parents:
diff changeset
1649
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1650 ENDIF ; _screendump
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1651
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 608
diff changeset
1652 ;=============================================================================
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 582
diff changeset
1653
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 461
diff changeset
1654 END