Searched refs:application (Results 1 – 11 of 11) sorted by relevance
/lvgl-3.6.0/src/extra/libs/gif/ |
D | gifdec.h | 42 void (*application)(struct gd_GIF *gif, char id[8], char auth[3]); member
|
D | gifdec.c | 265 } else if (gif->application) { in read_application_ext() 267 gif->application(gif, app_id, app_auth_code); in read_application_ext()
|
/lvgl-3.6.0/docs/others/ |
D | monkey.md | 3 A simple monkey test. Use random input to stress test the application.
|
D | fragment.md | 15 navigation. You can use fragment manager to build navigation stack, or multi pane application easil…
|
/lvgl-3.6.0/demos/ |
D | README.md | 42 4. Include "***demos/lv_demos.h***" in your application source file, for example:
|
/lvgl-3.6.0/docs/get-started/os/ |
D | rt-thread.md | 14 - A variety of standard interfaces, such as POSIX, CMSIS, C++ application environment.
|
/lvgl-3.6.0/docs/get-started/platforms/ |
D | renesas.md | 2 …ported motherboard and you’ll be on your way to creating your next GUI application in no time. For…
|
D | nxp.md | 5 today and get started with your next GUI application.
|
/lvgl-3.6.0/docs/overview/ |
D | indev.md | 69 …. It works similar to the *TAB* key on the PC to select an element in an application or a web page.
|
D | style.md | 100 …rce the default value of a property to be used, without needing to hardcode it in your application.
|
/lvgl-3.6.0/docs/get-started/ |
D | quick-overview.md | 244 The theme for your application is a compile time configuration set in `lv_conf.h`.
|