Mercurial > public > hwos_code
comparison src/tft.inc @ 189:e79bc535ef9e
ignore un-calibrated sensors even if they become valid
author | heinrichsweikamp |
---|---|
date | Wed, 29 Oct 2014 12:53:01 +0100 |
parents | 5cb177f0948a |
children | fec5eec4c8b7 |
comparison
equal
deleted
inserted
replaced
188:ebc28381f17d | 189:e79bc535ef9e |
---|---|
124 WIN_WIDTH macro w | 124 WIN_WIDTH macro w |
125 movlw w | 125 movlw w |
126 movff WREG,win_width | 126 movff WREG,win_width |
127 endm | 127 endm |
128 | 128 |
129 WIN_INVERT macro win_invert_input | |
130 movlw win_invert_input | |
131 movff WREG,win_invert | |
132 endm | |
133 | |
134 WIN_COLOR macro win_color_input | 129 WIN_COLOR macro win_color_input |
135 movlw win_color_input | 130 movlw win_color_input |
136 call TFT_set_color | 131 call TFT_set_color |
137 endm | 132 endm |
138 | 133 |