Mercurial > public > ostc4
comparison Discovery/Src/gfx_colors.c @ 969:81049905d829 Evo_2_23
Zusammenf?hren
| author | heinrichsweikamp |
|---|---|
| date | Sun, 19 Jan 2025 12:02:59 +0100 |
| parents | 922ee3d7d2f3 |
| children | ac25c35a3c97 |
comparison
equal
deleted
inserted
replaced
| 968:b9a1710522b1 | 969:81049905d829 |
|---|---|
| 12 ============================================================================== | 12 ============================================================================== |
| 13 @endverbatim | 13 @endverbatim |
| 14 ****************************************************************************** | 14 ****************************************************************************** |
| 15 * @attention | 15 * @attention |
| 16 * | 16 * |
| 17 * <h2><center>© COPYRIGHT(c) 2014 heinrichs weikamp</center></h2> | 17 * COPYRIGHT(c) 2014 heinrichs weikamp |
| 18 * | 18 * |
| 19 ****************************************************************************** | 19 ****************************************************************************** |
| 20 */ | 20 */ |
| 21 | 21 |
| 22 /* Includes ------------------------------------------------------------------*/ | 22 /* Includes ------------------------------------------------------------------*/ |
| 23 #include "gfx_colors.h" | 23 #include "gfx_colors.h" |
| 24 | 24 |
| 25 /* Exported variables --------------------------------------------------------*/ | 25 /* Exported variables --------------------------------------------------------*/ |
| 26 | 26 |
| 27 /* | 27 /* |
| 28 0x0000FF00, gr�n | 28 0x0000FF00, green |
| 29 0x00FF0000, rot | 29 0x00FF0000, red |
| 30 0x000000FF, blau | 30 0x000000FF, blue |
| 31 0x00FFFF00, gelb | 31 0x00FFFF00, yellow |
| 32 0x0000FFFF, cyan | 32 0x0000FFFF, cyan |
| 33 0x00000000, black | 33 0x00000000, black |
| 34 0x000092D0, hw hellblau f�r Beschriftun | 34 0x000092D0, hw light blue |
| 35 */ | 35 */ |
| 36 | 36 |
| 37 | 37 |
| 38 uint32_t ColorLUT[] = | 38 uint32_t ColorLUT[] = |
| 39 { | 39 { |
| 40 // ARGB | 40 // ARGB |
| 41 0x00FFFFFF, // \020 wei� | 41 0x00FFFFFF, // \020 white |
| 42 0x00333333, // \021 dark grey | 42 0x00333333, // \021 dark grey |
| 43 0x0050FF50, // \022 units | 43 0x0050FF50, // \022 units |
| 44 0x003060FF, // \023 blau | 44 0x003060FF, // \023 blue |
| 45 0x00FFFF00, // \024 + CLUT_WarningYellow | 45 0x00FFFF00, // \024 + CLUT_WarningYellow |
| 46 0x00FF0000, // \025 + CLUT_WarningRed | 46 0x00FF0000, // \025 + CLUT_WarningRed |
| 47 0x0000FF00, // \026 + CLUT_NiceGreen | 47 0x0000FF00, // \026 + CLUT_NiceGreen |
| 48 0x00FFFFFF, // \027 DIVE_MainColorIfNotWhite\020 | 48 0x00FFFFFF, // \027 DIVE_MainColorIfNotWhite\020 |
| 49 0x00FFFFFF, // \030 DIVE_PluginBoxMainColor | 49 0x00FFFFFF, // \030 DIVE_PluginBoxMainColor |
| 50 0x00777777, // \031 DIVE_PluginBoxGrey also used to display deactivation | 50 0x00AAAAAA, // \031 DIVE_PluginBoxGrey also used to display deactivation |
| 51 0x0050FF50, // \032 DIVE_LabelColor | 51 0x0050FF50, // \032 DIVE_LabelColor |
| 52 0x00FFFFFF, // CLUT_DIVE_FieldSeperatorLines | 52 0x00FFFFFF, // CLUT_DIVE_FieldSeperatorLines |
| 53 0x0050FF50, // CLUT_DIVE_pluginbox // old pink 0x00FF20FF | 53 0x0050FF50, // CLUT_DIVE_pluginbox // old pink 0x00FF20FF |
| 54 0x00FF00FF, // CLUT_NiceBlue descent graph (apnoe) | 54 0x00FF00FF, // CLUT_NiceBlue descent graph (apnoe) |
| 55 0x00FFFFFF, // CLUT_DIVE_SPARE22 - UNUSED | 55 0x00FFFFFF, // CLUT_DIVE_SPARE22 - UNUSED |
| 56 0x0000FF00, // CLUT_DiveMainLabel - fast nur Debugmode | 56 0x0000FF00, // CLUT_DiveMainLabel - mainly Debug mode |
| 57 0x00555555, // CLUT_pluginboxSurface | 57 0x00555555, // CLUT_pluginboxSurface |
| 58 0x00101010, // CLUT_MenuLineUnselected | 58 0x00101010, // CLUT_MenuLineUnselected |
| 59 0x00000000, // CLUT_MenuLineUnselectedSeperator | 59 0x00000000, // CLUT_MenuLineUnselectedSeperator |
| 60 0x00000000, // CLUT_MenuLineSelected | 60 0x00000000, // CLUT_MenuLineSelected |
| 61 0x00000000, // CLUT_MenuEditLineSelected | 61 0x00000000, // CLUT_MenuEditLineSelected |
| 140 0x00FFFFFF, // CLUT_BatteryStandard | 140 0x00FFFFFF, // CLUT_BatteryStandard |
| 141 0x0000FF00, // CLUT_BatteryCharging | 141 0x0000FF00, // CLUT_BatteryCharging |
| 142 0x00FF8000, // CLUT_BatteryProblem | 142 0x00FF8000, // CLUT_BatteryProblem |
| 143 0x00FFFFFF, // \027 CLUT_MainColor ---------- colorscheme 0 | 143 0x00FFFFFF, // \027 CLUT_MainColor ---------- colorscheme 0 |
| 144 0x00FFFFFF, // \030 DIVE_PluginBoxMainColor colorscheme 0 | 144 0x00FFFFFF, // \030 DIVE_PluginBoxMainColor colorscheme 0 |
| 145 0x00777777, // \031 DIVE_PluginBoxGrey colorscheme 0 | 145 0x00AAAAAA, // \031 DIVE_PluginBoxGrey colorscheme 0 |
| 146 0x0050FF50, // \032 DIVE_LabelColor colorscheme 0 | 146 0x0050FF50, // \032 DIVE_LabelColor colorscheme 0 |
| 147 0x00FFFFFF, // CLUT_DIVE_FieldSeperatorLines colorscheme 0 | 147 0x00FFFFFF, // CLUT_DIVE_FieldSeperatorLines colorscheme 0 |
| 148 0x0050FF50, // CLUT_DIVE_pluginbox colorscheme 0 | 148 0x0050FF50, // CLUT_DIVE_pluginbox colorscheme 0 |
| 149 0x00FFFFFF, // CLUT_DIVE_SPARE21 colorscheme 0 | 149 0x00FFFFFF, // CLUT_DIVE_SPARE21 colorscheme 0 |
| 150 0x00FFFFFF, // CLUT_DIVE_SPARE22 colorscheme 0 | 150 0x00FFFFFF, // CLUT_DIVE_SPARE22 colorscheme 0 |
| 164 0x0000948D, // CLUT_DIVE_pluginbox colorscheme 2 | 164 0x0000948D, // CLUT_DIVE_pluginbox colorscheme 2 |
| 165 0x00FFFFFF, // CLUT_DIVE_SPARE21 colorscheme 2 | 165 0x00FFFFFF, // CLUT_DIVE_SPARE21 colorscheme 2 |
| 166 0x00FFFFFF, // CLUT_DIVE_SPARE22 colorscheme 2 | 166 0x00FFFFFF, // CLUT_DIVE_SPARE22 colorscheme 2 |
| 167 0x0033A1D6, // CLUT_MainColor --------------- colorscheme 3 | 167 0x0033A1D6, // CLUT_MainColor --------------- colorscheme 3 |
| 168 0x00FFFFFF, // \030 DIVE_PluginBoxMainColor colorscheme 3 | 168 0x00FFFFFF, // \030 DIVE_PluginBoxMainColor colorscheme 3 |
| 169 0x00777777, // \031 DIVE_PluginBoxGrey colorscheme 3 | 169 0x00AAAAAA, // \031 DIVE_PluginBoxGrey colorscheme 3 |
| 170 0x000000FF, // \032 DIVE_LabelColor colorscheme 3 | 170 0x000000FF, // \032 DIVE_LabelColor colorscheme 3 |
| 171 0x0033A1D6, // CLUT_DIVE_FieldSeperatorLines colorscheme 3 | 171 0x0033A1D6, // CLUT_DIVE_FieldSeperatorLines colorscheme 3 |
| 172 0x000000FF, // CLUT_DIVE_pluginbox colorscheme 3 | 172 0x000000FF, // CLUT_DIVE_pluginbox colorscheme 3 |
| 173 0x00FFFFFF, // CLUT_DIVE_SPARE21 colorscheme 3 | 173 0x00FFFFFF, // CLUT_DIVE_SPARE21 colorscheme 3 |
| 174 0x00FFFFFF, // CLUT_DIVE_SPARE22 colorscheme 3 | 174 0x00FFFFFF, // CLUT_DIVE_SPARE22 colorscheme 3 |
