Mercurial > public > hwos_code
diff src/option_table.asm @ 298:2fe34fc0e2ae
new submenu for gas consumption, show actual mix instead of GAS1-GAS5 in deco planner
author | heinrichsweikamp |
---|---|
date | Sun, 31 May 2015 16:19:56 +0200 |
parents | 653a3ab08062 |
children | 9b1b0b32e7d5 |
line wrap: on
line diff
--- a/src/option_table.asm Sun May 31 10:42:47 2015 +0200 +++ b/src/option_table.asm Sun May 31 16:19:56 2015 +0200 @@ -86,6 +86,7 @@ extern char_I_deco_model, char_I_saturation_multiplier, char_I_desaturation_multiplier extern char_I_extra_time extern tDefName + extern char_I_bottom_usage,char_I_deco_usage,tLitersMinute ; Option table ; OPTION_UINT8 Label, min, max, default, text-string, EEPROM location (-1 for RAM only), RAM location global option_table_begin @@ -196,6 +197,8 @@ OPTION_BOOL oFlipScreen, 0, .151, opt_flip_screen ; =1: Flip the screen OPTION_UINT8p10 ocR_button_left,.20, .100, .40, tPercent, .152, opt_cR_button_left ; left button sensitivity OPTION_UINT8p10 ocR_button_right,.20, .100, .40, tPercent, .153, opt_cR_button_right ; right button sensitivity + OPTION_UINT8 obottom_usage, .5,.50, .20,tLitersMinute, .154, char_I_bottom_usage ; l/min + OPTION_UINT8 odeco_usage, .5,.50, .20,tLitersMinute, .155, char_I_deco_usage ; l/min ;============================================================================= ; Set Time/Set Date (RAM only)