Home
last modified time | relevance | path

Searched defs:LV_COLOR_CHROMA_KEY (Results 1 – 3 of 3) sorted by relevance

/lvgl-3.5.0/examples/widgets/canvas/
Dlv_example_canvas_2.py3 LV_COLOR_CHROMA_KEY = lv.color_hex(0x00ff00) variable
/lvgl-3.5.0/env_support/cmsis-pack/
Dlv_conf_cmsis.h35 #define LV_COLOR_CHROMA_KEY lv_color_hex(0x00ff00) /*pure green*/ macro
/lvgl-3.5.0/src/
Dlv_conf_internal.h106 #define LV_COLOR_CHROMA_KEY CONFIG_LV_COLOR_CHROMA_KEY macro
108 #define LV_COLOR_CHROMA_KEY lv_color_hex(0x00ff00) /*pure green*/ macro