comparison Discovery/Src/t5_gauge.c @ 177:458f16cda15c

Merged in janlmulder/ostc4/max-depth (pull request #3) Bugfix: make max depth move with current depth Approved-by: heinrichsweikamp <bitbucket@heinrichsweikamp.com>
author heinrichsweikamp <bitbucket@heinrichsweikamp.com>
date Tue, 12 Mar 2019 15:04:19 +0000
parents 9da7dd50e2ec
children 39c147e47c1c
comparison
equal deleted inserted replaced
172:c659fda83e44 177:458f16cda15c
44 GFX_DrawCfgWindow t5l1; 44 GFX_DrawCfgWindow t5l1;
45 GFX_DrawCfgWindow t5r1; 45 GFX_DrawCfgWindow t5r1;
46 GFX_DrawCfgWindow t5c1; 46 GFX_DrawCfgWindow t5c1;
47 GFX_DrawCfgWindow t5c2; 47 GFX_DrawCfgWindow t5c2;
48 GFX_DrawCfgWindow t5c3; // for menu text 48 GFX_DrawCfgWindow t5c3; // for menu text
49
50 extern float depthLastCall[9];
51 extern uint8_t idDepthLastCall;
52 extern float temperatureLastCall[3];
53 extern uint8_t idTemperatureLastCall;
54 49
55 uint8_t t5_selection_customview = 0; 50 uint8_t t5_selection_customview = 0;
56 51
57 /* Importend function prototypes ---------------------------------------------*/ 52 /* Importend function prototypes ---------------------------------------------*/
58 //extern uint8_t write_gas(char *text, uint8_t oxygen, uint8_t helium); 53 //extern uint8_t write_gas(char *text, uint8_t oxygen, uint8_t helium);