comparison 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
comparison
equal deleted inserted replaced
329:1adcfb4b4c27 330:447390289f47
385 385
386 ; Bank0 flags 386 ; Bank0 flags
387 #DEFINE win_flip_screen win_flags,0 ; 180° rotation of the OLED screen. 387 #DEFINE win_flip_screen win_flags,0 ; 180° rotation of the OLED screen.
388 388
389 ; Flags 389 ; Flags
390 #DEFINE tts_extra_time flag1,0 ; unused 390 #DEFINE tts_extra_time flag1,0 ; Showing "Future TTS" customview
391 #DEFINE FLAG_2 flag1,1 ; unused 391 #DEFINE uart_dump_screen flag1,1 ; Screen copy to USB.
392 #DEFINE pre_zero_flag flag1,2 ; leading zeros 392 #DEFINE pre_zero_flag flag1,2 ; leading zeros
393 #DEFINE neg_flag flag1,3 ; e.g. Sub_16 (sub_c = sub_a - sub_b) 393 #DEFINE neg_flag flag1,3 ; e.g. Sub_16 (sub_c = sub_a - sub_b)
394 #DEFINE FLAG_3 flag1,4 ; unused 394 #DEFINE FLAG_3 flag1,4 ; unused
395 #DEFINE leading_zeros flag1,5 ; display leading zeros? 395 #DEFINE leading_zeros flag1,5 ; display leading zeros?
396 #DEFINE show_last3 flag1,6 ; show only three figures 396 #DEFINE show_last3 flag1,6 ; show only three figures