mirror of
https://github.com/lvgl/lvgl.git
synced 2024-11-23 01:33:59 +08:00
test(asset): add guard to test_img_emoji_F617 (#5559)
This commit is contained in:
parent
b6bb3a5329
commit
6ad2bf4deb
@ -1,8 +1,6 @@
|
||||
#ifdef LV_LVGL_H_INCLUDE_SIMPLE
|
||||
#include "lvgl.h"
|
||||
#else
|
||||
#include "../../../lvgl.h"
|
||||
#endif
|
||||
#include "../../lvgl.h"
|
||||
|
||||
#if LV_BUILD_EXAMPLES
|
||||
|
||||
#ifndef LV_ATTRIBUTE_MEM_ALIGN
|
||||
#define LV_ATTRIBUTE_MEM_ALIGN
|
||||
@ -245,3 +243,5 @@ const lv_image_dsc_t emoji_F617 = {
|
||||
.data_size = 5184 * LV_COLOR_DEPTH / 8,
|
||||
.data = emoji_F617_map,
|
||||
};
|
||||
|
||||
#endif /*LV_BUILD_EXAMPLES*/
|
||||
|
Loading…
Reference in New Issue
Block a user