Mercurial > public > hwos_code
comparison src/menu_processor.asm @ 388:d8e2cf055fc3
BUGFIX: German texts in ppo2 menu were too long for screen resulting in resulting in text display issues
author | heinrichsweikamp |
---|---|
date | Mon, 19 Oct 2015 15:06:59 +0200 |
parents | ca32cf2435c6 |
children | e6dab80e7e15 |
comparison
equal
deleted
inserted
replaced
387:7d4d67028e47 | 388:d8e2cf055fc3 |
---|---|
154 bcf STATUS,C ; Clear carry | 154 bcf STATUS,C ; Clear carry |
155 rrcf PRODL ; /2 | 155 rrcf PRODL ; /2 |
156 movf PRODL,W ; Back to WREG | 156 movf PRODL,W ; Back to WREG |
157 sublw .80 ; 80 - width | 157 sublw .80 ; 80 - width |
158 movwf win_leftx2 ; Aligned to center. | 158 movwf win_leftx2 ; Aligned to center. |
159 | 159 |
160 movlw .0 | |
161 movff WREG,buffer+.17 ; limit to 17chars (Std font max.) | |
162 | |
160 call aa_wordprocessor | 163 call aa_wordprocessor |
161 call TFT_standard_color | 164 call TFT_standard_color |
162 return | 165 return |
163 | 166 |
164 ;============================================================================= | 167 ;============================================================================= |