comparison src/hwos.inc @ 303:9b1b0b32e7d5 new_screen_layout

Add configuration option to control depth warning blinking
author janos_kovacs <kovjanos@gmail.com>
date Mon, 01 Jun 2015 15:21:25 +0200
parents 5ad479f2a868
children 14719662fb95
comparison
equal deleted inserted replaced
301:4e803c136972 303:9b1b0b32e7d5
567 opt_x_s3 res 2 ; calibration factor (Not stored in EEPROM) 567 opt_x_s3 res 2 ; calibration factor (Not stored in EEPROM)
568 opt_sensor_fallback res 1 ; =1: Fallback to SP1 when sensor is lost 568 opt_sensor_fallback res 1 ; =1: Fallback to SP1 when sensor is lost
569 opt_flip_screen res 1 ; =1: Flip the screen 569 opt_flip_screen res 1 ; =1: Flip the screen
570 opt_cR_button_left res 1 ; Left button sensitivity (cR hardware) 570 opt_cR_button_left res 1 ; Left button sensitivity (cR hardware)
571 opt_cR_button_right res 1 ; Right button sensitivity (cR hardware) 571 opt_cR_button_right res 1 ; Right button sensitivity (cR hardware)
572 opt_depthblink res 1 ; =1:do a red blinking warning, =0:default behaviour
572 573
573 ;-----------------------------EEPROM DATA ------------------------------------ 574 ;-----------------------------EEPROM DATA ------------------------------------
574 ; Automatic reset of all options when this is changed: 575 ; Automatic reset of all options when this is changed:
575 #define eeprom_opt_serial 0x0005 ; Version 0.5 576 #define eeprom_opt_serial 0x0005 ; Version 0.5
576 577