Searched refs:LvglColorFormat (Results 1 – 1 of 1) sorted by relevance
30 const dma2d_color_format_t LvglColorFormat = RGB565; variable32 const dma2d_color_format_t LvglColorFormat = ARGB8888; variable228 LvglColorFormat, true); in lv_draw_stm32_dma2d_blend()250 src_stride, &src_offset, 0xff, LvglColorFormat, true); in lv_draw_stm32_dma2d_buffer_copy()301 return LvglColorFormat; in lv_color_format_to_dma2d_color_format()375 DMA2D->OPFCCR = LvglColorFormat; in _lv_draw_stm32_dma2d_blend_fill()404 DMA2D->BGPFCCR = LvglColorFormat; in _lv_draw_stm32_dma2d_blend_fill()413 DMA2D->OPFCCR = LvglColorFormat; in _lv_draw_stm32_dma2d_blend_fill()471 if(src_color_format == LvglColorFormat) { in _lv_draw_stm32_dma2d_blend_map()501 DMA2D->OPFCCR = LvglColorFormat; in _lv_draw_stm32_dma2d_blend_map()[all …]