Mercurial > public > hwos_code
comparison src/option_table.asm @ 304:a50edfada621
Merge with new_screen_layout
author | heinrichsweikamp |
---|---|
date | Mon, 01 Jun 2015 17:19:37 +0200 |
parents | 9b1b0b32e7d5 |
children | 14719662fb95 |
comparison
equal
deleted
inserted
replaced
302:be341d0df3ee | 304:a50edfada621 |
---|---|
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 | 203 |
203 ;============================================================================= | 204 ;============================================================================= |
204 ; Set Time/Set Date (RAM only) | 205 ; Set Time/Set Date (RAM only) |
205 OPTION_UINT8 oSetHours, .0, .23, .0, 0, -1, hours | 206 OPTION_UINT8 oSetHours, .0, .23, .0, 0, -1, hours |
206 OPTION_UINT8 oSetMinutes, .0, .59, .0, 0, -1, mins | 207 OPTION_UINT8 oSetMinutes, .0, .59, .0, 0, -1, mins |