Home
last modified time | relevance | path

Searched refs:go (Results 1 – 11 of 11) sorted by relevance

/lvgl-latest/.github/ISSUE_TEMPLATE/
Ddev-discussion.md13 Normal Feature requests should go to the Forum: https://forum.lvgl.io/c/feature-request/9
/lvgl-latest/docs/porting/
Dsleep.md3 The MCU can go to sleep when no user input happens. In this case, the main `while(1)` should look l…
Dindev.md86 - If you press the encoder on a complex object (like a list, message box, etc.) the object will go
144 ``` important:: The points_array can't go out of scope. Either declare it as a global variable or …
/lvgl-latest/env_support/cmsis-pack/
DREADME.md177 Launch the git-bash and go to the cmsis-pack folder.
191 go to the **cmsis-pack** folder.
/lvgl-latest/docs/get-started/platforms/
Despressif.md48 …onfiguration menu with `idf.py menuconfig` in your project root directory, go to `Component config…
Dpc-simulator.md65 2. Decompress the file and go to _x86_64-w64-mingw32_ directory (for 64 bit MinGW) or to _i686-w64-…
87 Close the start-up window and go to **File->Import** and choose **General->Existing project i…
/lvgl-latest/docs/get-started/
Dquick-overview.md81 For a more detailed guide go to the [Porting](/porting/index) section.
151 To learn all features of the events go to the [Event overview](/overview/event) section.
173 For example, if you press an object it will automatically go to the `LV_STATE_FOCUSED` and `LV_STAT…
/lvgl-latest/src/core/
Dlv_refr.c864 bool go = false; in refr_obj_and_children() local
869 if(!go) { in refr_obj_and_children()
870 if(child == border_p) go = true; in refr_obj_and_children()
/lvgl-latest/
DREADME.md129 9. If you have questions go to the [Forum](http://forum.lvgl.io/)
/lvgl-latest/docs/overview/
Ddrawing.md58 3. **Create masks** If the shape is very simple and doesn't require masks, go to #5. Otherwise, cre…
/lvgl-latest/docs/
DCONTRIBUTING.md53 …ant to merge your update. In the `lvgl` repo both the fixes and new features go to `master` branch.