comparison src/menu_tree.asm @ 470:81faca166e1b

minor: clear screen while resetting settings
author heinrichsweikamp
date Tue, 06 Dec 2016 13:47:39 +0100
parents 0491a84fd0b8
children 4fdf6886004b
comparison
equal deleted inserted replaced
469:bab31db6e006 470:81faca166e1b
495 clrf desaturation_time+0 ; Reset Desat 495 clrf desaturation_time+0 ; Reset Desat
496 clrf desaturation_time+1 496 clrf desaturation_time+1
497 goto do_return_settings ; back to menu 497 goto do_return_settings ; back to menu
498 498
499 do_reset_settings: 499 do_reset_settings:
500 call TFT_ClearScreen ; Clear screen
500 banksel common 501 banksel common
501 extern option_reset_all 502 extern option_reset_all
502 call option_reset_all ; Reset all options to factory default. 503 call option_reset_all ; Reset all options to factory default.
503 goto restart ; Restart into surfacemode 504 goto restart ; Restart into surfacemode
504 505