GUI-Guider-1.8.0-GA与lvgl8.3.10头文件找不到时

42 2024-11-16 15:34

将managed_components中的lvgl_lvgl移到components,然后在lvgl_lvgl中增加lvgl文件夹,然后增加lvgh.h文件,并有如下内容:

/**
 * @file lvgl.h
 * This file exists only to be compatible with Arduino's library structure
 */

#ifndef LVGL_SRC_H_B
#define LVGL_SRC_H_B

#ifdef __cplusplus
extern "C" {
#endif

/*********************
 *      INCLUDES
 *********************/

#include "../lvgl.h"

/*********************
 *      DEFINES
 *********************/

/**********************
 *      TYPEDEFS
 **********************/

/**********************
 * GLOBAL PROTOTYPES
 **********************/

/**********************
 *      MACROS
 **********************/

#ifdef __cplusplus
} /*extern "C"*/
#endif

#endif /*LVGL_SRC_H*/

 

全部评论

·