Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/menu_battery.asm @ 717:91ae251d379f
"ostc3-style" menu titles
author | heinrichsweikamp |
---|---|
date | Thu, 23 May 2013 10:59:34 +0200 |
parents | 6e456a6398e0 |
children | 53425d598585 |
comparison
equal
deleted
inserted
replaced
716:d333c8462844 | 717:91ae251d379f |
---|---|
23 ; known bugs: | 23 ; known bugs: |
24 ; ToDo: | 24 ; ToDo: |
25 | 25 |
26 menu_battery_state: | 26 menu_battery_state: |
27 call DISP_ClearScreen | 27 call DISP_ClearScreen |
28 call DISP_topline_box | 28 call DISP_divemask_color |
29 WIN_INVERT .1 ; Init new Wordprocessor | |
30 DISPLAYTEXT .114 ; Battery Information | 29 DISPLAYTEXT .114 ; Battery Information |
31 WIN_INVERT .0 ; Init new Wordprocessor | 30 call DISP_standard_color |
32 | |
33 WIN_TOP .35 | 31 WIN_TOP .35 |
34 WIN_LEFT .0 | 32 WIN_LEFT .0 |
35 WIN_FONT FT_SMALL | 33 WIN_FONT FT_SMALL |
36 | 34 |
37 lfsr FSR2,letter | 35 lfsr FSR2,letter |