Mercurial > public > mk2
diff code_part1/OSTC_code_asm_part1/definitions.asm @ 330:447390289f47 ScreenDump
NEW screen_dump serial command (l)
author | JeanDo |
---|---|
date | Tue, 10 May 2011 03:18:20 +0200 |
parents | 1adcfb4b4c27 |
children | d36fe3651d56 |
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/definitions.asm Mon May 09 08:12:12 2011 +0200 +++ b/code_part1/OSTC_code_asm_part1/definitions.asm Tue May 10 03:18:20 2011 +0200 @@ -387,8 +387,8 @@ #DEFINE win_flip_screen win_flags,0 ; 180° rotation of the OLED screen. ; Flags -#DEFINE tts_extra_time flag1,0 ; unused -#DEFINE FLAG_2 flag1,1 ; unused +#DEFINE tts_extra_time flag1,0 ; Showing "Future TTS" customview +#DEFINE uart_dump_screen flag1,1 ; Screen copy to USB. #DEFINE pre_zero_flag flag1,2 ; leading zeros #DEFINE neg_flag flag1,3 ; e.g. Sub_16 (sub_c = sub_a - sub_b) #DEFINE FLAG_3 flag1,4 ; unused