comparison code_part1/OSTC_code_asm_part1/pled_outputs.asm @ 309:2f21f7a77608

moved cf warning to upper right corner
author heinrichsweikamp
date Sun, 01 May 2011 17:24:53 +0200
parents 5bc3467fc421
children b20fc8c4ac92
comparison
equal deleted inserted replaced
308:122324dafba7 309:2f21f7a77608
3175 bra PLED_topline_box2 3175 bra PLED_topline_box2
3176 PLED_topline_box: ; Writes a filled box... 3176 PLED_topline_box: ; Writes a filled box...
3177 GETCUSTOM8 d'35' ; ... with the standard color 3177 GETCUSTOM8 d'35' ; ... with the standard color
3178 PLED_topline_box2: 3178 PLED_topline_box2:
3179 WIN_BOX_COLOR .0, .26, .0, .159 3179 WIN_BOX_COLOR .0, .26, .0, .159
3180 call PLED_standard_color ; Reset to standard color in case of unreadable color
3180 return 3181 return
3181 3182
3182 PLED_display_cns: 3183 PLED_display_cns:
3183 btfsc gauge_mode ; Do not display in gauge mode 3184 btfsc gauge_mode ; Do not display in gauge mode
3184 return 3185 return