Mercurial > public > mk2
changeset 690:839eac136bd8
2.60beta release
author | heinrichsweikamp |
---|---|
date | Wed, 30 Jan 2013 08:56:50 +0100 |
parents | 6761e1865dfd |
children | dc28ba4601ee |
files | code_part1/OSTC_code_asm_part1/changelog.txt code_part1/OSTC_code_asm_part1/definitions.asm code_part1/OSTC_code_asm_part1/outputs.asm docu/OSTC Custom Functions DE V257 BETA.pdf docu/OSTC Custom Functions EN V257 BETA.pdf docu/OSTC Custom Functions FR V259 BETA.pdf |
diffstat | 6 files changed, 7 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/changelog.txt Mon Jan 28 11:28:15 2013 +0100 +++ b/code_part1/OSTC_code_asm_part1/changelog.txt Wed Jan 30 08:56:50 2013 +0100 @@ -6,7 +6,7 @@ NEW: Show active gas indicator below first gas in surfacemode UPDATE: OSTC interface description file NEW: Hard-coded min. Values for CF00 and CF01 -CHANGE: Set cursor to "Exit" when leaving sub-menus +CHANGE: Set cursor to "Exit" when leaving some sub-menus New in 2.59: BETA Version - Do NOT use for diving!
--- a/code_part1/OSTC_code_asm_part1/definitions.asm Mon Jan 28 11:28:15 2013 +0100 +++ b/code_part1/OSTC_code_asm_part1/definitions.asm Wed Jan 30 08:56:50 2013 +0100 @@ -22,7 +22,7 @@ ; ToDo: #DEFINE softwareversion_x d'2' ; Software version XX.YY -#DEFINE softwareversion_y d'60' ; Software version XX.YY +#DEFINE softwareversion_y d'61' ; Software version XX.YY #DEFINE softwareversion_beta 1 ; (and 0 for release)
--- a/code_part1/OSTC_code_asm_part1/outputs.asm Mon Jan 28 11:28:15 2013 +0100 +++ b/code_part1/OSTC_code_asm_part1/outputs.asm Wed Jan 30 08:56:50 2013 +0100 @@ -1550,23 +1550,23 @@ WIN_INVERT .0 ; Init new Wordprocessor movlw .0 call DISP_grey_inactive_gas ; Sets Greyvalue for inactive gases - WIN_LEFT .90 + WIN_LEFT .115 STRCPY_PRINT "1" movlw .1 call DISP_grey_inactive_gas ; Sets Greyvalue for inactive gases - WIN_LEFT .103 + WIN_LEFT .124 STRCPY_PRINT "2" movlw .2 call DISP_grey_inactive_gas ; Sets Greyvalue for inactive gases - WIN_LEFT .117 + WIN_LEFT .133 STRCPY_PRINT "3" movlw .3 call DISP_grey_inactive_gas ; Sets Greyvalue for inactive gases - WIN_LEFT .130 + WIN_LEFT .142 STRCPY_PRINT "4" movlw .4 call DISP_grey_inactive_gas ; Sets Greyvalue for inactive gases - WIN_LEFT .143 + WIN_LEFT .151 STRCPY_PRINT "5" WIN_TOP .130