diff code_part1/OSTC_code_asm_part1/color_processor.asm @ 681:6e456a6398e0

Hardware4 support
author heinrichsweikamp
date Fri, 25 Jan 2013 18:00:49 +0100
parents 8b75ba28d641
children 9e82de8dc12d
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/color_processor.asm	Fri Jan 25 16:31:22 2013 +0100
+++ b/code_part1/OSTC_code_asm_part1/color_processor.asm	Fri Jan 25 18:00:49 2013 +0100
@@ -53,7 +53,7 @@
 ;Temporary overlay (in bank 0), ACCESS area
     CBLOCK  0x000
         img_colors
-        img_width:2                     ; SHOULD be @1, because of PLED_box_write
+        img_width:2                     ; SHOULD be @1, because of DISP_box_write
         img_pixelsL
         img_pixelsH
         img_pixelsU
@@ -100,7 +100,7 @@
         clrf    img_width+1             ; x2 on width, for the true box size.
         rlcf    img_width+0
         rlcf    img_width+1
-        call    PLED_box_write
+        call    DISP_box_write
         AA_CMD_WRITE 0x22
 
         ;---- Decode pixels --------------------------------------------------