Searched refs:lv_color_hex3 (Results 1 – 9 of 9) sorted by relevance
/lvgl-latest/docs/libs/ |
D | qrcode.md | 16 lv_obj_t * qr = lv_qrcode_create(lv_scr_act(), 100, lv_color_hex3(0x33f), lv_color_hex3(0xeef));
|
/lvgl-latest/tests/src/test_cases/ |
D | test_obj_tree.c | 29 lv_color_t c2 = lv_color_hex3(0x444); in test_obj_tree_2()
|
D | test_dropdown.c | 358 lv_obj_set_style_bg_color(list, lv_color_hex3(0xf00), LV_PART_SELECTED | LV_STATE_CHECKED); in test_dropdown_render_1()
|
/lvgl-latest/examples/widgets/slider/ |
D | lv_example_slider_2.c | 20 lv_style_set_bg_color(&style_main, lv_color_hex3(0xbbb)); in lv_example_slider_2()
|
D | lv_example_slider_3.c | 50 label_draw_dsc.color = lv_color_hex3(0x888); in slider_event_cb()
|
/lvgl-latest/examples/widgets/meter/ |
D | lv_example_meter_2.c | 26 lv_meter_set_scale_major_ticks(meter, scale, 1, 2, 30, lv_color_hex3(0xeee), 15); in lv_example_meter_2()
|
/lvgl-latest/demos/music/ |
D | lv_demo_music_list.c | 66 lv_style_set_bg_color(&style_scrollbar, lv_color_hex3(0xeee)); in _lv_demo_music_list_create()
|
/lvgl-latest/docs/overview/ |
D | color.md | 21 lv_color_t c = lv_color_hex3(0x123);
|
/lvgl-latest/src/misc/ |
D | lv_color.h | 633 static inline lv_color_t lv_color_hex3(uint32_t c) in lv_color_hex3() function
|