Mercurial > public > hwos_code
comparison src/surfmode.asm @ 640:8c1f1f334275
3.13 release
author | heinrichsweikamp |
---|---|
date | Thu, 29 Oct 2020 09:29:15 +0100 |
parents | 2737ddc643bb |
children | 7d8a4c60ec1a |
comparison
equal
deleted
inserted
replaced
639:0ff82370991d | 640:8c1f1f334275 |
---|---|
217 bcf switch_right ; clear pending right button event | 217 bcf switch_right ; clear pending right button event |
218 | 218 |
219 rcall reset_timeout_surfmode ; reset timeout | 219 rcall reset_timeout_surfmode ; reset timeout |
220 | 220 |
221 surfloop_loop: | 221 surfloop_loop: |
222 ; call TFT_debug_output ; optional debug output | 222 call TFT_debug_output ; optional debug output |
223 | 223 |
224 call test_switches_surfmode ; check switches | 224 call test_switches_surfmode ; check switches |
225 | 225 |
226 btfsc request_next_custview ; shall show next custom view? | 226 btfsc request_next_custview ; shall show next custom view? |
227 call surf_customview_toggle ; YES - show next custom view (and clear this flag) | 227 call surf_customview_toggle ; YES - show next custom view (and clear this flag) |