Home
last modified time | relevance | path

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

/lvgl-3.5.0/env_support/cmsis-pack/
Dlv_conf_cmsis.h401 #define LV_FONT_SUBPX_BGR 0 /*0: RGB; 1:BGR order*/ macro
/lvgl-3.5.0/
Dlv_conf_template.h408 #define LV_FONT_SUBPX_BGR 0 /*0: RGB; 1:BGR order*/
DKconfig649 config LV_FONT_SUBPX_BGR config
/lvgl-3.5.0/src/
Dlv_conf_internal.h1222 #ifndef LV_FONT_SUBPX_BGR
1224 #define LV_FONT_SUBPX_BGR CONFIG_LV_FONT_SUBPX_BGR macro
1226 #define LV_FONT_SUBPX_BGR 0 /*0: RGB; 1:BGR order*/ macro
/lvgl-3.5.0/src/draw/sw/
Dlv_draw_sw_letter.c491 #if LV_FONT_SUBPX_BGR in draw_letter_subpx()