Home
last modified time | relevance | path

Searched refs:lv_display_set_theme (Results 1 – 8 of 8) sorted by relevance

/lvgl-latest/examples/styles/
Dlv_example_style_14.c36 lv_display_set_theme(NULL, &th_new); in new_theme_init_and_set()
/lvgl-latest/demos/ebike/
Dlv_demo_ebike.c79 lv_display_set_theme(display, theme); in lv_demo_ebike()
127 lv_display_set_theme(lv_display_get_default(), theme_original); in menu_delete_event_cb()
/lvgl-latest/src/display/
Dlv_display.h509 void lv_display_set_theme(lv_display_t * disp, lv_theme_t * th);
Dlv_display.c877 void lv_display_set_theme(lv_display_t * disp, lv_theme_t * th) in lv_display_set_theme() function
/lvgl-latest/src/
Dlv_api_map_v8.h149 #define lv_disp_set_theme lv_display_set_theme
/lvgl-latest/docs/intro/add-lvgl-to-your-project/
Dconnecting_lvgl.rst35 7. Optionally set a theme with :cpp:func:`lv_display_set_theme`.
/lvgl-latest/demos/smartwatch/
Dlv_demo_smartwatch.c94 lv_display_set_theme(display, theme); in lv_demo_smartwatch()
/lvgl-latest/docs/details/base-widget/styles/
Dstyle.rst544 lv_display_set_theme(display, th); /* Assign theme to display */