Mercurial > public > ostc4
diff Discovery/Src/gfx_colors.c @ 999:ac25c35a3c97 GasConsumption
New Tab for dynamic configuration:
since more and more functions are added to the OSTC the space in the menus is getting short. To avoid problems a new Tab within the SYS menu has been added which shall focus an functions / views which are configuration dependend. In future this menu may have dynamic content dependend on which views are active or which sensors are connected. The Cview for compass and Timer have been moved to the new tab in the first step
| author | Ideenmodellierer |
|---|---|
| date | Mon, 28 Apr 2025 19:47:41 +0200 |
| parents | 922ee3d7d2f3 |
| children |
line wrap: on
line diff
--- a/Discovery/Src/gfx_colors.c Wed Apr 23 14:52:03 2025 +0200 +++ b/Discovery/Src/gfx_colors.c Mon Apr 28 19:47:41 2025 +0200 @@ -89,8 +89,8 @@ 0x00AC00ff,//0x00E5AE18, // CLUT_MenuPageHardware 0x00ff00ff,//0x00E5AEFF, // CLUT_MenuPageSystem 0x00FF55FF,//0x00FFFF00, // CLUT_MenuPageCustomView + 0x00FFAAFF, // CLUT_MenuPageCVOption 0x00C4EACC, // CLUT_MenuPageDivePlanner - 0x00000000, // CLUT_MenuPage10 - UNUSED 0x00FFFFFF, // CLUT_ButtonSymbols 0x000092D0, // CLUT_InfoSurface 0x000092D0, // CLUT_InfoDive - UNUSED
