Home
last modified time | relevance | path

Searched refs:lv_init (Results 1 – 24 of 24) sorted by relevance

/lvgl-latest/tests/makefile/
Dtest.c7 lv_init(); in main()
/lvgl-latest/src/
Dlv_init.h35 void lv_init(void);
Dlv_init.c165 void lv_init(void) in lv_init() function
/lvgl-latest/tests/makefile_uefi/
Dtest.c6 lv_init(); in efi_main()
/lvgl-latest/env_support/rt-thread/
Dlv_rt_thread_port.c69 lv_init(); in lvgl_thread_entry()
/lvgl-latest/demos/stress/
DREADME.md13 - After `lv_init()` and initializing the drivers call `lv_demo_stress()`
/lvgl-latest/demos/keypad_encoder/
DREADME.md13 - After `lv_init()` and initializing the drivers call `lv_demo_keypad_encoder()`
/lvgl-latest/tests/src/
Dlv_test_init.c23 lv_init(); in lv_test_init()
/lvgl-latest/docs/details/integration/chip/
Dstm32.rst48 peripherals, and LCD panel, call :cpp:func:`lv_init` to initialise LVGL.
56 lv_init();
166 etc) have been initialised, initialise LVGL using :cpp:func:`lv_init`,
173 lv_init();
Dnxp.rst52 PXP draw initialization is done automatically in :cpp:func:`lv_init()` once the
223 Initialize VGLite GPU before calling :cpp:func:`lv_init()` by specifying the
252 VGLite draw initialization is done automatically in :cpp:func:`lv_init()` once
/lvgl-latest/.devcontainer/
D__main.c__69 lv_init();
/lvgl-latest/demos/music/
DREADME.md12 - After `lv_init()` and initializing the drivers call `lv_demo_music()`
/lvgl-latest/docs/details/main-components/
Ddraw.rst71 During LVGL's initialization (:cpp:func:`lv_init`), a list of Draw Units is created.
91 create and initialize it (after :cpp:func:`lv_init`) as above. This will include
97 functions are optionally called in :cpp:func:`lv_init`.
/lvgl-latest/docs/details/integration/driver/
Duefi.rst64 lv_init();
Dwindows.rst71 lv_init();
Dopengles.rst46 lv_init();
/lvgl-latest/examples/arduino/LVGL_Arduino/
DLVGL_Arduino.ino85 lv_init();
/lvgl-latest/demos/
DREADME.md87 lv_init();
/lvgl-latest/docs/details/integration/os/
Dqnx.rst116 lv_init();
/lvgl-latest/docs/intro/add-lvgl-to-your-project/
Dconnecting_lvgl.rst20 1. Initialize LVGL once early during system execution by calling :cpp:func:`lv_init`.
/lvgl-latest/docs/details/integration/driver/display/
Dgen_mipi.rst128 lv_init();
Dlcd_stm32_guide.rst258 lv_init();
/lvgl-latest/docs/details/other-components/
Dxml.rst299 :cpp:expr:`lv_init()` but before :cpp:expr:`lv_xml_create(...)`.
/lvgl-latest/docs/
DREADME.md248 :cpp:func:`lv_init`