Home
last modified time | relevance | path

Searched refs:LV_COLOR_MAKE (Results 1 – 9 of 9) sorted by relevance

/lvgl-latest/src/misc/
Dlv_palette.c38LV_COLOR_MAKE(0xF4, 0x43, 0x36), LV_COLOR_MAKE(0xE9, 0x1E, 0x63), LV_COLOR_MAKE(0x9C, 0x27, 0xB0),… in lv_palette_main()
39LV_COLOR_MAKE(0x3F, 0x51, 0xB5), LV_COLOR_MAKE(0x21, 0x96, 0xF3), LV_COLOR_MAKE(0x03, 0xA9, 0xF4),… in lv_palette_main()
40LV_COLOR_MAKE(0x00, 0x96, 0x88), LV_COLOR_MAKE(0x4C, 0xAF, 0x50), LV_COLOR_MAKE(0x8B, 0xC3, 0x4A),… in lv_palette_main()
41LV_COLOR_MAKE(0xFF, 0xEB, 0x3B), LV_COLOR_MAKE(0xFF, 0xC1, 0x07), LV_COLOR_MAKE(0xFF, 0x98, 0x00),… in lv_palette_main()
42LV_COLOR_MAKE(0x79, 0x55, 0x48), LV_COLOR_MAKE(0x60, 0x7D, 0x8B), LV_COLOR_MAKE(0x9E, 0x9E, 0x9E) in lv_palette_main()
57 …{LV_COLOR_MAKE(0xEF, 0x53, 0x50), LV_COLOR_MAKE(0xE5, 0x73, 0x73), LV_COLOR_MAKE(0xEF, 0x9A, 0x9A)… in lv_palette_lighten()
58 …{LV_COLOR_MAKE(0xEC, 0x40, 0x7A), LV_COLOR_MAKE(0xF0, 0x62, 0x92), LV_COLOR_MAKE(0xF4, 0x8F, 0xB1)… in lv_palette_lighten()
59 …{LV_COLOR_MAKE(0xAB, 0x47, 0xBC), LV_COLOR_MAKE(0xBA, 0x68, 0xC8), LV_COLOR_MAKE(0xCE, 0x93, 0xD8)… in lv_palette_lighten()
60 …{LV_COLOR_MAKE(0x7E, 0x57, 0xC2), LV_COLOR_MAKE(0x95, 0x75, 0xCD), LV_COLOR_MAKE(0xB3, 0x9D, 0xDB)… in lv_palette_lighten()
61 …{LV_COLOR_MAKE(0x5C, 0x6B, 0xC0), LV_COLOR_MAKE(0x79, 0x86, 0xCB), LV_COLOR_MAKE(0x9F, 0xA8, 0xDA)… in lv_palette_lighten()
[all …]
Dlv_style.c368 const lv_color_t black = LV_COLOR_MAKE(0x00, 0x00, 0x00); in lv_style_prop_get_default()
369 const lv_color_t white = LV_COLOR_MAKE(0xff, 0xff, 0xff); in lv_style_prop_get_default()
Dlv_color.h225 #define LV_COLOR_MAKE(r8, g8, b8) {b8, g8, r8} macro
/lvgl-latest/examples/styles/
Dlv_example_style_16.c14 LV_COLOR_MAKE(0xe8, 0xe8, 0xe8), in lv_example_style_16()
15 LV_COLOR_MAKE(0xff, 0xff, 0xff), in lv_example_style_16()
16 LV_COLOR_MAKE(0xfa, 0xfa, 0xfa), in lv_example_style_16()
17 LV_COLOR_MAKE(0x79, 0x79, 0x79), in lv_example_style_16()
18 LV_COLOR_MAKE(0x48, 0x48, 0x48), in lv_example_style_16()
19 LV_COLOR_MAKE(0x4b, 0x4b, 0x4b), in lv_example_style_16()
20 LV_COLOR_MAKE(0x70, 0x70, 0x70), in lv_example_style_16()
21 LV_COLOR_MAKE(0xe8, 0xe8, 0xe8), in lv_example_style_16()
25 LV_COLOR_MAKE(0xe8, 0xe8, 0xe8), in lv_example_style_16()
26 LV_COLOR_MAKE(0xff, 0xff, 0xff), in lv_example_style_16()
[all …]
Dlv_example_style_17.c12 LV_COLOR_MAKE(0x9B, 0x18, 0x42), in lv_example_style_17()
13 LV_COLOR_MAKE(0x00, 0x00, 0x00), in lv_example_style_17()
Dlv_example_style_18.c12 LV_COLOR_MAKE(0x26, 0xa0, 0xda), in lv_example_style_18()
13 LV_COLOR_MAKE(0x31, 0x47, 0x55), in lv_example_style_18()
/lvgl-latest/demos/high_res/
Dlv_demo_high_res_util.c78 .base = LV_COLOR_MAKE(0xff, 0xff, 0xff),
79 .accent = LV_COLOR_MAKE(0xcc, 0x00, 0x00),
83 .base = LV_COLOR_MAKE(0x00, 0x00, 0x00),
84 .accent = LV_COLOR_MAKE(0xe1, 0x2b, 0x17),
/lvgl-latest/demos/render/
Dlv_demo_render.c865 LV_COLOR_MAKE(0xd5, 0x03, 0x47), in create_linear_gradient_obj()
866 LV_COLOR_MAKE(0x00, 0x00, 0x00), in create_linear_gradient_obj()
941 LV_COLOR_MAKE(0xd5, 0x03, 0x47), in create_radial_gradient_obj()
942 LV_COLOR_MAKE(0x00, 0x00, 0x00), in create_radial_gradient_obj()
1019 LV_COLOR_MAKE(0xd5, 0x03, 0x47), in create_conical_gradient_obj()
1020 LV_COLOR_MAKE(0x00, 0x00, 0x00), in create_conical_gradient_obj()
/lvgl-latest/docs/details/main-components/
Dcolor.rst33 lv_color_t c = LV_COLOR_MAKE(red, green, blue);