Mercurial > public > hwos_code
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 655:c7b7b8a358cd | 656:8af5aefbcdaf |
|---|---|
| 98 rlcf win_width+1 ; ... | 98 rlcf win_width+1 ; ... |
| 99 call TFT_box_write ; set output box | 99 call TFT_box_write ; set output box |
| 100 movlw 0x22 ; frame memory data write start | 100 movlw 0x22 ; frame memory data write start |
| 101 btfsc screen_type4 | 101 btfsc screen_type4 |
| 102 movlw 0x2C ; Start Writing Data to GRAM (Display 4) | 102 movlw 0x2C ; Start Writing Data to GRAM (Display 4) |
| 103 btfsc screen_type5 | |
| 104 movlw 0x2C ; Start Writing Data to GRAM (Display 5) | |
| 103 call TFT_CmdWrite | 105 call TFT_CmdWrite |
| 104 color_image_loop_xy: | 106 color_image_loop_xy: |
| 105 ; prepare to read next pixel count and color | 107 ; prepare to read next pixel count and color |
| 106 clrf pixel_count+0 ; clear number of pixels | 108 clrf pixel_count+0 ; clear number of pixels |
| 107 clrf pixel_count+1 ; ... | 109 clrf pixel_count+1 ; ... |
