Mercurial > public > hwos_code
diff src/tft.inc @ 434:a001f170a1f7
hunting a bug in the logbook (Day 3)
author | heinrichsweikamp |
---|---|
date | Wed, 22 Jun 2016 21:33:15 +0200 |
parents | fec5eec4c8b7 |
children | b7eb98dbd800 |
line wrap: on
line diff
--- a/src/tft.inc Wed Jun 22 12:56:27 2016 +0200 +++ b/src/tft.inc Wed Jun 22 21:33:15 2016 +0200 @@ -43,7 +43,7 @@ extern TFT_box_16bit_win_left ; With column in PRODL:PRODH extern TFT_DataWrite_PROD extern TFT_set_color - extern init_pixel_write +; extern init_pixel_write extern pixel_write extern pixel_write_col320 extern half_vertical_line @@ -186,10 +186,10 @@ call pixel_write endm -INIT_PIXEL_WRITE macro colRegister - movff colRegister,win_leftx2 - call init_pixel_write - endm +;INIT_PIXEL_WRITE macro colRegister +; movff colRegister,win_leftx2 +; call init_pixel_write +; endm HALF_PIXEL_WRITE macro rowRegister movff rowRegister,win_top