Lines Matching refs:func
48 peripherals, and LCD panel, call :cpp:func:`lv_init` to initialise LVGL.
50 :cpp:func:`lv_display_create`, and register the frame buffers using
51 :cpp:func:`lv_display_set_buffers`.
76 - Add a call to :cpp:func:`lv_timer_handler` inside your ``while(1)`` loop:
88 - Add a call to :cpp:func:`lv_tick_inc` inside the :cpp:func:`SysTick_Handler` function. Open the *…
89 …file (the name will depend on your specific MCU), and update the :cpp:func:`SysTick_Handler` funct…
166 etc) have been initialised, initialise LVGL using :cpp:func:`lv_init`,
167 create a new display driver using :cpp:func:`lv_display_create`, and
168 register the frame buffers using :cpp:func:`lv_display_set_buffers`.
194 - Create two threads to call :cpp:func:`lv_timer_handler`, and
195 :cpp:func:`lv_tick_inc`.You will need two ``osThreadId`` handles for