Mercurial > public > hwos_code
comparison src/tft_outputs.asm @ 151:5cb177f0948a
work on flip screen...
author | heinrichsweikamp |
---|---|
date | Mon, 18 Aug 2014 17:37:00 +0200 |
parents | fdd4e30846ae |
children | 0bd6dff01204 |
comparison
equal
deleted
inserted
replaced
150:074b1a9ded7b | 151:5cb177f0948a |
---|---|
2138 output_16 ; Full meters in Big font | 2138 output_16 ; Full meters in Big font |
2139 bcf leftbind | 2139 bcf leftbind |
2140 bra tft_depth3 | 2140 bra tft_depth3 |
2141 | 2141 |
2142 tft_depth2: | 2142 tft_depth2: |
2143 STRCAT "0" | 2143 STRCAT " 0" ; manual zero |
2144 | 2144 |
2145 tft_depth3: | 2145 tft_depth3: |
2146 STRCAT_PRINT "" ; Display full meters | 2146 STRCAT_PRINT "" ; Display full meters |
2147 | 2147 |
2148 ; .1m in MEDIUM font | 2148 ; .1m in MEDIUM font |