Home
last modified time | relevance | path

Searched refs:MP_LCD_TEXTCOLOR (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/hw/arm/
H A Dmusicpal.c108 #define MP_LCD_TEXTCOLOR 0xe0e0ff /* RRGGBB */ macro
160 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()