1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-14 06:42:58 +08:00

fix(examples) exclude example animimg images if animimg is disabled

This commit is contained in:
Gabor Kiss-Vamosi 2021-11-05 13:21:20 +01:00
parent 4e393178f3
commit 4d7d30677a
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
#include "../../lvgl.h"
#if LV_BUILD_EXAMPLES
#if LV_BUILD_EXAMPLES && LV_USE_ANIMIMG
#ifndef LV_ATTRIBUTE_MEM_ALIGN
#define LV_ATTRIBUTE_MEM_ALIGN

View File

@ -1,6 +1,6 @@
#include "../../lvgl.h"
#if LV_BUILD_EXAMPLES
#if LV_BUILD_EXAMPLES && LV_USE_ANIMIMG
#ifndef LV_ATTRIBUTE_MEM_ALIGN
#define LV_ATTRIBUTE_MEM_ALIGN

View File

@ -1,6 +1,6 @@
#include "../../lvgl.h"
#if LV_BUILD_EXAMPLES
#if LV_BUILD_EXAMPLES && LV_USE_ANIMIMG
#ifndef LV_ATTRIBUTE_MEM_ALIGN
#define LV_ATTRIBUTE_MEM_ALIGN