diff src/ostc3.inc @ 50:ec4d8503ec45

NEW: user-selectable color schemes
author heinrichsweikamp
date Fri, 27 Sep 2013 23:45:57 +0200
parents 1492cfcff7c9
children 2825f1d2262f
line wrap: on
line diff
--- a/src/ostc3.inc	Fri Sep 27 14:17:21 2013 +0200
+++ b/src/ostc3.inc	Fri Sep 27 23:45:57 2013 +0200
@@ -19,7 +19,7 @@
 #include <ports.inc>                        ; Portmap
 
 #DEFINE	softwareversion_x		d'1'		; Software version  XX.YY
-#DEFINE	softwareversion_y		d'02'		; Software version  XX.YY
+#DEFINE	softwareversion_y		d'03'		; Software version  XX.YY
 #DEFINE softwareversion_beta 	1 			; (and 0 for release)
 
 #DEFINE comm_service_key        0xABCDEF
@@ -514,6 +514,7 @@
 opt_enable_aGF          res 1   ; =1: aGF can be selected underwater
 opt_compass_gain        res 1   ; 0-7 (230LSB/Gauss to 1370LSB/Gaus)
 opt_sampling_rate       res 1   ; =1: 10s, =0: 2s
+opt_dive_color_scheme   res 1   ; 0-3
 
 ;-----------------------------EEPROM DATA ------------------------------------
 ; Automatic reset of all options when this is changed:
@@ -594,6 +595,7 @@
 #DEFINE compass_enabled         flag8,7 ; =1: The compass and accelerometer chip is active
 
 #DEFINE compass_fast_mode       flag9,0 ; =1: The compass is in fast mode
+#DEFINE in_color_menu           flag9,1 ; =1: In the color scheme menu
 
 ;=============================================================================
 ; C-code Routines