mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-20 21:35:19 +08:00
fix(monkey): add missing include (#5903)
This commit is contained in:
committed by
GitHub
parent
54f9003722
commit
3c8ef96213
@@ -10,6 +10,11 @@
|
||||
|
||||
#if LV_USE_MONKEY != 0
|
||||
|
||||
#include "../../misc/lv_math.h"
|
||||
#include "../../misc/lv_assert.h"
|
||||
#include "../../stdlib/lv_mem.h"
|
||||
#include "../../display/lv_display.h"
|
||||
|
||||
/*********************
|
||||
* DEFINES
|
||||
*********************/
|
||||
|
||||
@@ -13,6 +13,7 @@ extern "C" {
|
||||
* INCLUDES
|
||||
*********************/
|
||||
#include "../../lv_conf_internal.h"
|
||||
#include "../../indev/lv_indev.h"
|
||||
|
||||
#if LV_USE_MONKEY != 0
|
||||
|
||||
|
||||
@@ -56,6 +56,7 @@
|
||||
#define LV_USE_FS_MEMFS 1
|
||||
#define LV_FS_MEMFS_LETTER 'M'
|
||||
|
||||
#define LV_USE_MONKEY 1
|
||||
#define LV_USE_RLE 1
|
||||
#define LV_USE_LODEPNG 1
|
||||
#define LV_USE_LIBPNG 1
|
||||
|
||||
Reference in New Issue
Block a user