Searched refs:go (Results 1 – 11 of 11) sorted by relevance
13 Normal Feature requests should go to the Forum: https://forum.lvgl.io/c/feature-request/9
3 The MCU can go to sleep when no user input happens. In this case, the main `while(1)` should look l…
86 - 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 …
177 Launch the git-bash and go to the cmsis-pack folder.191 go to the **cmsis-pack** folder.
48 …onfiguration menu with `idf.py menuconfig` in your project root directory, go to `Component config…
65 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…
81 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…
864 bool go = false; in refr_obj_and_children() local869 if(!go) { in refr_obj_and_children()870 if(child == border_p) go = true; in refr_obj_and_children()
129 9. If you have questions go to the [Forum](http://forum.lvgl.io/)
58 3. **Create masks** If the shape is very simple and doesn't require masks, go to #5. Otherwise, cre…
53 …ant to merge your update. In the `lvgl` repo both the fixes and new features go to `master` branch.