mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-02 04:39:01 +00:00
This makes LVGL use malloc/free to handle its memory (instead of their own memory handling) and supports a tick interface by which LVGL can ask NuttX the elapsed time, instead of having to periodically "tick" LVGL internal time in a thread. |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| fbdev.c | ||
| fbdev.h | ||
| Kconfig | ||
| lv_ex_conf.h | ||
| lvgldemo.c | ||
| Make.defs | ||
| Makefile | ||
| tp.c | ||
| tp.h | ||
| tp_cal.c | ||
| tp_cal.h | ||