comparison code_part1/OSTC_code_asm_part1/pled_outputs.asm @ 297:ceedf078b2d8

Gas Setup page 2 reworked, Texts 107, 108, 109,150, 149, 168, 42, 43, 53,54,55, 165 need update in french, spanish and german
author Heinrichsweikamp
date Fri, 29 Apr 2011 20:17:32 +0200
parents 2986e7cdb68c
children 438ecb8090eb
comparison
equal deleted inserted replaced
296:2986e7cdb68c 297:ceedf078b2d8
1862 movlw color_yellow ; CC active 1862 movlw color_yellow ; CC active
1863 btfsc charge_done 1863 btfsc charge_done
1864 movlw color_green ; Charge done. 1864 movlw color_green ; Charge done.
1865 call PLED_set_color 1865 call PLED_set_color
1866 1866
1867 movlw .177 1867 movlw .175
1868 movff WREG,win_top ; row top (0-239) 1868 movff WREG,win_top ; row top (0-239)
1869 movlw .192-.177 1869 movlw .19
1870 movff WREG,win_height ; row bottom (0-239) 1870 movff WREG,win_height
1871 movlw .2 1871 movlw .2
1872 movff WREG,win_leftx2 ; column left (0-159) 1872 movff WREG,win_leftx2 ; column left (0-159)
1873 movff wait_temp,win_width ; column right (0-159) 1873 movff wait_temp,win_width ; column right (0-159)
1874 call PLED_box 1874 call PLED_box
1875 call PLED_standard_color 1875 call PLED_standard_color