1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 00:35:39 +03:00

Adding note regarding color index usage.

This commit is contained in:
Dominic Clifton 2014-09-19 00:15:58 +01:00
parent 72eac8048a
commit 0e2b0ccafd

View file

@ -144,6 +144,11 @@ typedef struct modeColorIndexes_s {
} modeColorIndexes_t;
// Note, the color index used for the mode colors below refer to the default colors.
// if the colors are reconfigured the index is still valid but the displayed color might
// be different.
// See colors[] and defaultColors[] and applyDefaultColors[]
static const modeColorIndexes_t orientationModeColors = {
COLOR_WHITE,
COLOR_DARK_VIOLET,