Home
last modified time | relevance | path

Searched refs:ui_init (Results 1 – 4 of 4) sorted by relevance

/lvgl-latest/env_support/rt-thread/squareline/
Dlv_ui_entry.c15 extern void ui_init(void); in lv_user_gui_init()
16 ui_init(); in lv_user_gui_init()
/lvgl-latest/examples/others/observer/
Dlv_example_observer_2.c8 static void ui_init(void);
18 ui_init(); in lv_example_observer_2()
92 static void ui_init(void) in ui_init() function
/lvgl-latest/docs/details/integration/driver/display/
Dlcd_stm32_guide.rst19 … hardware (if it is other than the ST7789), and implement the function ``ui_init()`` to create you…
158 void ui_init(lv_display_t *disp);
288 ui_init(lcd_disp);
298 #. All that's left is to implement ``ui_init()`` to create the screen. Here's a simple "Hello World…
302 void ui_init(lv_display_t *disp)
Dgen_mipi.rst156 ui_init(my_disp);