… //Based on the hue value, the color is detected and displayed on the OLED B click board if ((Hue >= 0.992) && (Hue <= 0.999)) // Orange color range sprintf(CharacterArray,"Orange"); …