IDX_COLOR_YELLOW_LT   57 core/gui_batt.c     color cl3 = (perc>50) ? IDX_COLOR_GREEN_LT :(perc<=20) ? IDX_COLOR_RED_LT : IDX_COLOR_YELLOW_LT;
IDX_COLOR_YELLOW_LT   50 core/gui_draw.h #define COLOR_YELLOW_LT         (chdk_colors[IDX_COLOR_YELLOW_LT])