Mercurial > public > hwos_code
diff src/color_processor.asm @ 656:8af5aefbcdaf default tip
Update to 3.31 beta
| author | heinrichsweikamp |
|---|---|
| date | Thu, 27 Nov 2025 18:32:58 +0100 |
| parents | 75e90cd0c2c3 |
| children |
line wrap: on
line diff
--- a/src/color_processor.asm Mon Apr 29 13:05:18 2024 +0200 +++ b/src/color_processor.asm Thu Nov 27 18:32:58 2025 +0100 @@ -100,6 +100,8 @@ movlw 0x22 ; frame memory data write start btfsc screen_type4 movlw 0x2C ; Start Writing Data to GRAM (Display 4) + btfsc screen_type5 + movlw 0x2C ; Start Writing Data to GRAM (Display 5) call TFT_CmdWrite color_image_loop_xy: ; prepare to read next pixel count and color
