Mercurial > public > hwos_code
comparison src/option_table.asm @ 307:14719662fb95 new_screen_layout
Merged Screen layout work #4 into VSItextv2
author | Janos Kovacs <kovjanos@gmail.com> |
---|---|
date | Tue, 02 Jun 2015 23:38:21 +0100 |
parents | 9b1b0b32e7d5 |
children | d21b172d5a7a 7ac341bd5d38 |
comparison
equal
deleted
inserted
replaced
306:e9d058f20097 | 307:14719662fb95 |
---|---|
197 OPTION_BOOL oFlipScreen, 0, .151, opt_flip_screen ; =1: Flip the screen | 197 OPTION_BOOL oFlipScreen, 0, .151, opt_flip_screen ; =1: Flip the screen |
198 OPTION_UINT8p10 ocR_button_left,.20, .100, .40, tPercent, .152, opt_cR_button_left ; left button sensitivity | 198 OPTION_UINT8p10 ocR_button_left,.20, .100, .40, tPercent, .152, opt_cR_button_left ; left button sensitivity |
199 OPTION_UINT8p10 ocR_button_right,.20, .100, .40, tPercent, .153, opt_cR_button_right ; right button sensitivity | 199 OPTION_UINT8p10 ocR_button_right,.20, .100, .40, tPercent, .153, opt_cR_button_right ; right button sensitivity |
200 OPTION_UINT8 obottom_usage, .5,.50, .20,tLitersMinute, .154, char_I_bottom_usage ; l/min | 200 OPTION_UINT8 obottom_usage, .5,.50, .20,tLitersMinute, .154, char_I_bottom_usage ; l/min |
201 OPTION_UINT8 odeco_usage, .5,.50, .20,tLitersMinute, .155, char_I_deco_usage ; l/min | 201 OPTION_UINT8 odeco_usage, .5,.50, .20,tLitersMinute, .155, char_I_deco_usage ; l/min |
202 OPTION_BOOL oDepthBlink, 0, .156, opt_depthblink ; =1: red depth blinking warning | 202 OPTION_BOOL oMODwarning, 0, .156, opt_modwarning ; =1: red depth blinking warning |
203 OPTION_BOOL oVSItextv2, 0, .157, opt_vsitextv2 ; =1: use the dynamic ascend rate limits | |
203 | 204 |
204 ;============================================================================= | 205 ;============================================================================= |
205 ; Set Time/Set Date (RAM only) | 206 ; Set Time/Set Date (RAM only) |
206 OPTION_UINT8 oSetHours, .0, .23, .0, 0, -1, hours | 207 OPTION_UINT8 oSetHours, .0, .23, .0, 0, -1, hours |
207 OPTION_UINT8 oSetMinutes, .0, .59, .0, 0, -1, mins | 208 OPTION_UINT8 oSetMinutes, .0, .59, .0, 0, -1, mins |