view code_part1/OSTC_code_asm_part1/aa_font48_idx.inc @ 124:4f9f477bb452

Rewrite display of decoplan: * Common stuff - fix clearing bottom of list, for fleecker-free updates. - fix "Wait..." topline_box while computing deco in planning - fix 'No Deco" std color and mark last page. - Allow stops up to 240' * ZHL-16c model: - 6 lines max (sim or dive) - Print exceed stops as "add: ddd'" * GF model - 6 lines in divemode, 8 in planning. - any suitable number of pages. - "more..." when not the last page displayed. - fix displaying special depth for last stop (CF#29). - fix 0-time stops: just skip display. - fix end of list when reached the deepest stop. - fix no need to buffer decoplan twice.
author JeanDo
date Sat, 01 Jan 2011 01:57:50 +0100
parents 3e351e25f5d1
children
line wrap: on
line source

;==========================================================================
; Font index exported lun. nov. 29 2010 by FontIO.cpp 57 2010-11-24 23:24:47Z gascuel $ 
;==========================================================================
aa_font48_chars		EQU	.17
aa_font48_firstChar	EQU	'.'
aa_font48_lastChar	EQU	'>'
;
aa_font48_idx:
			DW	aa_font48_bits + 0x0000	; . dot
			DW	aa_font48_bits + 0x0014	; / slash
			DW	aa_font48_bits + 0x001A	; 0 0
			DW	aa_font48_bits + 0x00A3	; 1 1
			DW	aa_font48_bits + 0x00ED	; 2 2
			DW	aa_font48_bits + 0x0176	; 3 3
			DW	aa_font48_bits + 0x0204	; 4 4
			DW	aa_font48_bits + 0x0260	; 5 5
			DW	aa_font48_bits + 0x02D2	; 6 6
			DW	aa_font48_bits + 0x037F	; 7 7
			DW	aa_font48_bits + 0x03EB	; 8 8
			DW	aa_font48_bits + 0x04AB	; 9 9
			DW	aa_font48_bits + 0x0557	; : colon
			DW	aa_font48_bits + 0x0582	; ; semicolon
			DW	aa_font48_bits + 0x05A5	; < less
			DW	aa_font48_bits + 0x05D9	; = equal
			DW	aa_font48_bits + 0x062A	; > greater
			DW	aa_font48_bits + 0x0630	; END OF INDEX