mirror of
https://github.com/lvgl/lvgl.git
synced 2026-06-02 01:18:04 +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
|
#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
|
* DEFINES
|
||||||
*********************/
|
*********************/
|
||||||
|
|||||||
@@ -13,6 +13,7 @@ extern "C" {
|
|||||||
* INCLUDES
|
* INCLUDES
|
||||||
*********************/
|
*********************/
|
||||||
#include "../../lv_conf_internal.h"
|
#include "../../lv_conf_internal.h"
|
||||||
|
#include "../../indev/lv_indev.h"
|
||||||
|
|
||||||
#if LV_USE_MONKEY != 0
|
#if LV_USE_MONKEY != 0
|
||||||
|
|
||||||
|
|||||||
@@ -56,6 +56,7 @@
|
|||||||
#define LV_USE_FS_MEMFS 1
|
#define LV_USE_FS_MEMFS 1
|
||||||
#define LV_FS_MEMFS_LETTER 'M'
|
#define LV_FS_MEMFS_LETTER 'M'
|
||||||
|
|
||||||
|
#define LV_USE_MONKEY 1
|
||||||
#define LV_USE_RLE 1
|
#define LV_USE_RLE 1
|
||||||
#define LV_USE_LODEPNG 1
|
#define LV_USE_LODEPNG 1
|
||||||
#define LV_USE_LIBPNG 1
|
#define LV_USE_LIBPNG 1
|
||||||
|
|||||||
Reference in New Issue
Block a user