Mercurial > public > hwos_code
comparison src/tft.inc @ 371:fec5eec4c8b7
fix some display issues with display1
author | heinrichsweikamp |
---|---|
date | Wed, 19 Aug 2015 16:27:00 +0200 |
parents | e79bc535ef9e |
children | a001f170a1f7 |
comparison
equal
deleted
inserted
replaced
370:67e631aa5b8c | 371:fec5eec4c8b7 |
---|---|
184 movff colRegister,win_leftx2 | 184 movff colRegister,win_leftx2 |
185 movff rowRegister,win_top | 185 movff rowRegister,win_top |
186 call pixel_write | 186 call pixel_write |
187 endm | 187 endm |
188 | 188 |
189 INIT_PIXEL_WROTE macro colRegister | 189 INIT_PIXEL_WRITE macro colRegister |
190 movff colRegister,win_leftx2 | 190 movff colRegister,win_leftx2 |
191 call init_pixel_write | 191 call init_pixel_write |
192 endm | 192 endm |
193 | 193 |
194 HALF_PIXEL_WRITE macro rowRegister | 194 HALF_PIXEL_WRITE macro rowRegister |