Home
last modified time | relevance | path

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

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