Searched refs:MP_LCD_TEXTCOLOR (Results 1 – 1 of 1) sorted by relevance
108 #define MP_LCD_TEXTCOLOR 0xe0e0ff /* RRGGBB */ macro160 col = rgb_to_pixel32(scale_lcd_color(s, (MP_LCD_TEXTCOLOR >> 16) & 0xff), in lcd_refresh()161 scale_lcd_color(s, (MP_LCD_TEXTCOLOR >> 8) & 0xff), in lcd_refresh()162 scale_lcd_color(s, MP_LCD_TEXTCOLOR & 0xff)); in lcd_refresh()