Searched refs:ui_init (Results 1 – 4 of 4) sorted by relevance
15 extern void ui_init(void); in lv_user_gui_init()16 ui_init(); in lv_user_gui_init()
8 static void ui_init(void);18 ui_init(); in lv_example_observer_2()92 static void ui_init(void) in ui_init() function
19 … 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)
156 ui_init(my_disp);