Home
last modified time | relevance | path

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

/lvgl-latest/env_support/cmsis-pack/
Dlv_conf_cmsis.h404 #define LV_FONT_SUBPX_BGR 0 /*0: RGB; 1:BGR order*/ macro
/lvgl-latest/
Dlv_conf_template.h416 #define LV_FONT_SUBPX_BGR 0 /*0: RGB; 1:BGR order*/
DKconfig660 config LV_FONT_SUBPX_BGR config
/lvgl-latest/src/
Dlv_conf_internal.h1242 #ifndef LV_FONT_SUBPX_BGR
1244 #define LV_FONT_SUBPX_BGR CONFIG_LV_FONT_SUBPX_BGR macro
1246 #define LV_FONT_SUBPX_BGR 0 /*0: RGB; 1:BGR order*/ macro
/lvgl-latest/src/draw/sw/
Dlv_draw_sw_letter.c490 #if LV_FONT_SUBPX_BGR in draw_letter_subpx()