Home
last modified time | relevance | path

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

/lvgl-3.6.0/src/extra/libs/gif/
Dgifdec.h42 void (*application)(struct gd_GIF *gif, char id[8], char auth[3]); member
Dgifdec.c265 } 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/
Dmonkey.md3 A simple monkey test. Use random input to stress test the application.
Dfragment.md15 navigation. You can use fragment manager to build navigation stack, or multi pane application easil…
/lvgl-3.6.0/demos/
DREADME.md42 4. Include "***demos/lv_demos.h***" in your application source file, for example:
/lvgl-3.6.0/docs/get-started/os/
Drt-thread.md14 - A variety of standard interfaces, such as POSIX, CMSIS, C++ application environment.
/lvgl-3.6.0/docs/get-started/platforms/
Drenesas.md2 …ported motherboard and you’ll be on your way to creating your next GUI application in no time. For…
Dnxp.md5 today and get started with your next GUI application.
/lvgl-3.6.0/docs/overview/
Dindev.md69 …. It works similar to the *TAB* key on the PC to select an element in an application or a web page.
Dstyle.md100 …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/
Dquick-overview.md244 The theme for your application is a compile time configuration set in `lv_conf.h`.