lvgl_guider

Overview

This project is used to work with LittleVGL GUI Guider. The GUI Guider generated code is placed in the folder “generated”. The example generated code shows a button in the panel.

Known issue

The CPU load remains at 100% even during low-intensity tests, confirming that FreeRTOS is not reporting the load correctly.

For all tests that use FreeRTOS, the following macros must be defined, typically at the end of FreeRTOSConfig_Gen.h

workaround code:

#if defined(ICCARM)||defined(__CC_ARM)||defined(GNUC) extern void traceTaskSwitchedOut(void); extern void traceTaskSwitchedIn(void); #endif

#define traceTASK_SWITCHED_IN() traceTaskSwitchedIn() #define traceTASK_SWITCHED_OUT() traceTaskSwitchedOut()

Supported Boards