init Files

This commit is contained in:
2024-12-09 19:47:18 +01:00
parent b55a8cd2bc
commit 528e862838
3471 changed files with 1105029 additions and 0 deletions

View File

@@ -0,0 +1,58 @@
#if defined(LV_LVGL_H_INCLUDE_SIMPLE)
#include "lvgl.h"
#elif defined(LV_BUILD_TEST)
#include "../lvgl.h"
#else
#include "lvgl/lvgl.h"
#endif
#ifndef LV_ATTRIBUTE_MEM_ALIGN
#define LV_ATTRIBUTE_MEM_ALIGN
#endif
#ifndef LV_ATTRIBUTE_IMG_DUST
#define LV_ATTRIBUTE_IMG_DUST
#endif
static const
LV_ATTRIBUTE_MEM_ALIGN LV_ATTRIBUTE_LARGE_CONST LV_ATTRIBUTE_IMG_DUST
uint8_t test_A1_LZ4_align1_map[] = {
0x02,0x00,0x00,0x00,0x4f,0x01,0x00,0x00,0xc0,0x03,0x00,0x00,0x13,0xff,0x01,0x00,
0x22,0xfe,0x00,0x01,0x00,0x12,0x80,0x07,0x00,0x23,0x00,0x02,0x08,0x00,0x0c,0x10,
0x00,0x93,0x9f,0xff,0xe0,0x00,0x00,0x00,0x1f,0xff,0xf2,0x20,0x00,0x96,0x9f,0xff,
0xe0,0x1f,0x80,0x00,0x10,0x00,0x12,0x10,0x00,0x66,0x7f,0xe0,0x18,0x17,0xff,0xd2,
0x10,0x00,0x65,0xff,0xf0,0x3c,0x14,0x00,0x52,0x10,0x00,0x69,0xe1,0xff,0xf8,0x3c,
0x15,0xff,0x10,0x00,0x36,0x18,0x15,0x01,0x10,0x00,0x6b,0xe3,0xff,0xfc,0x00,0x15,
0x7d,0x10,0x00,0x19,0x45,0x10,0x00,0x39,0x3c,0x15,0x55,0x10,0x00,0x1b,0x7e,0x20,
0x00,0x1b,0xff,0x40,0x00,0x18,0xff,0x60,0x00,0x4b,0xe1,0xff,0xf8,0xff,0x80,0x00,
0x18,0xff,0xa0,0x00,0x49,0xe0,0xff,0xf0,0x7e,0xc0,0x00,0x36,0x7f,0xe0,0x3c,0xe0,
0x00,0x57,0x80,0x00,0x00,0x1f,0x80,0x00,0x01,0x0c,0x20,0x01,0x0e,0x10,0x00,0x11,
0x07,0x62,0x01,0x04,0x30,0x01,0x22,0x83,0xfc,0x09,0x01,0x04,0x60,0x01,0x2c,0x8f,
0xff,0x10,0x00,0x02,0x42,0x00,0x05,0x20,0x00,0x1b,0x0f,0x10,0x00,0x21,0x07,0x80,
0x12,0x00,0x04,0x20,0x00,0x58,0x8e,0x07,0xc0,0x3f,0xc0,0xb0,0x01,0x47,0x07,0xc0,
0x3f,0xe0,0x10,0x00,0x92,0x81,0xff,0xc0,0x30,0xf0,0x00,0x00,0x52,0x22,0x67,0x00,
0x22,0x00,0x87,0x10,0x00,0x05,0xe0,0x01,0x49,0x8f,0xff,0xc0,0x03,0x10,0x00,0x65,
0x07,0xc0,0x3f,0xf0,0x0f,0x80,0x20,0x00,0x75,0x9f,0x07,0xc0,0x7f,0xf0,0x08,0xc0,
0x40,0x00,0x76,0x9f,0x07,0xc0,0x78,0xf0,0x01,0xc0,0x20,0x00,0x56,0x0f,0xc0,0x70,
0xf0,0x0f,0x10,0x00,0x66,0x8f,0xff,0xe0,0x79,0xf0,0x0c,0x30,0x00,0x66,0x8f,0xff,
0xe0,0x7f,0xf8,0x0d,0x20,0x00,0x75,0x87,0xf3,0xe0,0x3e,0x78,0x0f,0xe0,0x50,0x00,
0x02,0xde,0x00,0x06,0xd0,0x00,0x0c,0x10,0x00,0x11,0x9f,0x3e,0x01,0x16,0xe0,0x70,
0x00,0x0f,0x10,0x00,0xbc,0x0c,0xf0,0x00,0x0f,0x10,0x00,0x0d,0x01,0xff,0x00,0xb0,
0xff,0xff,0xff,0xfe,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
};
const lv_img_dsc_t test_A1_LZ4_align1 = {
.header.magic = LV_IMAGE_HEADER_MAGIC,
.header.cf = LV_COLOR_FORMAT_A1,
.header.flags = 0 | LV_IMAGE_FLAGS_COMPRESSED,
.header.w = 71,
.header.h = 60,
.header.stride = 16,
.data_size = 347,
.data = test_A1_LZ4_align1_map,
};

View File

@@ -0,0 +1,71 @@
#if defined(LV_LVGL_H_INCLUDE_SIMPLE)
#include "lvgl.h"
#elif defined(LV_BUILD_TEST)
#include "../lvgl.h"
#else
#include "lvgl/lvgl.h"
#endif
#ifndef LV_ATTRIBUTE_MEM_ALIGN
#define LV_ATTRIBUTE_MEM_ALIGN
#endif
#ifndef LV_ATTRIBUTE_IMG_DUST
#define LV_ATTRIBUTE_IMG_DUST
#endif
static const
LV_ATTRIBUTE_MEM_ALIGN LV_ATTRIBUTE_LARGE_CONST LV_ATTRIBUTE_IMG_DUST
uint8_t test_A2_LZ4_align1_map[] = {
0x02,0x00,0x00,0x00,0x19,0x02,0x00,0x00,0x80,0x07,0x00,0x00,0x1c,0xff,0x01,0x00,
0x29,0xfc,0x00,0x01,0x00,0x19,0xc0,0x0e,0x00,0x41,0x00,0x00,0x00,0x0c,0x06,0x00,
0x05,0x02,0x00,0x0f,0x20,0x00,0x0d,0x17,0xc3,0x53,0x00,0x10,0x03,0x6d,0x00,0x0b,
0x40,0x00,0x02,0x20,0x00,0xbf,0x02,0xff,0x80,0x00,0x00,0x00,0x03,0x00,0x00,0x00,
0x03,0x20,0x00,0x02,0xbf,0x2f,0xff,0xf8,0x00,0x07,0xd0,0x03,0x3f,0xff,0xff,0xf3,
0x20,0x00,0x02,0xbf,0xbf,0xff,0xfe,0x00,0x0f,0xf0,0x03,0x30,0x00,0x00,0x33,0x20,
0x00,0x01,0xbf,0x02,0xff,0xff,0xff,0x80,0x0f,0xf0,0x03,0x33,0xff,0xff,0x20,0x00,
0x02,0xbf,0x03,0xff,0xff,0xff,0xc0,0x07,0xd0,0x03,0x33,0x00,0x03,0x20,0x00,0x02,
0xbf,0x0b,0xff,0xff,0xff,0xe0,0x00,0x00,0x03,0x33,0x3f,0xf3,0x20,0x00,0x02,0xbf,
0x0f,0xff,0xff,0xff,0xf0,0x00,0x00,0x03,0x33,0x30,0x33,0x20,0x00,0x07,0x5f,0x1b,
0xe4,0x03,0x33,0x33,0x20,0x00,0x08,0x2f,0x7f,0xfd,0x40,0x00,0x0b,0x2f,0xbf,0xfe,
0x80,0x00,0x06,0x01,0xa0,0x00,0x2f,0xff,0xff,0xc0,0x00,0x06,0x01,0xe0,0x00,0x2f,
0xff,0xff,0x00,0x01,0x06,0x01,0x20,0x01,0x2f,0xbf,0xfe,0x40,0x01,0x06,0x7f,0x00,
0xbf,0xff,0xfe,0x00,0x7f,0xfd,0x80,0x01,0x07,0x6f,0x2f,0xff,0xf8,0x00,0x1b,0xe4,
0xc0,0x01,0x01,0x02,0x20,0x02,0x03,0xe0,0x01,0x0f,0x00,0x02,0x00,0x02,0x20,0x00,
0x07,0x02,0x00,0x0b,0xc0,0x01,0x0f,0x20,0x00,0x12,0x17,0x3f,0xc5,0x02,0x0c,0x40,
0x00,0x37,0x0b,0xff,0xf4,0x5e,0x00,0x0e,0x60,0x00,0x3f,0xbf,0xff,0xfe,0x20,0x00,
0x0a,0x21,0xff,0xff,0x9c,0x02,0x05,0x02,0x00,0x0c,0x60,0x00,0x39,0xff,0x40,0xff,
0xa4,0x00,0x0c,0x20,0x00,0x84,0xfe,0x00,0x7f,0xd0,0x00,0x01,0xbf,0x80,0x41,0x00,
0x0c,0x20,0x00,0x66,0xbd,0x00,0x3f,0xe0,0x00,0x1f,0xa5,0x00,0x0c,0x20,0x00,0x11,
0x00,0x20,0x00,0x15,0xeb,0x97,0x03,0x0c,0x20,0x00,0x72,0x06,0xff,0xff,0xe0,0x00,
0x1f,0x40,0xc5,0x00,0x3c,0x33,0x0c,0x0c,0x20,0x00,0x72,0x3f,0xff,0xff,0xe0,0x00,
0x1a,0x00,0x20,0x00,0x0f,0xc0,0x03,0x00,0xbf,0xff,0xfe,0xbf,0xe0,0x00,0x00,0x5a,
0xfe,0x00,0x00,0x15,0x20,0x00,0x01,0xdf,0xc1,0xff,0x40,0x3f,0xe0,0x00,0x0b,0xff,
0xfe,0x00,0x00,0xff,0xd0,0x40,0x01,0x00,0xdf,0xc2,0xff,0x00,0x3f,0xe0,0x00,0x2f,
0xea,0xfe,0x00,0x00,0xd1,0xe0,0x80,0x00,0x00,0x11,0xc3,0x20,0x00,0x7f,0x3f,0x80,
0xfe,0x00,0x00,0x16,0xf0,0x40,0x00,0x02,0xaf,0x41,0xff,0xe0,0x00,0x3f,0x40,0xfe,
0x00,0x00,0xff,0x20,0x00,0x01,0xdf,0xc1,0xff,0xff,0xff,0xfd,0x00,0x3f,0xd7,0xff,
0x00,0x01,0xe0,0xf0,0x60,0x00,0x00,0xcf,0xc0,0xff,0xff,0xbf,0xfd,0x00,0x2f,0xff,
0xff,0xc0,0x01,0xf6,0x40,0x00,0x01,0xdf,0xc0,0x2f,0xfe,0x1f,0xfd,0x00,0x0b,0xfd,
0x7f,0xc0,0x00,0xbe,0xf8,0x40,0x00,0x01,0x21,0x00,0x40,0xf7,0x00,0x05,0x02,0x00,
0x0c,0x40,0x01,0x05,0x19,0x00,0x03,0x02,0x00,0x0b,0x20,0x00,0x15,0xc3,0x7b,0x02,
0x5f,0xfe,0xaa,0xa9,0x55,0x50,0x20,0x00,0xff,0x9f,0x09,0xbc,0x03,0x0f,0xa0,0x02,
0x00,0x0f,0x20,0x00,0x2d,0x05,0x1f,0x02,0x04,0x02,0x00,0x05,0xc9,0x03,0x60,0x00,
0x00,0x00,0x00,0x00,0x00,
};
const lv_img_dsc_t test_A2_LZ4_align1 = {
.header.magic = LV_IMAGE_HEADER_MAGIC,
.header.cf = LV_COLOR_FORMAT_A2,
.header.flags = 0 | LV_IMAGE_FLAGS_COMPRESSED,
.header.w = 71,
.header.h = 60,
.header.stride = 32,
.data_size = 549,
.data = test_A2_LZ4_align1_map,
};

View File

@@ -0,0 +1,91 @@
#if defined(LV_LVGL_H_INCLUDE_SIMPLE)
#include "lvgl.h"
#elif defined(LV_BUILD_TEST)
#include "../lvgl.h"
#else
#include "lvgl/lvgl.h"
#endif
#ifndef LV_ATTRIBUTE_MEM_ALIGN
#define LV_ATTRIBUTE_MEM_ALIGN
#endif
#ifndef LV_ATTRIBUTE_IMG_DUST
#define LV_ATTRIBUTE_IMG_DUST
#endif
static const
LV_ATTRIBUTE_MEM_ALIGN LV_ATTRIBUTE_LARGE_CONST LV_ATTRIBUTE_IMG_DUST
uint8_t test_A4_LZ4_align1_map[] = {
0x02,0x00,0x00,0x00,0x5f,0x03,0x00,0x00,0x40,0x0b,0x00,0x00,0x1f,0xff,0x01,0x00,
0x0f,0x27,0xf0,0x00,0x01,0x00,0x09,0x0d,0x00,0x0f,0x02,0x00,0x03,0x09,0x23,0x00,
0x09,0x0d,0x00,0x0f,0x02,0x00,0x03,0x09,0x23,0x00,0x23,0xf0,0x0f,0x91,0x00,0x09,
0x16,0x00,0x34,0x00,0x00,0x00,0x18,0x00,0x29,0xff,0x00,0x1a,0x00,0x09,0x30,0x00,
0x41,0x39,0xdf,0xfd,0x93,0x2d,0x00,0x41,0x00,0x00,0x00,0x0f,0x06,0x00,0x3f,0x00,
0x00,0x0f,0x30,0x00,0x07,0x10,0x19,0xfd,0x00,0x93,0x91,0x00,0x00,0x00,0x6d,0xd6,
0x00,0x00,0x0f,0x61,0x00,0x0f,0x30,0x00,0x07,0x20,0x01,0xaf,0x2d,0x01,0x92,0xfa,
0x10,0x00,0x00,0xdf,0xfd,0x00,0x00,0x0f,0x61,0x00,0x1f,0x0f,0x30,0x00,0x07,0x12,
0x09,0xca,0x00,0x14,0x90,0x30,0x00,0x01,0x61,0x00,0x0f,0x30,0x00,0x08,0x12,0x3f,
0x30,0x00,0x14,0xf3,0x90,0x00,0x5f,0x0f,0x00,0x00,0x00,0x0f,0x30,0x00,0x08,0x12,
0x9f,0x30,0x00,0x12,0xf9,0xe9,0x00,0x11,0x0f,0x61,0x00,0x0f,0x30,0x00,0x09,0x12,
0xdf,0x30,0x00,0x16,0xfd,0x30,0x00,0x2f,0x00,0x0f,0x30,0x00,0x09,0x02,0x2f,0x00,
0x71,0xff,0xff,0x00,0x04,0xaf,0xfa,0x40,0x2b,0x00,0x01,0x02,0x00,0x0f,0x50,0x01,
0x06,0x05,0x30,0x00,0x41,0x4d,0xff,0xff,0xd4,0x30,0x00,0x02,0x05,0x00,0x0f,0xb0,
0x01,0x05,0x05,0x90,0x00,0x41,0xaf,0xff,0xff,0xfa,0x2b,0x00,0x0f,0xc0,0x00,0x0b,
0x05,0xf0,0x00,0x01,0x95,0x00,0x0f,0x20,0x01,0x0f,0x05,0x50,0x01,0x04,0x30,0x00,
0x00,0xec,0x02,0x0f,0xc0,0x00,0x08,0x05,0xb0,0x01,0x03,0x90,0x00,0x01,0x28,0x01,
0x0f,0x30,0x00,0x08,0x05,0x10,0x02,0x03,0xf0,0x00,0x02,0x00,0x01,0x0f,0xf0,0x00,
0x07,0x05,0x70,0x02,0x02,0x50,0x01,0x01,0x5f,0x00,0x0e,0xa0,0x02,0x03,0x17,0x00,
0x01,0x02,0x00,0x09,0xd0,0x02,0x02,0x5f,0x00,0x0d,0x00,0x03,0x01,0x29,0x00,0x0f,
0x02,0x00,0x0a,0x0a,0x80,0x01,0x0f,0x2b,0x00,0x0a,0x01,0x02,0x00,0x0d,0x30,0x00,
0x21,0x12,0x32,0xa9,0x00,0x04,0x81,0x00,0x0b,0x02,0x00,0x0a,0x53,0x00,0x81,0xf0,
0x00,0x03,0x9d,0xff,0xff,0xfc,0x50,0x4a,0x00,0x0f,0x02,0x00,0x03,0x0b,0x60,0x00,
0x6f,0xbf,0xff,0xff,0xff,0xff,0xfb,0x2b,0x00,0x03,0x01,0x02,0x00,0x0b,0x30,0x00,
0x11,0xef,0x80,0x00,0x11,0xa0,0x1b,0x00,0x0f,0x02,0x00,0x02,0x0c,0x30,0x00,0x6f,
0xfe,0x40,0x03,0xdf,0xff,0xf2,0x2b,0x00,0x02,0x01,0x02,0x00,0x0c,0x30,0x00,0xd5,
0xfa,0x00,0x00,0x4f,0xff,0xf6,0x00,0x00,0x00,0x00,0x17,0xbd,0xed,0x50,0x04,0x06,
0x02,0x00,0x0b,0x30,0x00,0xb0,0xbd,0xd6,0x00,0x00,0x0f,0xff,0xf8,0x00,0x00,0x00,
0x05,0x4d,0x05,0x16,0x70,0x29,0x00,0x03,0x02,0x00,0x0b,0x30,0x00,0xf3,0x01,0x00,
0x00,0x00,0x01,0x1f,0xff,0xf9,0x00,0x00,0x00,0x06,0xff,0xe8,0x8d,0xff,0xf3,0x26,
0x00,0x06,0x02,0x00,0x01,0x23,0x00,0x04,0x02,0x00,0x53,0xf0,0x00,0x00,0x5a,0xef,
0xe6,0x03,0x41,0x06,0xff,0x40,0x01,0x69,0x00,0x03,0x02,0x00,0x01,0x9c,0x02,0x1c,
0xf0,0x80,0x01,0x11,0x1c,0x20,0x01,0xa3,0xf9,0x00,0x00,0x00,0x04,0xaa,0x10,0x00,
0xcf,0xfa,0x2d,0x00,0x06,0x02,0x00,0x0b,0x60,0x00,0x51,0xdf,0xff,0xfe,0xcb,0xbf,
0x90,0x00,0x51,0x00,0x01,0x57,0x89,0xef,0x30,0x00,0x3f,0x15,0x76,0x10,0x30,0x00,
0x05,0x62,0x07,0xff,0xff,0x70,0x00,0x0f,0x30,0x00,0xcf,0x8f,0xff,0xff,0xff,0xfa,
0x00,0x00,0x00,0x01,0xff,0xef,0xf4,0x30,0x00,0x05,0x43,0x0b,0xff,0xfd,0x00,0x30,
0x00,0x41,0x08,0xff,0xfb,0x88,0x60,0x00,0x41,0x01,0xf7,0x05,0xfb,0xdd,0x04,0x0f,
0xc0,0x00,0x00,0x61,0x0d,0xff,0xfc,0x00,0x00,0x2f,0x60,0x00,0x33,0x0f,0xff,0x80,
0xc0,0x00,0x3f,0x24,0x68,0xfc,0x60,0x00,0x07,0x41,0xff,0x71,0x16,0xef,0x30,0x00,
0x51,0x1f,0xff,0x50,0x00,0xdf,0x90,0x00,0x23,0xcf,0xdd,0xe6,0x04,0x0e,0xf0,0x00,
0x11,0x06,0x1f,0x01,0xff,0x03,0xff,0xff,0xd4,0x00,0x00,0x0f,0xff,0xd5,0x5c,0xff,
0xfc,0x10,0x00,0x00,0x06,0xfa,0x03,0xfd,0x90,0x00,0x05,0xf2,0x0a,0x00,0xcf,0xff,
0xff,0xff,0xbc,0xff,0xff,0xf6,0x00,0x00,0x09,0xff,0xff,0xff,0xef,0xff,0xf0,0x00,
0x00,0x06,0xfd,0x6b,0xfd,0x20,0x5d,0x00,0x0d,0x60,0x00,0x61,0x00,0x09,0xff,0xff,
0xf8,0x07,0x30,0x00,0xef,0x00,0x9f,0xff,0xe5,0x6f,0xff,0xf0,0x00,0x00,0x00,0xbf,
0xf8,0xff,0x90,0xb0,0x01,0x05,0x31,0x00,0x03,0x43,0x47,0x00,0x52,0x00,0x00,0x00,
0x00,0x33,0x07,0x00,0x23,0x00,0x01,0x08,0x00,0x01,0x02,0x00,0x0b,0xb0,0x01,0x01,
0x14,0x00,0x0f,0x02,0x00,0x09,0x09,0x23,0x00,0x05,0x20,0x07,0x06,0x02,0x00,0xdd,
0xee,0xdd,0xcb,0xba,0xa9,0x98,0x87,0x76,0x65,0x44,0x33,0x22,0x11,0xc0,0x00,0x01,
0xa6,0x06,0x09,0x02,0x00,0x05,0x30,0x00,0x1f,0x54,0x30,0x00,0x1c,0x0f,0x60,0x00,
0x7d,0x0f,0x90,0x00,0x1d,0x0f,0x30,0x00,0x75,0x1f,0xdc,0xb0,0x01,0x24,0x0f,0xc0,
0x00,0x1d,0x0f,0xe0,0x01,0x62,0x0f,0xca,0x02,0x09,0x02,0x02,0x00,0x0a,0xd0,0x02,
0x02,0x14,0x00,0x0f,0x02,0x00,0x09,0x0f,0x30,0x00,0x2a,0x09,0xfa,0x02,0x0f,0x02,
0x00,0x03,0x04,0x60,0x00,0x50,0x00,0x00,0x00,0x00,0x00,
};
const lv_img_dsc_t test_A4_LZ4_align1 = {
.header.magic = LV_IMAGE_HEADER_MAGIC,
.header.cf = LV_COLOR_FORMAT_A4,
.header.flags = 0 | LV_IMAGE_FLAGS_COMPRESSED,
.header.w = 71,
.header.h = 60,
.header.stride = 48,
.data_size = 875,
.data = test_A4_LZ4_align1_map,
};

View File

@@ -0,0 +1,124 @@
#if defined(LV_LVGL_H_INCLUDE_SIMPLE)
#include "lvgl.h"
#elif defined(LV_BUILD_TEST)
#include "../lvgl.h"
#else
#include "lvgl/lvgl.h"
#endif
#ifndef LV_ATTRIBUTE_MEM_ALIGN
#define LV_ATTRIBUTE_MEM_ALIGN
#endif
#ifndef LV_ATTRIBUTE_IMG_DUST
#define LV_ATTRIBUTE_IMG_DUST
#endif
static const
LV_ATTRIBUTE_MEM_ALIGN LV_ATTRIBUTE_LARGE_CONST LV_ATTRIBUTE_IMG_DUST
uint8_t test_A8_LZ4_align1_map[] = {
0x02,0x00,0x00,0x00,0x6e,0x05,0x00,0x00,0xc0,0x12,0x00,0x00,0x1f,0xff,0x01,0x00,
0x33,0x14,0x00,0x01,0x00,0x14,0xff,0x09,0x00,0x0f,0x02,0x00,0x2a,0x06,0x46,0x00,
0x06,0x0a,0x00,0x0f,0x02,0x00,0x29,0x06,0x46,0x00,0x3c,0xff,0x00,0x00,0xf2,0x00,
0x0f,0x59,0x00,0x0d,0x0c,0x30,0x00,0x11,0xff,0x46,0x00,0x03,0x02,0x00,0x0f,0x50,
0x00,0x07,0x83,0x3f,0x96,0xd6,0xf9,0xf9,0xd6,0x96,0x3f,0x29,0x00,0x06,0x02,0x00,
0x06,0x8d,0x00,0x02,0x02,0x00,0x0f,0x50,0x00,0x12,0x24,0x1a,0x93,0x87,0x00,0x22,
0x93,0x1a,0x37,0x00,0x41,0x6a,0xdf,0xdf,0x6a,0x0a,0x00,0x1a,0xff,0xd2,0x00,0x0f,
0x50,0x00,0x12,0x24,0x1a,0xa7,0x4f,0x00,0x32,0xff,0xff,0xa7,0x51,0x00,0x44,0xdf,
0xff,0xff,0xdf,0x50,0x00,0x01,0x08,0x00,0x02,0x02,0x00,0x0f,0x50,0x00,0x13,0x05,
0x9e,0x00,0x00,0x50,0x02,0x11,0x93,0x3a,0x00,0x09,0x50,0x00,0x02,0x19,0x00,0x02,
0x9e,0x00,0x0f,0xa0,0x00,0x10,0x11,0x3f,0x2c,0x00,0x05,0x02,0x00,0x01,0x44,0x01,
0x08,0xf0,0x00,0x05,0xa2,0x00,0x03,0x0c,0x00,0x06,0x53,0x01,0x0f,0x90,0x01,0x03,
0x15,0x96,0x4b,0x00,0x01,0x02,0x00,0x11,0x96,0xa1,0x00,0x04,0x02,0x00,0x02,0x44,
0x00,0x01,0x19,0x00,0x01,0x4e,0x00,0x0f,0xa0,0x00,0x10,0x11,0xd6,0x2e,0x00,0x05,
0x02,0x00,0x14,0xd6,0x4b,0x00,0x01,0x02,0x00,0x03,0x50,0x00,0x08,0x0a,0x00,0x0f,
0xa0,0x00,0x0d,0x15,0xf9,0x4b,0x00,0x01,0x02,0x00,0xb7,0xf9,0x00,0x00,0x00,0x40,
0xac,0xf2,0xf2,0xac,0x40,0x00,0x46,0x00,0x06,0x02,0x00,0x01,0x5d,0x00,0x02,0x02,
0x00,0x0f,0xf0,0x00,0x03,0x0e,0x50,0x00,0x20,0x40,0xd3,0xea,0x03,0x27,0xd3,0x40,
0x50,0x00,0x0f,0xa0,0x00,0x18,0x0e,0xf0,0x00,0x11,0xac,0xa9,0x00,0x26,0xff,0xac,
0x50,0x00,0x00,0x4a,0x04,0x0f,0x40,0x01,0x15,0x0e,0x90,0x01,0x12,0xf2,0x50,0x00,
0x15,0xf2,0x50,0x00,0x04,0xdf,0x00,0x0f,0x90,0x01,0x12,0x0e,0x30,0x02,0x0c,0x50,
0x00,0x02,0x5f,0x00,0x03,0xa2,0x00,0x0f,0x40,0x01,0x0e,0x0e,0xd0,0x02,0x0b,0xf0,
0x00,0x02,0x9e,0x00,0x04,0x9e,0x01,0x0f,0x50,0x00,0x0f,0x0d,0x70,0x03,0x0a,0x90,
0x01,0x04,0x9e,0x00,0x03,0xa2,0x00,0x0f,0x50,0x00,0x0f,0x0e,0x10,0x04,0x08,0x30,
0x02,0x02,0x9a,0x00,0x04,0x02,0x00,0x0c,0x50,0x00,0x0f,0x02,0x00,0x04,0x0f,0xb0,
0x04,0x07,0x02,0x98,0x00,0x06,0x02,0x00,0x01,0x53,0x00,0x03,0x02,0x00,0x0c,0x6d,
0x00,0x0f,0x02,0x00,0x23,0x06,0x46,0x00,0x06,0x0a,0x00,0x0f,0x02,0x00,0x29,0x06,
0x46,0x00,0x04,0x0a,0x00,0x54,0x12,0x28,0x33,0x26,0x08,0x53,0x00,0x06,0xcb,0x00,
0x0f,0x02,0x00,0x12,0x06,0x46,0x00,0x03,0x0a,0x00,0x30,0x35,0x95,0xdd,0x38,0x07,
0x44,0xfa,0xc4,0x5c,0x01,0x53,0x00,0x0f,0x02,0x00,0x1b,0x04,0x96,0x00,0x02,0x0a,
0x00,0x16,0xb2,0x86,0x00,0x2f,0xbb,0x0b,0x49,0x00,0x1b,0x03,0x02,0x00,0x0a,0x50,
0x00,0x10,0xe9,0xd5,0x07,0x21,0xfe,0xfa,0x56,0x00,0x13,0xa9,0x22,0x00,0x0f,0x02,
0x00,0x1b,0x0a,0x50,0x00,0x81,0xe5,0xff,0xff,0xe5,0x49,0x09,0x03,0x3c,0xf5,0x00,
0x1f,0x2b,0x4a,0x00,0x1b,0x02,0x02,0x00,0x0a,0x50,0x00,0x90,0xe1,0xff,0xff,0xa3,
0x00,0x00,0x00,0x00,0x44,0x7d,0x08,0x12,0x6f,0x22,0x00,0xa4,0x00,0x00,0x14,0x76,
0xbb,0xdd,0xe6,0xd3,0x9e,0x37,0x10,0x00,0x0f,0x02,0x00,0x09,0x0a,0x50,0x00,0x90,
0xbe,0xdc,0xdc,0x6b,0x00,0x00,0x00,0x00,0x09,0xcd,0x08,0x13,0x89,0x38,0x00,0x21,
0x53,0xf8,0x00,0x01,0x33,0xff,0xfe,0x7b,0x11,0x00,0x0f,0x02,0x00,0x09,0x0a,0x50,
0x00,0x02,0x02,0x00,0x30,0x0e,0x14,0x14,0x1d,0x09,0x12,0x90,0x0e,0x00,0xbf,0x00,
0x6c,0xff,0xff,0xe0,0x8b,0x83,0xda,0xff,0xff,0xff,0xa2,0x00,0x10,0x0b,0x50,0x00,
0x42,0x01,0x52,0xa3,0xe2,0x8f,0x01,0x06,0x50,0x00,0xb3,0x68,0xff,0xff,0x40,0x00,
0x00,0x13,0xf1,0xff,0xff,0x8c,0x62,0x00,0x0a,0x02,0x00,0x05,0xf8,0x04,0x02,0xa9,
0x05,0x04,0x1d,0x00,0x62,0xff,0x00,0x00,0x00,0x1d,0xca,0xdb,0x00,0x01,0x02,0x00,
0x04,0x50,0x00,0xb4,0x41,0xa4,0xa4,0x12,0x00,0x00,0x00,0xc5,0xff,0xff,0xa8,0x2c,
0x00,0x0f,0x02,0x00,0x07,0x09,0x50,0x00,0x11,0x0d,0xd8,0x01,0x48,0xe7,0xc1,0xb8,
0xb8,0xa0,0x00,0x82,0x00,0x00,0x12,0x55,0x7a,0x8c,0x90,0xe4,0xe4,0x05,0x01,0x02,
0x00,0x51,0x14,0x5e,0x7e,0x6c,0x1e,0x0a,0x00,0x0c,0x02,0x00,0x09,0x50,0x00,0x10,
0x79,0x54,0x0a,0x23,0x79,0x03,0x3a,0x04,0x04,0xa0,0x00,0x31,0x01,0x81,0xf7,0xb0,
0x00,0x06,0x50,0x00,0x7c,0x12,0xf7,0xfe,0xe1,0xfc,0xf9,0x42,0x4c,0x00,0x04,0x16,
0x03,0x02,0x02,0x00,0x81,0xff,0x00,0x00,0xbb,0xff,0xff,0xff,0xd4,0x0e,0x00,0x08,
0xa0,0x00,0x86,0x82,0xff,0xff,0xff,0xbc,0x8d,0x88,0xe2,0x50,0x00,0x71,0x13,0xff,
0x7e,0x00,0x5d,0xff,0xb4,0x2a,0x00,0x0f,0x40,0x01,0x09,0xa7,0xd1,0xff,0xff,0xff,
0xc8,0x00,0x00,0x00,0x00,0x2a,0x50,0x00,0x96,0x03,0xf3,0xff,0xff,0x8e,0x00,0x00,
0x00,0xc0,0x50,0x00,0x73,0x02,0x22,0x49,0x61,0x84,0xff,0xcf,0x50,0x00,0x09,0x02,
0x00,0x09,0xf0,0x00,0x10,0xb5,0x44,0x0b,0x50,0x70,0x18,0x1f,0x6c,0xec,0x4d,0x0b,
0x12,0x94,0x29,0x00,0x96,0x19,0xff,0xff,0xff,0x56,0x00,0x00,0x03,0xd4,0x50,0x00,
0x72,0x10,0xcc,0xff,0xde,0xd9,0xff,0xd0,0x20,0x00,0x0a,0x02,0x00,0x09,0x50,0x00,
0x13,0x64,0x28,0x01,0x02,0x02,0x00,0xf2,0x05,0xfb,0xdc,0x4c,0x00,0x00,0x00,0x00,
0x07,0xf7,0xff,0xff,0xd4,0x58,0x5f,0xc5,0xff,0xff,0xff,0xc1,0x1f,0x3d,0x00,0x55,
0x6c,0xff,0xa4,0x00,0x30,0x50,0x00,0x0f,0x30,0x02,0x07,0x22,0x04,0xc2,0x4a,0x00,
0x31,0xff,0xb3,0xc5,0x09,0x00,0x11,0x64,0x3f,0x00,0x11,0x95,0x0c,0x00,0x20,0xff,
0xe1,0x01,0x0c,0x11,0x0c,0x12,0x00,0x81,0x64,0xff,0xd5,0x64,0xbe,0xff,0xdf,0x26,
0x0d,0x00,0x0a,0x02,0x00,0x09,0xa0,0x00,0xb1,0x00,0x0a,0x92,0xf6,0xff,0xff,0xff,
0xf3,0x83,0x05,0x72,0x44,0x00,0x02,0x50,0x00,0x86,0x07,0x97,0xfa,0xff,0xff,0xeb,
0x5c,0x60,0x50,0x00,0x82,0x09,0xbc,0xff,0xfb,0x83,0xf9,0xff,0x9c,0x4b,0x00,0x0f,
0xa0,0x00,0x07,0x7d,0x00,0x00,0x00,0x0a,0x3b,0x4e,0x3c,0xfa,0x04,0x41,0x0e,0x37,
0x31,0x06,0x1e,0x00,0x05,0x02,0x00,0x25,0x14,0x0f,0x0b,0x00,0x0a,0x02,0x00,0x0a,
0xa0,0x00,0x0f,0x02,0x00,0x2f,0x09,0x50,0x00,0x01,0xe5,0x00,0x0f,0x02,0x00,0x09,
0xf2,0x0f,0xfb,0xf2,0xe9,0xe1,0xd9,0xd0,0xc7,0xbf,0xb6,0xae,0xa5,0x9d,0x94,0x8c,
0x83,0x7a,0x71,0x69,0x60,0x58,0x4f,0x47,0x3e,0x36,0x2d,0x25,0x1c,0x13,0x0b,0x02,
0x8d,0x02,0x04,0x94,0x00,0x0f,0xb0,0x09,0x00,0x0d,0x02,0x00,0x81,0xfb,0xf2,0xea,
0xe1,0xd8,0xd0,0xc8,0xbe,0x50,0x00,0xbf,0x8b,0x83,0x7a,0x72,0x69,0x60,0x58,0x50,
0x47,0x3e,0x35,0x50,0x00,0x27,0xa4,0xe9,0xe1,0xd8,0xd0,0xc7,0xbe,0xb6,0xad,0xa5,
0x9c,0x50,0x00,0x01,0xa0,0x00,0x1f,0x24,0xa0,0x00,0x23,0x32,0xfa,0xf3,0xea,0x50,
0x00,0x66,0xae,0xa5,0x9d,0x94,0x8b,0x82,0xa0,0x00,0x3f,0x24,0x1c,0x14,0xf0,0x00,
0x27,0x03,0x40,0x01,0x03,0x50,0x00,0x1f,0x4f,0xf0,0x00,0x2a,0x01,0xa0,0x00,0x32,
0xbf,0xb6,0xad,0x40,0x01,0x35,0x71,0x69,0x61,0x90,0x01,0x1f,0x0a,0x90,0x01,0x22,
0x03,0xe0,0x01,0x87,0xad,0xa5,0x9d,0x94,0x8c,0x82,0x7a,0x72,0x50,0x00,0x0f,0xf0,
0x00,0x23,0x57,0xe9,0xe1,0xd9,0xd0,0xc8,0x90,0x01,0x03,0xa0,0x00,0x5f,0x24,0x1c,
0x14,0x0a,0x03,0x30,0x02,0x23,0x03,0x80,0x02,0x4f,0x9c,0x94,0x8c,0x83,0xa0,0x00,
0x2e,0x61,0xfa,0xf2,0xea,0xe1,0xd9,0xcf,0x90,0x01,0x01,0x30,0x02,0x01,0x40,0x01,
0x5f,0x46,0x3e,0x35,0x2d,0x24,0x40,0x01,0x23,0x18,0xfa,0x20,0x03,0x04,0xe0,0x01,
0x21,0x46,0x3f,0x50,0x00,0x0f,0x40,0x01,0x25,0x01,0x30,0x02,0x41,0xad,0xa5,0x9d,
0x93,0xf0,0x00,0x4f,0x60,0x58,0x50,0x46,0xd0,0x02,0x28,0x01,0x70,0x03,0x01,0xf0,
0x00,0x01,0xc0,0x03,0x07,0x90,0x01,0x0f,0xc0,0x03,0x26,0x0a,0x90,0x01,0x51,0x60,
0x57,0x50,0x47,0x3f,0xa0,0x00,0x0f,0x80,0x02,0x00,0x0f,0x02,0x00,0x30,0x09,0x60,
0x04,0x0f,0x02,0x00,0x30,0x0f,0x50,0x00,0x48,0x0d,0xee,0x04,0x0f,0x02,0x00,0x22,
0x90,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
};
const lv_img_dsc_t test_A8_LZ4_align1 = {
.header.magic = LV_IMAGE_HEADER_MAGIC,
.header.cf = LV_COLOR_FORMAT_A8,
.header.flags = 0 | LV_IMAGE_FLAGS_COMPRESSED,
.header.w = 71,
.header.h = 60,
.header.stride = 80,
.data_size = 1402,
.data = test_A8_LZ4_align1_map,
};

View File

@@ -0,0 +1,218 @@
#if defined(LV_LVGL_H_INCLUDE_SIMPLE)
#include "lvgl.h"
#elif defined(LV_BUILD_TEST)
#include "../lvgl.h"
#else
#include "lvgl/lvgl.h"
#endif
#ifndef LV_ATTRIBUTE_MEM_ALIGN
#define LV_ATTRIBUTE_MEM_ALIGN
#endif
#ifndef LV_ATTRIBUTE_IMG_DUST
#define LV_ATTRIBUTE_IMG_DUST
#endif
static const
LV_ATTRIBUTE_MEM_ALIGN LV_ATTRIBUTE_LARGE_CONST LV_ATTRIBUTE_IMG_DUST
uint8_t test_ARGB8888_LZ4_align1_map[] = {
0x02,0x00,0x00,0x00,0x45,0x0b,0x00,0x00,0x80,0x43,0x00,0x00,0x2f,0x00,0xff,0x02,
0x00,0xff,0x09,0x31,0x00,0x00,0x00,0x1e,0x01,0x0f,0x01,0x00,0xff,0x02,0x04,0x18,
0x01,0x04,0x08,0x00,0x0f,0x02,0x00,0xfd,0x04,0x18,0x01,0x04,0x08,0x00,0x02,0x02,
0x00,0x11,0xff,0x52,0x02,0x0f,0x08,0x00,0x04,0x0f,0x01,0x00,0x0d,0x02,0x43,0x00,
0x0f,0x02,0x00,0x69,0x2f,0xff,0xff,0x04,0x00,0x2f,0x03,0x02,0x00,0x04,0x18,0x01,
0x04,0x08,0x00,0x02,0x02,0x00,0x0f,0x1c,0x01,0x06,0x0f,0x20,0x01,0x2d,0xf3,0x01,
0xff,0x00,0x00,0x3f,0xff,0x00,0x00,0x96,0xff,0x00,0x00,0xd6,0xff,0x00,0x00,0xf9,
0x04,0x00,0x13,0xd6,0x14,0x00,0x12,0x3f,0x7f,0x00,0x0f,0x02,0x00,0x2d,0x0f,0xa4,
0x01,0x2d,0x07,0x40,0x00,0x04,0x18,0x01,0x04,0x08,0x00,0x02,0x02,0x00,0x0f,0x20,
0x01,0x3e,0x8f,0xff,0x00,0x00,0x1a,0xff,0x00,0x00,0x93,0xd9,0x01,0x10,0x52,0x93,
0xff,0x00,0x00,0x1a,0x87,0x00,0x0e,0x02,0x00,0x83,0xff,0x00,0x00,0x6a,0xff,0x00,
0x00,0xdf,0x04,0x00,0x1e,0x6a,0x22,0x00,0x01,0x4d,0x05,0x02,0x34,0x04,0x01,0x08,
0x00,0x0f,0x4c,0x02,0x1d,0x08,0x40,0x00,0x01,0x46,0x03,0x02,0x4c,0x00,0x04,0x08,
0x00,0x02,0x02,0x00,0x0f,0x20,0x01,0x3a,0x03,0x1c,0x01,0x1f,0xa7,0x1c,0x01,0x10,
0x04,0xcd,0x00,0x1f,0xa7,0x24,0x01,0x05,0x03,0x18,0x01,0x04,0x28,0x00,0x12,0xdf,
0xaf,0x00,0x0c,0x02,0x00,0x04,0x00,0x02,0x04,0x08,0x00,0x0f,0x02,0x00,0x15,0x04,
0x30,0x00,0x04,0x08,0x00,0x0f,0x20,0x01,0x56,0x0f,0x38,0x02,0x11,0x04,0xf4,0x00,
0x04,0x08,0x00,0x11,0x93,0xa0,0x00,0x0b,0x02,0x00,0x0f,0x20,0x01,0x23,0x04,0x53,
0x00,0x0f,0x08,0x00,0x09,0x08,0x38,0x02,0x0f,0x20,0x01,0x57,0x03,0x70,0x04,0x0f,
0x99,0x00,0x09,0x0f,0x1c,0x00,0x09,0x0d,0x90,0x04,0x0f,0x60,0x03,0x1f,0x08,0xf8,
0x00,0x0f,0x02,0x00,0x05,0x04,0x10,0x01,0x0c,0x08,0x00,0x0f,0x40,0x02,0x4f,0x03,
0x78,0x05,0x0f,0x04,0x01,0x09,0x0f,0x1c,0x00,0x09,0x11,0x96,0xa4,0x00,0x0f,0x02,
0x00,0x1e,0x0c,0xe8,0x00,0x08,0x10,0x00,0x0c,0x6f,0x00,0x08,0x40,0x01,0x08,0x28,
0x00,0x03,0x02,0x00,0x04,0x78,0x04,0x04,0x08,0x00,0x02,0x02,0x00,0x0f,0x80,0x04,
0x36,0x03,0xa8,0x06,0x0c,0x95,0x00,0x0f,0x10,0x00,0x15,0x12,0xd6,0x8f,0x00,0x0f,
0x02,0x00,0x1d,0x0c,0xe8,0x00,0x0c,0x10,0x00,0x04,0x02,0x00,0x0c,0x18,0x00,0x0c,
0x10,0x00,0x0f,0x40,0x02,0x03,0x0f,0xdf,0x08,0x0c,0x0f,0x3c,0x01,0x0a,0x01,0x52,
0x00,0x01,0x59,0x00,0x02,0x02,0x00,0x03,0xc0,0x07,0x0f,0x10,0x01,0x15,0x0c,0x28,
0x00,0x12,0xf9,0x46,0x00,0x02,0x02,0x00,0xc3,0xff,0x00,0x00,0x40,0xff,0x00,0x00,
0xac,0xff,0x00,0x00,0xf2,0x04,0x00,0x52,0xac,0xff,0x00,0x00,0x40,0x1e,0x00,0x08,
0x02,0x00,0x0c,0xe8,0x00,0x0f,0x10,0x00,0x25,0x01,0xce,0x00,0x02,0xd0,0x00,0x04,
0x08,0x00,0x01,0x16,0x07,0x0f,0x02,0x00,0x0b,0x01,0x36,0x00,0x01,0xaf,0x00,0x05,
0x10,0x01,0x0c,0x10,0x00,0x05,0x02,0x00,0x0f,0x20,0x01,0x35,0x03,0x1c,0x01,0x1f,
0xd3,0x04,0x07,0x00,0x1e,0xd3,0x24,0x01,0x01,0xa4,0x00,0x01,0xca,0x00,0x01,0x07,
0x00,0x01,0xe8,0x07,0x08,0x48,0x03,0x04,0x02,0x00,0x0f,0x20,0x00,0x05,0x04,0x18,
0x00,0x01,0xe2,0x00,0x0f,0x20,0x01,0x4d,0x1f,0xd6,0xd4,0x00,0x00,0x0c,0x28,0x02,
0x0f,0x10,0x00,0x05,0x05,0x60,0x03,0x03,0x38,0x02,0x0f,0x28,0x00,0x05,0x11,0xac,
0xcc,0x00,0x05,0x02,0x00,0x04,0xe0,0x00,0x0f,0x08,0x00,0x01,0x0c,0x43,0x00,0x08,
0x38,0x01,0x0c,0x30,0x00,0x0f,0x20,0x01,0x52,0x1f,0x96,0x20,0x01,0x28,0x05,0xa0,
0x05,0x03,0x50,0x03,0x0c,0xdd,0x00,0x04,0x10,0x00,0x11,0xf2,0xcc,0x00,0x05,0x02,
0x00,0x0c,0xe8,0x00,0x04,0x10,0x00,0x0f,0x02,0x00,0x05,0x04,0x20,0x00,0x0c,0x08,
0x00,0x0f,0x20,0x01,0x52,0x1f,0x3f,0x20,0x01,0x28,0x05,0xe0,0x07,0x0f,0x20,0x01,
0x2f,0x04,0x4b,0x01,0x0f,0x08,0x00,0x05,0x0f,0x48,0x02,0x01,0x0f,0x20,0x01,0x4f,
0x01,0x76,0x00,0x0f,0x20,0x0a,0x30,0x0f,0x60,0x03,0x2b,0x0f,0x02,0x00,0x15,0x0f,
0x40,0x02,0x5f,0x03,0x20,0x01,0x13,0x1a,0x34,0x0c,0x0f,0xbd,0x01,0x05,0x0c,0x18,
0x00,0x0d,0x60,0x0c,0x0f,0xa0,0x05,0x27,0x0c,0x5b,0x00,0x0f,0x10,0x00,0x0d,0x01,
0xb2,0x00,0x02,0x94,0x05,0x01,0x0b,0x00,0x01,0x84,0x06,0x0f,0xc0,0x06,0x46,0x04,
0x02,0x00,0x03,0x84,0x0d,0x0f,0x68,0x0c,0x11,0x0f,0xa0,0x0e,0x06,0x03,0x24,0x01,
0x0f,0xe0,0x07,0x18,0x0f,0x02,0x00,0x25,0x04,0x48,0x02,0x0f,0x60,0x03,0x03,0x0f,
0x02,0x00,0x49,0x03,0x70,0x0c,0x0f,0xe0,0x10,0x50,0x0f,0x28,0x02,0x0d,0x0f,0x20,
0x00,0x0d,0x03,0x02,0x00,0x0f,0xe0,0x07,0x00,0x0f,0x02,0x00,0xfa,0x0f,0x20,0x01,
0xff,0x38,0xff,0x02,0x12,0x00,0x00,0x00,0x28,0x00,0x00,0x00,0x33,0x00,0x00,0x00,
0x26,0x00,0x00,0x00,0x08,0x68,0x02,0x10,0x0c,0x58,0x0b,0x0f,0x10,0x00,0x99,0x02,
0x02,0x00,0x0f,0x40,0x02,0x0b,0x91,0x35,0x00,0x00,0x00,0x95,0x00,0x00,0x00,0xdd,
0xaa,0x04,0x0a,0xe0,0x00,0xd2,0xfa,0x00,0x00,0x00,0xc4,0x00,0x00,0x00,0x5c,0x00,
0x00,0x00,0x01,0x4d,0x00,0x0f,0x02,0x00,0xc0,0x0f,0x20,0x01,0x07,0x1f,0xb2,0x14,
0x01,0x00,0x0c,0x24,0x01,0x04,0x10,0x00,0x5f,0xbb,0x00,0x00,0x00,0x0b,0x1e,0x01,
0xc0,0x0f,0x20,0x01,0x09,0x1f,0xe9,0x20,0x01,0x00,0x13,0xfe,0x38,0x02,0x04,0x18,
0x01,0x08,0x08,0x00,0x1f,0xa9,0x20,0x01,0xdc,0x17,0xe5,0x20,0x01,0xff,0x02,0xe5,
0x00,0x00,0x00,0x49,0x00,0x00,0x00,0x09,0x00,0x00,0x00,0x03,0x00,0x00,0x00,0x3c,
0x74,0x03,0x04,0x1f,0x2b,0x24,0x01,0xbe,0x0f,0x60,0x03,0x07,0x17,0xe1,0x20,0x01,
0x1f,0xa3,0xf8,0x00,0x00,0x17,0x44,0x20,0x00,0x04,0x48,0x02,0x1f,0x6f,0x28,0x00,
0x00,0x0c,0x02,0x00,0x53,0x14,0x00,0x00,0x00,0x76,0x94,0x03,0xfc,0x02,0xdd,0x00,
0x00,0x00,0xe6,0x00,0x00,0x00,0xd3,0x00,0x00,0x00,0x9e,0x00,0x00,0x00,0x37,0x2d,
0x00,0x0f,0x02,0x00,0x6e,0x0f,0x20,0x01,0x07,0x53,0xbe,0x00,0x00,0x00,0xdc,0x04,
0x00,0x1f,0x6b,0xa8,0x00,0x00,0x1f,0x09,0x20,0x01,0x00,0x1f,0x89,0x28,0x00,0x00,
0x08,0x02,0x00,0x5f,0x53,0x00,0x00,0x00,0xf8,0x38,0x00,0x00,0x04,0x60,0x01,0x58,
0xfe,0x00,0x00,0x00,0x7b,0x31,0x00,0x0f,0x02,0x00,0x6e,0x0f,0x20,0x01,0x07,0x0f,
0x02,0x00,0x05,0x13,0x0e,0x04,0x02,0x1f,0x14,0xe8,0x00,0x00,0x1f,0x90,0x35,0x00,
0x05,0x03,0x02,0x00,0x17,0x6c,0x34,0x00,0xd7,0xe0,0x00,0x00,0x00,0x8b,0x00,0x00,
0x00,0x83,0x00,0x00,0x00,0xda,0x18,0x00,0x1f,0xff,0x48,0x02,0x7a,0x0f,0x20,0x01,
0x0b,0x53,0x01,0x00,0x00,0x00,0x52,0x60,0x03,0x1f,0xe2,0x9c,0x05,0x08,0x04,0x00,
0x02,0x0f,0x20,0x01,0x0d,0x17,0x68,0x08,0x01,0x08,0x18,0x15,0x57,0x13,0x00,0x00,
0x00,0xf1,0x1c,0x00,0x13,0x8c,0x50,0x01,0x0f,0x02,0x00,0x3d,0x04,0x78,0x0e,0x04,
0x08,0x00,0x02,0xa2,0x06,0x02,0x08,0x00,0x04,0x02,0x00,0x0a,0x10,0x00,0x0f,0x20,
0x01,0x07,0x57,0x1d,0x00,0x00,0x00,0xca,0xb4,0x00,0x04,0x04,0x01,0x0f,0x08,0x00,
0x09,0x0f,0x20,0x01,0x0d,0x53,0x41,0x00,0x00,0x00,0xa4,0x04,0x00,0x14,0x12,0x91,
0x00,0x03,0x02,0x00,0x17,0xc5,0x6c,0x00,0x13,0xa8,0x14,0x00,0x0f,0x02,0x00,0x6f,
0x0f,0x20,0x01,0x03,0x1f,0x0d,0xa0,0x06,0x04,0x93,0xe7,0x00,0x00,0x00,0xc1,0x00,
0x00,0x00,0xb8,0x04,0x00,0x0c,0x2c,0x01,0x0f,0x20,0x01,0x0d,0x04,0x02,0x00,0x93,
0x12,0x00,0x00,0x00,0x55,0x00,0x00,0x00,0x7a,0x2c,0x02,0x57,0x90,0x00,0x00,0x00,
0xe4,0x20,0x01,0x0b,0x30,0x15,0x0f,0x02,0x00,0x02,0x93,0x14,0x00,0x00,0x00,0x5e,
0x00,0x00,0x00,0x7e,0xb8,0x03,0x1f,0x1e,0x26,0x00,0x02,0x0f,0x02,0x00,0x2d,0x0f,
0x20,0x01,0x03,0x17,0x79,0xac,0x00,0x04,0x04,0x01,0x13,0x79,0xdc,0x07,0x08,0x02,
0x00,0x04,0x1c,0x00,0x04,0x08,0x00,0x0f,0x20,0x01,0x0d,0x9f,0x01,0x00,0x00,0x00,
0x81,0x00,0x00,0x00,0xf7,0x60,0x00,0x00,0x04,0x44,0x00,0x0f,0x20,0x01,0x11,0x13,
0x12,0x44,0x00,0x13,0xfe,0x68,0x07,0x22,0xfc,0x00,0xec,0x18,0x18,0x42,0x9d,0x00,
0x0f,0x02,0x00,0x32,0x0f,0x20,0x01,0x03,0x1b,0xbb,0xc0,0x00,0x1f,0xd4,0x6c,0x00,
0x04,0x08,0xd4,0x00,0x0f,0x20,0x01,0x11,0x1b,0x82,0x58,0x00,0x93,0xbc,0x00,0x00,
0x00,0x8d,0x00,0x00,0x00,0x88,0xe0,0x04,0x04,0x50,0x00,0x0f,0x40,0x02,0x0d,0x13,
0x13,0x48,0x00,0x13,0x7e,0x98,0x00,0x13,0x5d,0x10,0x00,0x13,0xb4,0x10,0x00,0x0f,
0x02,0x00,0x05,0x04,0x5c,0x04,0x04,0x08,0x00,0x0f,0x80,0x04,0x25,0x13,0xd1,0x70,
0x00,0x04,0xb0,0x00,0x12,0xc8,0x4b,0x00,0x09,0x02,0x00,0x1b,0x2a,0x24,0x00,0x0f,
0x20,0x01,0x0d,0x57,0x03,0x00,0x00,0x00,0xf3,0x34,0x00,0x19,0x8e,0x4e,0x00,0x37,
0x00,0x00,0xc0,0x1c,0x00,0x0f,0x20,0x01,0x0d,0x53,0x02,0x00,0x00,0x00,0x22,0xb4,
0x0a,0x53,0x61,0x00,0x00,0x00,0x84,0x3c,0x00,0x1b,0xcf,0x54,0x00,0x0f,0x02,0x00,
0x2f,0x0f,0x40,0x02,0x03,0x13,0xb5,0x70,0x00,0x04,0x20,0x01,0xd3,0xff,0x00,0x00,
0x00,0x70,0x00,0x00,0x00,0x18,0x00,0x00,0x00,0x1f,0xf0,0x03,0x1f,0xec,0x24,0x00,
0x00,0x1f,0x94,0x91,0x00,0x08,0x1b,0x19,0x30,0x00,0x17,0x56,0x2c,0x00,0x13,0x03,
0xa4,0x02,0x04,0x70,0x00,0x0f,0x20,0x01,0x0d,0x53,0x10,0x00,0x00,0x00,0xcc,0x50,
0x00,0x53,0xde,0x00,0x00,0x00,0xd9,0x0c,0x00,0x17,0xd0,0x54,0x00,0x0f,0x02,0x00,
0x33,0x0f,0x20,0x01,0x03,0x13,0x64,0x70,0x00,0x04,0xb0,0x00,0x0f,0x08,0x00,0x15,
0x13,0xfb,0x50,0x0a,0x1f,0x4c,0x9d,0x00,0x00,0x13,0x07,0x34,0x04,0x04,0x4c,0x00,
0x9b,0xd4,0x00,0x00,0x00,0x58,0x00,0x00,0x00,0x5f,0xbc,0x06,0x13,0xff,0x04,0x06,
0x1f,0x1f,0x44,0x00,0x00,0x04,0x02,0x00,0x04,0x48,0x09,0x13,0xa4,0x11,0x00,0x13,
0x30,0xb0,0x00,0x0f,0x20,0x01,0x0d,0x04,0x58,0x03,0x04,0x08,0x00,0x0f,0x60,0x03,
0x25,0x53,0x04,0x00,0x00,0x00,0xc2,0x74,0x00,0x04,0xd0,0x00,0x0c,0x08,0x00,0x1f,
0xb3,0xd8,0x00,0x00,0x04,0x24,0x00,0x12,0x64,0x7b,0x00,0x0d,0x02,0x00,0x1f,0x95,
0x54,0x00,0x08,0x08,0xd0,0x0c,0x04,0x48,0x00,0x1d,0x0c,0x42,0x00,0x02,0x02,0x00,
0x04,0xc0,0x01,0x13,0xd5,0x0c,0x00,0x13,0xbe,0x58,0x00,0x13,0xdf,0x9c,0x12,0x0f,
0x02,0x00,0x37,0x0f,0x40,0x02,0x03,0xd3,0x00,0x00,0x00,0x00,0x0a,0x00,0x00,0x00,
0x92,0x00,0x00,0x00,0xf6,0x7c,0x00,0x04,0xb4,0x00,0x13,0xf3,0xf4,0x0a,0x5b,0x05,
0x00,0x00,0x00,0x72,0x1c,0x00,0x04,0x24,0x00,0x0f,0x20,0x01,0x05,0x5b,0x07,0x00,
0x00,0x00,0x97,0x68,0x0a,0x13,0xeb,0x44,0x12,0x1f,0x60,0x4c,0x00,0x00,0x0f,0x20,
0x01,0x05,0x13,0x09,0xdc,0x05,0x04,0xb4,0x02,0x13,0x83,0xc0,0x06,0x52,0xff,0x00,
0x00,0x00,0x9c,0xbf,0x00,0x0f,0x02,0x00,0x02,0x04,0x38,0x02,0x04,0x08,0x00,0x0f,
0x40,0x02,0x25,0x08,0x02,0x00,0x93,0x0a,0x00,0x00,0x00,0x3b,0x00,0x00,0x00,0x4e,
0xb8,0x0f,0x0f,0xe8,0x11,0x31,0x13,0x0e,0x44,0x0c,0x58,0x31,0x00,0x00,0x00,0x06,
0x6d,0x00,0x0f,0x02,0x00,0x1c,0x5f,0x14,0x00,0x00,0x00,0x0f,0x34,0x00,0x1c,0x0f,
0x02,0x00,0x1b,0x0f,0x40,0x02,0x07,0x0f,0x02,0x00,0xf3,0x0f,0x20,0x01,0x00,0xf1,
0x2a,0xf7,0xff,0x00,0xff,0xe5,0xff,0x00,0xff,0xd4,0xff,0x00,0xff,0xc3,0xff,0x00,
0xff,0xb2,0xff,0x00,0xff,0xa0,0xff,0x00,0xff,0x90,0xff,0x00,0xff,0x7f,0xff,0x00,
0xff,0x6e,0xff,0x00,0xff,0x5c,0xff,0x00,0xff,0x4b,0xff,0x00,0xff,0x3a,0xff,0x00,
0xff,0x29,0xff,0x00,0xff,0x17,0xff,0x00,0xff,0x02,0x84,0x2f,0xfc,0x2a,0x0f,0xff,
0x00,0xff,0x20,0xff,0x00,0xff,0x31,0xff,0x00,0xff,0x43,0xff,0x00,0xff,0x54,0xff,
0x00,0xff,0x64,0xff,0x00,0xff,0x76,0xff,0x00,0xff,0x87,0xff,0x00,0xff,0x98,0xff,
0x00,0xff,0xa9,0xff,0x00,0xff,0xbb,0xff,0x00,0xff,0xcc,0xff,0x00,0xff,0xdd,0xff,
0x00,0xff,0xee,0xff,0x00,0xff,0xff,0x04,0x00,0xfd,0x66,0xfb,0x00,0xff,0xff,0xf2,
0x00,0xff,0xff,0xe9,0x00,0xff,0xff,0xe1,0x00,0xff,0xff,0xd9,0x00,0xff,0xff,0xd0,
0x00,0xff,0xff,0xc7,0x00,0xff,0xff,0xbf,0x00,0xff,0xff,0xb6,0x00,0xff,0xff,0xae,
0x00,0xff,0xff,0xa5,0x00,0xff,0xff,0x9d,0x00,0xff,0xff,0x94,0x00,0xff,0xff,0x8c,
0x00,0xff,0xff,0x83,0x00,0xff,0xff,0x7a,0x00,0xff,0xff,0x71,0x00,0xff,0xff,0x69,
0x00,0xff,0xff,0x60,0x00,0xff,0xff,0x58,0x00,0xff,0xff,0x4f,0x00,0xff,0xff,0x47,
0x00,0xff,0xff,0x3e,0x00,0xff,0xff,0x36,0x00,0xff,0xff,0x2d,0x00,0xff,0xff,0x25,
0x00,0xff,0xff,0x1c,0x00,0xff,0xff,0x13,0x00,0xff,0xff,0x0b,0x00,0xff,0xff,0x02,
0x16,0x02,0x0f,0x20,0x01,0x18,0x1f,0x8f,0x20,0x01,0x1e,0x1f,0x42,0x20,0x01,0x08,
0x5f,0xba,0xff,0x00,0xff,0xcb,0x20,0x01,0x11,0x13,0xea,0x20,0x01,0x13,0xd8,0x20,
0x01,0x5f,0xc8,0x00,0xff,0xff,0xbe,0x20,0x01,0x04,0x17,0x8b,0x20,0x01,0x1b,0x72,
0x20,0x01,0x17,0x50,0x20,0x01,0x1f,0x35,0x20,0x01,0x29,0x1f,0xf6,0x40,0x02,0x00,
0x17,0xa1,0x20,0x01,0x1f,0x6d,0x40,0x02,0x16,0x04,0x20,0x01,0x1f,0x65,0x40,0x02,
0x00,0x1f,0xba,0x40,0x02,0x1d,0x04,0x20,0x01,0x17,0xc7,0x20,0x01,0x13,0xad,0x40,
0x02,0x13,0x9c,0x40,0x02,0x0f,0x20,0x01,0x09,0x0f,0x40,0x02,0x01,0x1f,0x24,0x40,
0x02,0x35,0x13,0xa1,0x60,0x03,0x1f,0x7e,0x60,0x03,0x04,0x1d,0x13,0x60,0x03,0x17,
0x32,0x60,0x03,0x0f,0x20,0x01,0x09,0x1f,0xdc,0x60,0x03,0x05,0x5f,0xfa,0x00,0xff,
0xff,0xf3,0x40,0x02,0x00,0x08,0x20,0x01,0x0c,0x60,0x03,0x53,0x8b,0x00,0xff,0xff,
0x82,0x60,0x03,0x0f,0x40,0x02,0x11,0x04,0x20,0x01,0x1f,0x14,0x60,0x03,0x19,0x0c,
0x40,0x02,0x1b,0xb1,0x80,0x04,0x0f,0x40,0x02,0x01,0x1d,0x14,0x20,0x01,0x0f,0x40,
0x02,0x11,0x0f,0x60,0x03,0x22,0x0f,0x80,0x04,0x09,0x0f,0x20,0x01,0x09,0x08,0x40,
0x02,0x0f,0x60,0x03,0x2a,0x0f,0xa0,0x05,0x01,0x0c,0x40,0x02,0x17,0x5d,0xa0,0x05,
0x1f,0x28,0x40,0x02,0x02,0x08,0xa0,0x05,0x0c,0x40,0x02,0x13,0xaa,0x60,0x03,0x0f,
0x20,0x01,0x2e,0x04,0x60,0x03,0x04,0xa0,0x05,0x08,0x60,0x03,0x04,0xa0,0x05,0x1f,
0x61,0xa0,0x05,0x14,0x1f,0x0a,0xa0,0x05,0x29,0x0c,0x20,0x01,0x0c,0xc0,0x06,0x0f,
0x40,0x02,0x07,0x1f,0x53,0xc0,0x06,0x49,0x0c,0x20,0x01,0x1f,0x8c,0x60,0x03,0x00,
0x0f,0x20,0x01,0x15,0x0f,0xc0,0x06,0x16,0x57,0xf6,0xff,0x00,0xff,0xe6,0xe0,0x07,
0x13,0xb1,0x20,0x01,0x0f,0xc0,0x06,0x05,0x1f,0x25,0x20,0x01,0x0a,0x0f,0x40,0x02,
0x01,0x08,0xe0,0x07,0x0f,0x80,0x04,0x06,0x0f,0xe0,0x07,0x05,0x08,0xc0,0x06,0x04,
0x20,0x01,0x0f,0xa0,0x05,0x09,0x0f,0x20,0x01,0x09,0x08,0x80,0x04,0x5c,0x0a,0x00,
0xff,0xff,0x03,0xdf,0x07,0x0f,0x00,0x24,0x01,0x1b,0xf7,0x20,0x01,0x17,0xb2,0x20,
0x01,0x1f,0x7e,0x80,0x04,0x00,0x1d,0x24,0x60,0x03,0x13,0x21,0x00,0x09,0x0f,0xc0,
0x06,0x11,0x0f,0x20,0x01,0x0e,0x04,0xe0,0x07,0x0f,0x00,0x09,0x09,0x04,0x20,0x01,
0x08,0x00,0x09,0x04,0xa0,0x05,0x0f,0x20,0x01,0x09,0x0f,0x00,0x09,0x3e,0x0f,0x20,
0x01,0x05,0x0a,0x60,0x03,0x1b,0x21,0xc0,0x06,0x5b,0x64,0xff,0x00,0xff,0x75,0x20,
0x0a,0x0f,0xe0,0x07,0x0e,0x13,0xfa,0x20,0x0a,0x08,0x20,0x01,0x1f,0xcf,0x20,0x0a,
0x04,0x04,0x20,0x01,0x0f,0x80,0x04,0x0d,0x13,0x46,0x20,0x0a,0x04,0xa0,0x05,0x04,
0x40,0x02,0x13,0x13,0x40,0x02,0x0f,0x20,0x0a,0x12,0x0c,0xc0,0x06,0x04,0x40,0x0b,
0x04,0x60,0x03,0x08,0xc0,0x06,0x13,0x36,0x40,0x02,0x0a,0x20,0x01,0x04,0x40,0x0b,
0x04,0x80,0x04,0x0c,0xa0,0x05,0x13,0xa9,0xa0,0x05,0x0f,0x40,0x0b,0x0a,0x04,0x20,
0x01,0x0f,0x40,0x0b,0x19,0x0f,0xc0,0x06,0x0d,0x5f,0x46,0x00,0xff,0xff,0x3f,0x20,
0x01,0x04,0x0f,0x80,0x04,0x1e,0x1f,0xd5,0x60,0x0c,0x10,0x13,0x35,0x20,0x01,0x0f,
0x00,0x09,0x03,0x04,0x20,0x01,0x0f,0x40,0x02,0x05,0x1f,0xcb,0x60,0x03,0x11,0x04,
0x20,0x01,0x08,0x20,0x0a,0x04,0x60,0x0c,0x04,0x80,0x04,0x5b,0x9d,0x00,0xff,0xff,
0x93,0x60,0x0c,0x04,0x60,0x03,0x04,0x60,0x0c,0x13,0x50,0x20,0x01,0x08,0x60,0x0c,
0x08,0x40,0x02,0x0f,0x20,0x01,0x1e,0x04,0x80,0x0d,0x08,0xa0,0x05,0x0c,0x60,0x03,
0x0f,0x20,0x01,0x0f,0x0f,0xa0,0x05,0x05,0x0f,0x60,0x0c,0x0e,0x04,0x40,0x02,0x04,
0x60,0x03,0x0f,0x20,0x01,0x01,0x0c,0x20,0x0a,0x0f,0x80,0x04,0x1d,0x0f,0x20,0x01,
0x26,0x0c,0xa0,0x0e,0x08,0xe0,0x07,0x04,0x60,0x03,0x13,0x47,0x60,0x03,0x1d,0x25,
0xa0,0x05,0x13,0x20,0x80,0x04,0x04,0xa0,0x05,0x08,0xa0,0x0e,0x17,0x99,0x00,0x09,
0x0f,0x60,0x03,0x0a,0x04,0xc0,0x06,0x04,0x20,0x01,0x0f,0xa0,0x05,0x25,0x53,0x60,
0x00,0xff,0xff,0x57,0x40,0x02,0x13,0x47,0x60,0x03,0x13,0x36,0x80,0x0d,0x08,0x20,
0x01,0x0f,0x00,0x09,0x16,0x0f,0x02,0x00,0xfa,0x0f,0xc0,0x0f,0x00,0x0f,0x02,0x00,
0xfa,0x0f,0x20,0x01,0xff,0x1a,0x0f,0x02,0x00,0xff,0x04,0x50,0xff,0x00,0x00,0x00,
0x00,
};
const lv_img_dsc_t test_ARGB8888_LZ4_align1 = {
.header.magic = LV_IMAGE_HEADER_MAGIC,
.header.cf = LV_COLOR_FORMAT_ARGB8888,
.header.flags = 0 | LV_IMAGE_FLAGS_COMPRESSED,
.header.w = 71,
.header.h = 60,
.header.stride = 288,
.data_size = 2897,
.data = test_ARGB8888_LZ4_align1_map,
};

View File

@@ -0,0 +1,62 @@
#if defined(LV_LVGL_H_INCLUDE_SIMPLE)
#include "lvgl.h"
#elif defined(LV_BUILD_TEST)
#include "../lvgl.h"
#else
#include "lvgl/lvgl.h"
#endif
#ifndef LV_ATTRIBUTE_MEM_ALIGN
#define LV_ATTRIBUTE_MEM_ALIGN
#endif
#ifndef LV_ATTRIBUTE_IMG_DUST
#define LV_ATTRIBUTE_IMG_DUST
#endif
static const
LV_ATTRIBUTE_MEM_ALIGN LV_ATTRIBUTE_LARGE_CONST LV_ATTRIBUTE_IMG_DUST
uint8_t test_I1_LZ4_align1_map[] = {
0x02,0x00,0x00,0x00,0x93,0x01,0x00,0x00,0xc8,0x03,0x00,0x00,0x9b,0x56,0x82,0x0a,
0xfa,0x43,0xbe,0xeb,0x3b,0x00,0x01,0x00,0x22,0x7f,0xff,0x01,0x00,0x13,0xfc,0x18,
0x00,0x0c,0x10,0x00,0x93,0x60,0x00,0x1f,0xff,0xff,0xff,0xe0,0x00,0x0c,0x20,0x00,
0x96,0x60,0x00,0x1f,0xf0,0xff,0xff,0xef,0xff,0xec,0x10,0x00,0x66,0xc0,0x3f,0xe7,
0xe8,0x00,0x2c,0x10,0x00,0x69,0x00,0x0f,0xc3,0xeb,0xff,0xac,0x10,0x00,0x26,0xea,
0x00,0x10,0x00,0x69,0x1e,0x00,0x07,0xe7,0xea,0xfe,0x10,0x00,0x36,0xff,0xea,0x82,
0x10,0x00,0x69,0x1c,0x00,0x03,0xff,0xea,0xba,0x10,0x00,0x39,0xc3,0xea,0xaa,0x10,
0x00,0x1b,0x81,0x20,0x00,0x18,0x00,0x40,0x00,0x4b,0x1e,0x00,0x07,0x00,0x60,0x00,
0x18,0x00,0x80,0x00,0x4a,0x1f,0x00,0x07,0x00,0xa0,0x00,0x29,0x1f,0x81,0xc0,0x00,
0x36,0xc0,0x1f,0xc3,0xe0,0x00,0x57,0x7f,0xff,0xff,0xf0,0x7f,0x00,0x01,0x0c,0x20,
0x01,0x0e,0x10,0x00,0x11,0xf8,0xfa,0x00,0x04,0x30,0x01,0x2a,0x7c,0x03,0x60,0x01,
0x2c,0x70,0x00,0x10,0x00,0x02,0x42,0x00,0x11,0xfc,0x36,0x00,0x4b,0x00,0x00,0x70,
0xf0,0x10,0x00,0x21,0xf8,0x7f,0x12,0x00,0x04,0x20,0x00,0x57,0x71,0xf8,0x3f,0xc0,
0x3f,0x10,0x00,0x57,0x7f,0xf8,0x7f,0xc4,0x1f,0x10,0x00,0x93,0x7e,0x00,0x3f,0xcf,
0x0f,0xff,0xff,0xad,0xdc,0x50,0x00,0x57,0x78,0x00,0x7f,0xcf,0x0f,0x20,0x00,0x49,
0x70,0x00,0x3f,0xfd,0x10,0x00,0x65,0xf8,0x7f,0xe0,0x0f,0xf0,0x7f,0x60,0x00,0x75,
0x60,0xf8,0x3f,0xc1,0x0f,0xf3,0x3f,0x40,0x00,0x76,0x60,0xf8,0x7f,0x87,0x0f,0xfe,
0x3f,0x20,0x00,0x56,0xf0,0x3f,0x8f,0x0f,0xf0,0x10,0x00,0x48,0x70,0x00,0x1f,0x86,
0x30,0x00,0x66,0x70,0x00,0x1f,0x80,0x07,0xf2,0x20,0x00,0x75,0x78,0x1c,0x1f,0xc1,
0x87,0xf0,0x1f,0x50,0x00,0x02,0xde,0x00,0x07,0xc0,0x00,0x02,0x0f,0x01,0x06,0x60,
0x00,0x56,0x00,0x00,0x00,0x01,0x7f,0x20,0x00,0x7a,0x60,0x00,0x00,0x00,0x00,0x01,
0x5f,0x20,0x00,0x29,0x56,0xd7,0x10,0x00,0x3a,0x00,0x0a,0xbf,0x10,0x00,0x2a,0xaa,
0xab,0x10,0x00,0x0b,0x20,0x00,0x3a,0x02,0xaa,0xd6,0x20,0x00,0x1a,0x15,0x60,0x00,
0x3a,0x00,0xaa,0xb7,0x20,0x00,0x29,0x05,0x6d,0x10,0x00,0x2b,0x01,0x55,0x30,0x00,
0x29,0x2a,0xbb,0x20,0x00,0x3a,0x00,0x95,0xae,0x10,0x00,0x16,0x56,0xd0,0x00,0x0f,
0x00,0x01,0x0d,0x0c,0x20,0x00,0x07,0x02,0x00,0x50,0x00,0x00,0x00,0x00,0x00,
};
const lv_img_dsc_t test_I1_LZ4_align1 = {
.header.magic = LV_IMAGE_HEADER_MAGIC,
.header.cf = LV_COLOR_FORMAT_I1,
.header.flags = 0 | LV_IMAGE_FLAGS_COMPRESSED,
.header.w = 71,
.header.h = 60,
.header.stride = 16,
.data_size = 415,
.data = test_I1_LZ4_align1_map,
};

View File

@@ -0,0 +1,76 @@
#if defined(LV_LVGL_H_INCLUDE_SIMPLE)
#include "lvgl.h"
#elif defined(LV_BUILD_TEST)
#include "../lvgl.h"
#else
#include "lvgl/lvgl.h"
#endif
#ifndef LV_ATTRIBUTE_MEM_ALIGN
#define LV_ATTRIBUTE_MEM_ALIGN
#endif
#ifndef LV_ATTRIBUTE_IMG_DUST
#define LV_ATTRIBUTE_IMG_DUST
#endif
static const
LV_ATTRIBUTE_MEM_ALIGN LV_ATTRIBUTE_LARGE_CONST LV_ATTRIBUTE_IMG_DUST
uint8_t test_I2_LZ4_align1_map[] = {
0x02,0x00,0x00,0x00,0x67,0x02,0x00,0x00,0x90,0x07,0x00,0x00,0xfd,0x01,0x5a,0x00,
0x3d,0xf3,0x5e,0xff,0xf4,0xe3,0x21,0xba,0xba,0x08,0x38,0xff,0x13,0xff,0x01,0x00,
0x29,0xfc,0x00,0x01,0x00,0x2b,0xea,0xaa,0x01,0x00,0x19,0xac,0x1f,0x00,0x0f,0x20,
0x00,0x0e,0x53,0xe8,0x00,0x01,0x55,0x56,0x43,0x00,0x5b,0xa8,0x00,0x00,0x00,0x00,
0x40,0x00,0x02,0x20,0x00,0xbf,0xa8,0x00,0x2a,0xaa,0xaa,0xaa,0xa8,0xaa,0xaa,0xaa,
0xa8,0x20,0x00,0x02,0xbf,0x80,0x00,0x02,0xaa,0xa8,0x2a,0xa8,0x80,0x00,0x00,0x08,
0x20,0x00,0x02,0xbf,0x00,0x00,0x00,0xaa,0xa0,0x0a,0xa8,0x8a,0xaa,0xaa,0x88,0x20,
0x00,0x01,0xbf,0xa8,0x00,0x00,0x00,0x2a,0xa0,0x0a,0xa8,0x88,0x00,0x00,0x20,0x00,
0x07,0x6f,0xa8,0x2a,0xa8,0x88,0xaa,0xa8,0x20,0x00,0x02,0xbf,0xa0,0x00,0x00,0x00,
0x0a,0xaa,0xaa,0xa8,0x88,0x80,0x08,0x20,0x00,0x0b,0x2c,0x8a,0x88,0x20,0x00,0x51,
0xe9,0x55,0x54,0x00,0x02,0x40,0x00,0x5f,0xa0,0x0a,0xa8,0x88,0x88,0x20,0x00,0x08,
0x2f,0x80,0x02,0x40,0x00,0x0b,0x2f,0x00,0x00,0x80,0x00,0x01,0x06,0x60,0x00,0x2f,
0x00,0x00,0xc0,0x00,0x01,0x01,0x20,0x00,0x01,0x00,0x01,0x2f,0x00,0x00,0x00,0x01,
0x01,0x09,0x20,0x00,0x0f,0x40,0x01,0x00,0x01,0x20,0x00,0x7f,0xaa,0x00,0x00,0x00,
0xaa,0x80,0x02,0x80,0x01,0x01,0x02,0x20,0x00,0x6f,0x80,0x00,0x02,0xaa,0xa0,0x0a,
0xc0,0x01,0x01,0x02,0x20,0x02,0x03,0xe0,0x01,0x0f,0x00,0x02,0x00,0x02,0x20,0x00,
0x07,0x02,0x00,0x0b,0xc0,0x01,0x0f,0x20,0x00,0x12,0x17,0x80,0x94,0x02,0x0c,0x40,
0x00,0x37,0xa0,0x00,0x0a,0x5e,0x00,0x0e,0x60,0x00,0x3f,0x00,0x00,0x00,0x20,0x00,
0x0d,0x18,0x2a,0x21,0x00,0x0c,0x60,0x00,0x21,0x00,0xaa,0xbc,0x02,0x05,0x02,0x00,
0x0e,0x20,0x00,0x23,0x80,0x0a,0x00,0x01,0x01,0x02,0x00,0x0c,0x20,0x00,0x81,0x02,
0xaa,0x80,0x0a,0xaa,0xa0,0x00,0x02,0x1d,0x00,0x0f,0x20,0x00,0x00,0x6f,0xaa,0xaa,
0x80,0x0a,0xaa,0x80,0x20,0x00,0x07,0x72,0xa8,0x00,0x00,0x0a,0xaa,0xa0,0xaa,0xc5,
0x00,0x3c,0x88,0xa2,0xa2,0x60,0x00,0x18,0x80,0x20,0x00,0x0f,0x60,0x00,0x00,0x02,
0xdb,0x02,0x5f,0x80,0x00,0xaa,0xaa,0xa0,0x20,0x00,0x01,0x31,0xe8,0x00,0x2a,0xa0,
0x00,0x23,0x00,0xaa,0xe8,0x00,0x0b,0x60,0x00,0x11,0xe8,0xe0,0x00,0x7f,0x80,0x00,
0x00,0xaa,0xaa,0x0a,0x0a,0x80,0x00,0x00,0x03,0x20,0x00,0x51,0x2a,0x00,0xaa,0xaa,
0xa8,0x89,0x01,0x0d,0x40,0x00,0x92,0x28,0x00,0x0a,0xaa,0x80,0xaa,0x00,0xaa,0xaa,
0xa9,0x01,0x0b,0x20,0x00,0xbf,0xea,0x00,0x00,0x00,0x02,0xaa,0x80,0x08,0x00,0xaa,
0xa8,0x60,0x00,0x02,0x21,0xea,0x00,0x9c,0x02,0x5f,0x00,0x00,0x2a,0xaa,0x08,0x60,
0x00,0x01,0xdf,0xea,0x80,0x00,0x80,0x02,0xaa,0xa0,0x00,0x80,0x2a,0xaa,0x00,0x02,
0xa0,0x00,0x00,0x0f,0x60,0x02,0x12,0x08,0x02,0x00,0x0b,0xa0,0x00,0x11,0xeb,0x41,
0x05,0x8e,0xf7,0x55,0x55,0x55,0x55,0x55,0x56,0x66,0x60,0x01,0x02,0x20,0x00,0x11,
0xdd,0x20,0x00,0x3f,0x65,0x99,0x99,0x40,0x00,0x0c,0x1f,0x6a,0x20,0x00,0x04,0x13,
0xfd,0x40,0x00,0x2f,0xa6,0x6a,0x80,0x00,0x03,0x02,0x60,0x00,0x2f,0x59,0x9a,0x40,
0x00,0x05,0x02,0xa0,0x00,0x1f,0x95,0x80,0x00,0x06,0x03,0x40,0x00,0x1f,0x99,0xc0,
0x00,0x05,0x02,0x40,0x00,0x4f,0x56,0x66,0x99,0x9a,0x80,0x00,0x08,0x2f,0x56,0x65,
0x40,0x00,0x0c,0x1f,0x59,0x80,0x00,0x0c,0x0f,0x40,0x01,0x07,0x02,0x80,0x00,0x2f,
0x65,0x99,0x80,0x00,0x0a,0x0f,0xc0,0x00,0x11,0x0d,0x60,0x01,0x0f,0x00,0x02,0x2d,
0x0f,0x40,0x00,0x0d,0x01,0x1f,0x02,0x08,0x02,0x00,0x06,0x60,0x07,0x50,0x00,0x00,
0x00,0x00,0x00,
};
const lv_img_dsc_t test_I2_LZ4_align1 = {
.header.magic = LV_IMAGE_HEADER_MAGIC,
.header.cf = LV_COLOR_FORMAT_I2,
.header.flags = 0 | LV_IMAGE_FLAGS_COMPRESSED,
.header.w = 71,
.header.h = 60,
.header.stride = 32,
.data_size = 627,
.data = test_I2_LZ4_align1_map,
};

View File

@@ -0,0 +1,104 @@
#if defined(LV_LVGL_H_INCLUDE_SIMPLE)
#include "lvgl.h"
#elif defined(LV_BUILD_TEST)
#include "../lvgl.h"
#else
#include "lvgl/lvgl.h"
#endif
#ifndef LV_ATTRIBUTE_MEM_ALIGN
#define LV_ATTRIBUTE_MEM_ALIGN
#endif
#ifndef LV_ATTRIBUTE_IMG_DUST
#define LV_ATTRIBUTE_IMG_DUST
#endif
static const
LV_ATTRIBUTE_MEM_ALIGN LV_ATTRIBUTE_LARGE_CONST LV_ATTRIBUTE_IMG_DUST
uint8_t test_I4_LZ4_align1_map[] = {
0x02,0x00,0x00,0x00,0x31,0x04,0x00,0x00,0x80,0x0b,0x00,0x00,0xff,0x32,0x4c,0x70,
0x47,0x00,0x00,0x00,0x00,0xfc,0xff,0x00,0x00,0xfc,0x00,0xff,0xf0,0xfc,0x3e,0x8f,
0x8f,0x35,0x00,0xff,0xff,0x98,0x00,0x00,0x00,0x8e,0x00,0xff,0xff,0x60,0x00,0xff,
0xff,0xcc,0xff,0x00,0x00,0x97,0x06,0xff,0x08,0xff,0xd5,0xff,0x00,0xff,0xff,0xff,
0xff,0xff,0x00,0xff,0x7f,0xff,0x77,0xff,0x00,0xff,0x00,0x00,0xff,0xff,0xaa,0x01,
0x00,0x0f,0x27,0xa0,0x00,0x01,0x00,0x09,0x0d,0x00,0x0f,0x02,0x00,0x03,0x09,0x23,
0x00,0x09,0x0d,0x00,0x0f,0x02,0x00,0x03,0x09,0x23,0x00,0xab,0xa0,0x01,0x11,0x11,
0x11,0x1c,0xcc,0xcc,0xcc,0xc0,0x2d,0x00,0x11,0x0f,0xbb,0x00,0x3f,0xff,0xff,0xff,
0x30,0x00,0x08,0x44,0x49,0x22,0x22,0x94,0x37,0x00,0x13,0x0f,0x09,0x00,0x1f,0x0f,
0x30,0x00,0x07,0xe3,0x09,0x22,0x22,0x22,0x22,0x90,0x00,0x00,0x00,0x92,0x29,0x00,
0x00,0x0f,0x61,0x00,0x0f,0x30,0x00,0x08,0xe2,0x92,0x22,0x22,0x22,0x22,0x29,0x00,
0x00,0x00,0x22,0x22,0x00,0x00,0x0f,0x61,0x00,0x1f,0x0f,0x30,0x00,0x07,0x01,0x5f,
0x00,0x01,0x61,0x00,0x02,0x30,0x00,0x01,0x61,0x00,0x0f,0x30,0x00,0x08,0x21,0x42,
0x22,0x01,0x00,0x14,0x24,0x90,0x00,0x5f,0x0f,0x00,0x00,0x00,0x0f,0x30,0x00,0x08,
0x01,0x8f,0x00,0x02,0x91,0x00,0x02,0x2a,0x00,0x3f,0x0f,0xff,0xff,0x30,0x00,0x09,
0x01,0x5e,0x00,0x31,0x22,0x22,0x22,0x2f,0x00,0x52,0x00,0x0f,0x0f,0x0f,0x0f,0x05,
0x00,0x0a,0x50,0x01,0xa1,0x0c,0xcc,0xcc,0xcc,0xc1,0x11,0x11,0x11,0x10,0x00,0x2d,
0x00,0x81,0x22,0x22,0x22,0x00,0x04,0x92,0x29,0x40,0x2b,0x00,0x01,0x02,0x00,0x0b,
0x50,0x01,0x0f,0x30,0x00,0x00,0x41,0x42,0x22,0x22,0x24,0x30,0x00,0x02,0x05,0x00,
0x0f,0x60,0x00,0x0e,0x41,0x92,0x22,0x22,0x29,0x2b,0x00,0x0f,0xc0,0x00,0x01,0x06,
0x60,0x00,0x05,0xf0,0x00,0x41,0x22,0x22,0x22,0x22,0x1a,0x01,0x0f,0x20,0x01,0x01,
0x06,0x30,0x00,0x05,0x50,0x01,0x04,0x30,0x00,0x0f,0x80,0x01,0x02,0x06,0x30,0x00,
0x05,0xb0,0x01,0x03,0x90,0x00,0x01,0x28,0x01,0x0f,0xf0,0x00,0x08,0x02,0x91,0x00,
0x24,0x29,0x00,0xf0,0x00,0x01,0x9e,0x02,0x1f,0xff,0xf0,0x00,0x07,0x23,0x00,0x49,
0x0f,0x02,0x02,0x50,0x01,0x01,0x5f,0x00,0x0e,0xa0,0x02,0x03,0x17,0x00,0x01,0x02,
0x00,0x09,0xd0,0x02,0x02,0x5f,0x00,0x0d,0x00,0x03,0x01,0x29,0x00,0x0f,0x02,0x00,
0x0a,0x0a,0x80,0x01,0x0f,0x2b,0x00,0x0a,0x01,0x02,0x00,0x0d,0x30,0x00,0x8f,0x04,
0x44,0x00,0x00,0x00,0x00,0x01,0x11,0x01,0x00,0x03,0x0a,0x53,0x00,0x81,0xa0,0x00,
0x04,0x61,0x11,0x11,0x16,0x60,0x4a,0x00,0x0f,0x02,0x00,0x03,0x0b,0x60,0x00,0x6f,
0x61,0x11,0x11,0x11,0x11,0x16,0x2b,0x00,0x03,0x01,0x02,0x00,0x0b,0x30,0x00,0x02,
0x86,0x00,0x0f,0x61,0x00,0x08,0x0d,0x30,0x00,0x51,0x40,0x04,0x11,0x11,0x14,0x4b,
0x00,0x0f,0x02,0x00,0x02,0x0c,0x30,0x00,0x42,0x16,0x00,0x00,0x41,0x91,0x00,0x4e,
0x06,0x61,0x11,0x64,0x33,0x00,0x0b,0x30,0x00,0x51,0x61,0x16,0x00,0x00,0x01,0x30,
0x00,0x1f,0x04,0x99,0x00,0x03,0x0b,0x30,0x00,0x02,0x4c,0x01,0x8f,0x16,0x00,0x00,
0x00,0x06,0x11,0x16,0x61,0x99,0x00,0x00,0x02,0x23,0x00,0x03,0x02,0x00,0x44,0xa0,
0x00,0x00,0x46,0x21,0x01,0x31,0x06,0x11,0x40,0x9e,0x00,0x04,0x02,0x00,0x6c,0x01,
0x01,0x00,0x10,0x00,0x10,0x80,0x01,0x02,0xa8,0x01,0x79,0x16,0x00,0x00,0x00,0x04,
0x66,0x00,0x30,0x00,0x03,0x02,0x00,0x0b,0x60,0x00,0x51,0x11,0x11,0x11,0x66,0x61,
0xc0,0x00,0x42,0x00,0x00,0x66,0x66,0x09,0x00,0x33,0x06,0x66,0x40,0x2d,0x00,0x0d,
0x30,0x00,0x43,0x06,0x11,0x11,0x60,0xf0,0x00,0x24,0x00,0x61,0xba,0x01,0x09,0x60,
0x01,0x0a,0x60,0x00,0x34,0x06,0x11,0x11,0x20,0x01,0x33,0x06,0x11,0x16,0x60,0x00,
0x3f,0x16,0x06,0x16,0xc0,0x00,0x05,0x01,0x1b,0x01,0x02,0x80,0x01,0x51,0x01,0x11,
0x60,0x00,0x61,0x1a,0x02,0x31,0x44,0x66,0x11,0x8b,0x00,0x01,0x02,0x00,0x0d,0x60,
0x00,0x22,0x60,0x46,0xf0,0x00,0x15,0x41,0x20,0x01,0x2f,0x11,0x11,0x30,0x00,0x09,
0x01,0x02,0x00,0xff,0x01,0x14,0x00,0x00,0x01,0x11,0x14,0x61,0x11,0x11,0x40,0x00,
0x00,0x06,0x16,0x04,0x11,0x90,0x00,0x05,0x01,0xe5,0x00,0x11,0x61,0x61,0x00,0x11,
0x06,0x39,0x00,0x76,0x10,0x00,0x00,0x06,0x11,0x66,0x11,0x21,0x01,0x0a,0x90,0x00,
0x61,0x00,0x06,0x11,0x11,0x16,0x06,0x30,0x00,0xef,0x00,0x61,0x11,0x14,0x61,0x11,
0x10,0x00,0x00,0x00,0x61,0x16,0x11,0x60,0xf0,0x00,0x04,0x04,0x5f,0x03,0x01,0x02,
0x00,0x01,0x69,0x03,0x41,0x00,0x00,0x00,0x04,0x06,0x00,0x03,0x02,0x00,0x0b,0x60,
0x00,0x03,0x16,0x00,0x0f,0x02,0x00,0x07,0x09,0x23,0x00,0xfd,0x11,0xa0,0x0b,0xbb,
0xbb,0xee,0xee,0xee,0xaa,0xaa,0xaa,0xaa,0xdd,0xdd,0xdd,0x33,0x33,0x33,0x33,0x33,
0x38,0x88,0x88,0x85,0x55,0x55,0x57,0x77,0x77,0x77,0x44,0x44,0x04,0xe0,0x01,0xff,
0x10,0x0b,0xbb,0xbe,0xbe,0xee,0xea,0xea,0xaa,0xaa,0xad,0xad,0xdd,0xdd,0x3d,0x33,
0x33,0x33,0x33,0x83,0x88,0x88,0x58,0x55,0x55,0x57,0x57,0x77,0x74,0x74,0x74,0x40,
0x30,0x00,0x00,0x21,0xbb,0xee,0x30,0x00,0x53,0xda,0xdd,0xdd,0xd3,0xd3,0x60,0x00,
0x9f,0x58,0x55,0x55,0x75,0x77,0x77,0x77,0x47,0x04,0x60,0x00,0x0c,0x01,0x30,0x00,
0x11,0x83,0x90,0x00,0x2f,0x75,0x77,0x60,0x00,0x08,0x21,0xee,0xaa,0x90,0x00,0x11,
0xd3,0x90,0x00,0x02,0x60,0x00,0x1f,0x57,0x60,0x00,0x09,0x22,0xae,0xae,0xf0,0x00,
0x04,0x60,0x00,0x0f,0xc0,0x00,0x0d,0x62,0xee,0xaa,0xaa,0xaa,0xda,0xda,0x2f,0x00,
0x03,0x20,0x01,0x0f,0xc0,0x00,0x0e,0x23,0xaa,0xdd,0x51,0x01,0x02,0x20,0x01,0x0f,
0xc0,0x00,0x0a,0x04,0x20,0x01,0x04,0x80,0x01,0x0f,0xc0,0x00,0x0d,0x03,0xf0,0x00,
0x05,0x60,0x00,0x1f,0x85,0x80,0x01,0x10,0x13,0xaa,0xef,0x00,0x03,0x20,0x01,0x0f,
0xc0,0x00,0x0a,0x0c,0x60,0x00,0x02,0xb0,0x01,0x0f,0xe0,0x01,0x0f,0x04,0xc0,0x00,
0x03,0x40,0x02,0x0f,0xe0,0x01,0x03,0x12,0xbb,0x60,0x00,0x24,0xaa,0xdd,0x91,0x00,
0x01,0x60,0x00,0x01,0x40,0x02,0x1e,0x44,0x40,0x02,0x0f,0xc8,0x02,0x07,0x04,0x02,
0x00,0x0a,0xd0,0x02,0x04,0x16,0x00,0x0f,0x02,0x00,0x07,0x0f,0x30,0x00,0x2a,0x0f,
0x0f,0x0b,0x0f,0x14,0xaa,0x60,0x00,0x50,0x00,0x00,0x00,0x00,0x00,
};
const lv_img_dsc_t test_I4_LZ4_align1 = {
.header.magic = LV_IMAGE_HEADER_MAGIC,
.header.cf = LV_COLOR_FORMAT_I4,
.header.flags = 0 | LV_IMAGE_FLAGS_COMPRESSED,
.header.w = 71,
.header.h = 60,
.header.stride = 48,
.data_size = 1085,
.data = test_I4_LZ4_align1_map,
};

View File

@@ -0,0 +1,195 @@
#if defined(LV_LVGL_H_INCLUDE_SIMPLE)
#include "lvgl.h"
#elif defined(LV_BUILD_TEST)
#include "../lvgl.h"
#else
#include "lvgl/lvgl.h"
#endif
#ifndef LV_ATTRIBUTE_MEM_ALIGN
#define LV_ATTRIBUTE_MEM_ALIGN
#endif
#ifndef LV_ATTRIBUTE_IMG_DUST
#define LV_ATTRIBUTE_IMG_DUST
#endif
static const
LV_ATTRIBUTE_MEM_ALIGN LV_ATTRIBUTE_LARGE_CONST LV_ATTRIBUTE_IMG_DUST
uint8_t test_I8_LZ4_align1_map[] = {
0x02,0x00,0x00,0x00,0xd7,0x09,0x00,0x00,0xc0,0x16,0x00,0x00,0xf1,0xff,0xff,0xff,
0x11,0x4c,0x70,0x47,0x00,0x00,0xff,0xff,0xa5,0x00,0xff,0xff,0x02,0x00,0xff,0xff,
0x58,0x00,0xff,0xff,0x7a,0x00,0xff,0xff,0xe1,0x00,0xff,0xff,0xb6,0x00,0xff,0xff,
0x1c,0x00,0xff,0xff,0x69,0x00,0xff,0xff,0x2d,0x00,0xff,0xff,0xf2,0x00,0xff,0xff,
0xd0,0x00,0xff,0xff,0x94,0x00,0xff,0xff,0x13,0x00,0xff,0xff,0x3e,0x00,0xff,0xff,
0xc7,0x00,0xff,0xff,0x72,0x00,0xff,0xff,0x47,0x00,0xff,0xff,0x0b,0x00,0xff,0xff,
0x4f,0x00,0xff,0xff,0xfb,0x00,0xff,0xff,0x83,0x00,0xff,0xff,0xbf,0x00,0xff,0xff,
0x36,0x00,0xff,0xff,0xae,0x00,0xff,0xff,0x9d,0x00,0xff,0xff,0x60,0x00,0xff,0xff,
0x24,0x00,0xff,0xff,0xea,0xff,0x00,0x00,0x1a,0x00,0xff,0xff,0x8b,0xff,0x00,0x00,
0x93,0x00,0x00,0x00,0x90,0xff,0x00,0x00,0xdf,0xff,0x00,0x00,0x3f,0xff,0x00,0x00,
0xd6,0xff,0x00,0x00,0x96,0xff,0x00,0x00,0xf9,0xff,0x00,0x00,0x40,0xff,0x00,0x00,
0xac,0xff,0x00,0x00,0xf2,0x00,0xff,0xff,0xd8,0x00,0xff,0xff,0xd9,0x00,0xff,0xff,
0x25,0x00,0xff,0xff,0x61,0x00,0xff,0xff,0xe9,0x00,0xff,0xff,0x8c,0x00,0x00,0x00,
0xfa,0x00,0x00,0x00,0x12,0x00,0xff,0xff,0x35,0x00,0xff,0xff,0x9c,0x00,0xff,0xff,
0xad,0x00,0x00,0x00,0xac,0x00,0x00,0x00,0x02,0x00,0x00,0x00,0xdf,0x00,0x00,0x00,
0x14,0x00,0x00,0x00,0x6c,0x00,0x00,0x00,0xa4,0x00,0x00,0x00,0x64,0x00,0x00,0x00,
0xd4,0x00,0x00,0x00,0xbc,0x00,0x00,0x00,0x83,0x00,0xff,0xff,0x82,0x00,0xff,0xff,
0x50,0x00,0xff,0xff,0x0a,0x00,0xff,0xff,0xfa,0xff,0x00,0x00,0xa7,0xff,0x00,0x00,
0xd3,0x00,0x00,0x00,0x0a,0x00,0xff,0xff,0xbe,0xff,0x00,0x00,0x6a,0x00,0x00,0x00,
0xc5,0x00,0x00,0x00,0xc1,0x00,0x00,0x00,0x06,0x00,0x00,0x00,0xf8,0x00,0x00,0x00,
0xd0,0x00,0xff,0xff,0x46,0x00,0xff,0xff,0x71,0x00,0x00,0x00,0x3b,0x00,0x00,0x00,
0xdd,0x00,0x00,0x00,0x95,0x00,0x00,0x00,0x01,0x00,0x00,0x00,0xe5,0x00,0x00,0x00,
0x37,0x00,0x00,0x00,0xf3,0x00,0x00,0x00,0x08,0x00,0x00,0x00,0xfe,0x00,0x00,0x00,
0x8c,0x00,0x00,0x00,0x0d,0x00,0x00,0x00,0xb5,0x00,0x00,0x00,0xe1,0x00,0x00,0x00,
0xfc,0x00,0x00,0x00,0x60,0x00,0xff,0xff,0x14,0x00,0x00,0x00,0x6f,0x00,0x00,0x00,
0x2a,0x00,0xff,0xff,0x3f,0x00,0xff,0xff,0xc8,0x00,0x00,0x00,0xa9,0x00,0x00,0x00,
0x0c,0x00,0x00,0x00,0xb8,0x00,0x00,0x00,0x1e,0x00,0x00,0x00,0x04,0x00,0x00,0x00,
0x43,0x00,0x00,0x00,0xe7,0x00,0x00,0x00,0x52,0x00,0x00,0x00,0x89,0x00,0x00,0x00,
0x5c,0x00,0x00,0x00,0xec,0x00,0x00,0x00,0x1d,0x00,0x00,0x00,0xe2,0x00,0x00,0x00,
0x26,0x00,0x00,0x00,0x9d,0x00,0x00,0x00,0x79,0x00,0x00,0x00,0x40,0x00,0x00,0x00,
0xbe,0x00,0x00,0x00,0x49,0x00,0x00,0x00,0x8e,0x00,0x00,0x00,0xe0,0x00,0x00,0x00,
0x30,0x00,0x00,0x00,0x7e,0x00,0x00,0x00,0x0e,0x00,0xff,0xff,0x93,0x00,0x00,0x00,
0x33,0x00,0x00,0x00,0x28,0x00,0x00,0x00,0x92,0x00,0xff,0xff,0x57,0x00,0xff,0xff,
0xf3,0x00,0xff,0xff,0x03,0x00,0xff,0xff,0xcf,0x00,0x00,0x00,0xf6,0x00,0x00,0x00,
0x4e,0x00,0x00,0x00,0x4c,0x00,0x00,0x00,0x72,0x00,0x00,0x00,0x18,0x00,0x00,0x00,
0xc8,0x00,0x00,0x00,0x35,0x00,0x00,0x00,0xb3,0x00,0x00,0x00,0xe9,0x00,0x00,0x00,
0xca,0x00,0x00,0x00,0x19,0x00,0x00,0x00,0x7b,0x00,0x00,0x00,0x97,0x00,0x00,0x00,
0xda,0x00,0x00,0x00,0x76,0x00,0x00,0x00,0x68,0x00,0x00,0x00,0x55,0x00,0x00,0x00,
0x7a,0x00,0x00,0x00,0x81,0x00,0x00,0x00,0x56,0x00,0x00,0x00,0x58,0x00,0x00,0x00,
0x5e,0x00,0x00,0x00,0x5d,0x00,0x00,0x00,0x22,0x00,0x00,0x00,0xd9,0x00,0x00,0x00,
0xcc,0x00,0x00,0x00,0xff,0x00,0xff,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0xff,0xff,
0xff,0x00,0x00,0xff,0xff,0x00,0xff,0xff,0xff,0xc3,0xff,0x00,0xff,0x00,0xff,0x87,
0xff,0x00,0xff,0x0f,0xff,0x02,0xff,0x00,0xff,0x00,0xff,0xee,0xff,0x5c,0xff,0x00,
0xff,0x4b,0xff,0x00,0xff,0x00,0xff,0x98,0xff,0x00,0xff,0x76,0xff,0x00,0xff,0x20,
0xff,0x00,0xff,0xa9,0xff,0xd4,0xff,0x00,0xff,0xb2,0xff,0x00,0xff,0x00,0xff,0x54,
0xff,0x00,0xff,0xba,0xff,0x00,0xff,0x42,0xff,0x3a,0xff,0x00,0xff,0x00,0xff,0xdd,
0xff,0x00,0xff,0x31,0xff,0x00,0xff,0xcc,0xff,0xe5,0xff,0x00,0xff,0xa1,0xff,0x00,
0xff,0x00,0xff,0x65,0xff,0x7e,0xff,0x00,0xff,0x8f,0xff,0x00,0xff,0x6d,0xff,0x00,
0xff,0x90,0xff,0x00,0xff,0x6e,0xff,0x00,0xff,0x7f,0xff,0x00,0xff,0x00,0xff,0x64,
0xff,0xa0,0xff,0x00,0xff,0x13,0xff,0x00,0xff,0x29,0xff,0x00,0xff,0xf6,0xff,0x00,
0xff,0x00,0xff,0x32,0xff,0x24,0xff,0x00,0xff,0x14,0xff,0x00,0xff,0xf7,0x64,0x00,
0x31,0xcb,0xff,0x35,0x08,0x00,0xb1,0xdc,0xff,0x00,0xff,0x43,0xff,0xe6,0xff,0x00,
0xff,0xb1,0x10,0x00,0x31,0x53,0xff,0x17,0x08,0x00,0xb1,0xbb,0xff,0x00,0xff,0xaa,
0xff,0x00,0xff,0x75,0xff,0x25,0x10,0x00,0xf1,0x05,0x21,0xff,0x00,0xff,0x99,0xff,
0x47,0xff,0x00,0xff,0x5d,0xff,0x00,0xff,0x28,0xff,0x00,0xff,0xd5,0xff,0xec,0x00,
0x1f,0x00,0x04,0x00,0x81,0x1f,0x9d,0x01,0x00,0x33,0x14,0x00,0x01,0x00,0x14,0x9d,
0x09,0x00,0x0f,0x02,0x00,0x2a,0x06,0x46,0x00,0x06,0x0a,0x00,0x0f,0x02,0x00,0x29,
0x06,0x46,0x00,0x43,0x9d,0x00,0x00,0x9c,0x01,0x00,0x13,0x9f,0x01,0x00,0x0f,0x59,
0x00,0x0d,0x1c,0xa0,0x01,0x00,0x01,0x46,0x00,0x03,0x02,0x00,0x0f,0x50,0x00,0x07,
0x83,0x22,0x24,0x23,0x25,0x25,0x23,0x24,0x22,0x29,0x00,0x06,0x02,0x00,0x16,0xa0,
0x0b,0x00,0x01,0x02,0x00,0x11,0xa0,0x46,0x00,0x03,0x02,0x00,0x0f,0x50,0x00,0x05,
0x33,0x1d,0x1f,0x9e,0x01,0x00,0x22,0x1f,0x1d,0x2b,0x00,0x41,0x46,0x21,0x21,0x46,
0x0a,0x00,0x29,0xa0,0x00,0xa1,0x00,0x0f,0x50,0x00,0x12,0x23,0x1d,0x42,0x4e,0x00,
0x42,0x9e,0x9e,0x9e,0x42,0x51,0x00,0x44,0x21,0x9e,0x9e,0x21,0x50,0x00,0x01,0x08,
0x00,0x02,0x02,0x00,0x0f,0x50,0x00,0x13,0x05,0x9e,0x00,0x51,0x9e,0x9e,0x9e,0x9e,
0x1f,0x3a,0x00,0x09,0x50,0x00,0x05,0xa2,0x00,0x0f,0x50,0x00,0x13,0x12,0x22,0x49,
0x00,0x04,0x02,0x00,0x01,0x44,0x01,0x08,0xf0,0x00,0x05,0xa2,0x00,0x03,0x0c,0x00,
0x0f,0xe0,0x01,0x0d,0x14,0x24,0x4a,0x00,0x02,0x02,0x00,0x11,0x24,0xa1,0x00,0x04,
0x02,0x00,0x02,0x44,0x00,0x01,0xa2,0x00,0x01,0x4e,0x00,0x0f,0x40,0x01,0x10,0x12,
0x23,0x48,0x00,0x04,0x02,0x00,0x14,0x23,0x4b,0x00,0x01,0x02,0x00,0x03,0x50,0x00,
0x08,0x0a,0x00,0x09,0xa0,0x00,0x03,0x77,0x02,0x13,0x9f,0x87,0x02,0x54,0x9c,0x00,
0x00,0x00,0x25,0x4a,0x00,0x02,0x02,0x00,0xb7,0x25,0x00,0x00,0x00,0x26,0x27,0x28,
0x28,0x27,0x26,0x00,0x46,0x00,0x06,0x02,0x00,0x01,0xf3,0x05,0x02,0x02,0x00,0x0f,
0x50,0x00,0x15,0x87,0x26,0x43,0x9e,0x9e,0x9e,0x9e,0x43,0x26,0x50,0x00,0x0f,0xa0,
0x00,0x18,0x0e,0xf0,0x00,0x12,0x27,0xaa,0x00,0x16,0x27,0x50,0x00,0x0f,0x40,0x01,
0x06,0x0f,0xf0,0x00,0x00,0x0e,0x90,0x01,0x12,0x28,0x50,0x00,0x15,0x28,0x50,0x00,
0x02,0xdf,0x00,0x02,0xf4,0x00,0x0f,0xf0,0x00,0x0e,0x0e,0x30,0x02,0x0c,0x50,0x00,
0x01,0xdf,0x01,0x04,0xa2,0x00,0x0f,0x50,0x00,0x0e,0x0e,0xd0,0x02,0x0b,0xf0,0x00,
0x02,0x9e,0x00,0x04,0x9e,0x01,0x0f,0x50,0x00,0x0f,0x0d,0x70,0x03,0x0a,0x90,0x01,
0x01,0x9b,0x00,0x03,0x02,0x00,0x0d,0x70,0x03,0x0f,0x40,0x01,0x00,0x0f,0x10,0x04,
0x00,0x08,0x30,0x02,0x02,0x9a,0x00,0x04,0x02,0x00,0x0c,0xa0,0x00,0x0f,0x02,0x00,
0x04,0x0f,0xb0,0x04,0x07,0x03,0x99,0x00,0x05,0x02,0x00,0x01,0x76,0x02,0x03,0x02,
0x00,0x06,0xda,0x02,0x0f,0x02,0x00,0x29,0x06,0x46,0x00,0x06,0x0a,0x00,0x0f,0x02,
0x00,0x29,0x06,0x46,0x00,0x04,0x0a,0x00,0x54,0x30,0x7c,0x7b,0x6f,0x55,0x53,0x00,
0x04,0x7a,0x03,0x0f,0x02,0x00,0x14,0x06,0x46,0x00,0x03,0x0a,0x00,0xb4,0x88,0x50,
0x4f,0x9c,0x9c,0x9c,0x9c,0x2f,0x47,0x6b,0x51,0x53,0x00,0x0f,0x02,0x00,0x1b,0x04,
0x96,0x00,0x02,0x0a,0x00,0x16,0x89,0x88,0x00,0x2f,0x3c,0x44,0x49,0x00,0x1b,0x03,
0x02,0x00,0x0a,0x50,0x00,0x71,0x8a,0x9c,0x9c,0x9c,0x9c,0x56,0x2f,0x56,0x00,0x13,
0x62,0x22,0x00,0x0f,0x02,0x00,0x1b,0x0a,0x50,0x00,0x81,0x52,0x9c,0x9c,0x52,0x74,
0x55,0x35,0x4e,0xf5,0x00,0x1f,0x5f,0x4a,0x00,0x1b,0x02,0x02,0x00,0x0a,0x50,0x00,
0xe2,0x5a,0x9c,0x9c,0x39,0x00,0x00,0x00,0x00,0x67,0x9c,0x9c,0x9c,0x9c,0x5e,0x22,
0x00,0xa4,0x00,0x00,0x37,0x90,0x3c,0x4f,0x52,0x3b,0x70,0x53,0x10,0x00,0x0f,0x02,
0x00,0x09,0x0a,0x50,0x00,0xe3,0x73,0x4f,0x4f,0x38,0x00,0x00,0x00,0x00,0x55,0x9c,
0x9c,0x9c,0x9c,0x6a,0x38,0x00,0x21,0x69,0x4a,0x00,0x01,0x33,0x9c,0x56,0x8d,0x11,
0x00,0x0f,0x02,0x00,0x09,0x0a,0x50,0x00,0x02,0x02,0x00,0x82,0x79,0x37,0x37,0x9c,
0x9c,0x9c,0x9c,0x20,0x0e,0x00,0xbf,0x00,0x38,0x9c,0x9c,0x76,0x57,0x3d,0x8f,0x9c,
0x9c,0x9c,0xa2,0x00,0x10,0x0b,0x50,0x00,0x42,0x51,0x69,0x39,0x6e,0x8f,0x01,0x06,
0x50,0x00,0xb3,0x91,0x9c,0x9c,0x72,0x00,0x00,0x30,0x54,0x9c,0x9c,0x57,0x62,0x00,
0x0a,0x02,0x00,0x72,0x9c,0x00,0x9c,0x00,0x00,0x9c,0x00,0x04,0x00,0x0a,0x50,0x00,
0x22,0x6d,0x8b,0xdb,0x00,0x01,0x02,0x00,0x04,0xa0,0x00,0x8f,0x72,0x39,0x39,0x30,
0x00,0x00,0x00,0x47,0xf3,0x01,0x12,0x09,0x50,0x00,0x11,0x58,0xd8,0x01,0x48,0x68,
0x48,0x64,0x64,0xa0,0x00,0xb4,0x00,0x00,0x30,0x92,0x93,0x57,0x20,0x52,0x9c,0x9c,
0x34,0x99,0x00,0x54,0x37,0x97,0x78,0x38,0x65,0x0d,0x00,0x09,0x02,0x00,0x09,0x50,
0x00,0x73,0x71,0x9c,0x9c,0x9c,0x9c,0x71,0x35,0x68,0x03,0x04,0xa0,0x00,0x23,0x51,
0x94,0x91,0x01,0x05,0x50,0x00,0x79,0x30,0x4a,0x56,0x5a,0x5b,0x2f,0x67,0x49,0x00,
0x03,0x02,0x00,0x09,0x50,0x00,0x51,0x3c,0x9c,0x9c,0x9c,0x3b,0x19,0x00,0x08,0xa0,
0x00,0x86,0x3d,0x9c,0x9c,0x9c,0x3c,0x57,0x6a,0x6e,0xa0,0x00,0x71,0x30,0x9c,0x78,
0x00,0x98,0x9c,0x59,0x2a,0x00,0x0f,0x40,0x01,0x09,0xa7,0x4b,0x9c,0x9c,0x9c,0x87,
0x00,0x00,0x00,0x00,0x5f,0x50,0x00,0x96,0x35,0x54,0x9c,0x9c,0x75,0x00,0x00,0x00,
0x48,0x50,0x00,0x73,0x35,0x99,0x74,0x5c,0x3d,0x9c,0x4b,0x50,0x00,0x09,0x02,0x00,
0x09,0xa0,0x00,0x11,0x59,0xc7,0x02,0x92,0x86,0x65,0x38,0x6c,0x9c,0x9c,0x9c,0x9c,
0x50,0x29,0x00,0x96,0x8c,0x9c,0x9c,0x9c,0x95,0x00,0x00,0x35,0x3b,0x50,0x00,0x5f,
0x30,0x9b,0x9c,0x36,0x9a,0x50,0x00,0x10,0x11,0x3a,0xd8,0x01,0x04,0x02,0x00,0xf3,
0x04,0x2f,0x4f,0x84,0x00,0x00,0x00,0x00,0x49,0x4a,0x9c,0x9c,0x3b,0x96,0x5c,0x47,
0x9c,0x9c,0x9c,0x48,0x84,0x01,0x55,0x38,0x9c,0x39,0x00,0x77,0x50,0x00,0x0f,0x30,
0x02,0x07,0x23,0x66,0x48,0x4c,0x00,0x21,0x89,0x47,0x09,0x00,0x11,0x3a,0xa2,0x00,
0x11,0x50,0x0c,0x00,0x71,0x9c,0x5a,0x9c,0x9c,0x9c,0x9c,0x63,0x12,0x00,0x81,0x3a,
0x9c,0x3b,0x3a,0x73,0x9c,0x36,0x6f,0x0d,0x00,0x0a,0x02,0x00,0x09,0xf0,0x00,0xb1,
0x00,0x44,0x7d,0x82,0x9c,0x9c,0x9c,0x54,0x3d,0x66,0x85,0x44,0x00,0x02,0x50,0x00,
0x86,0x49,0x8e,0x2f,0x9c,0x9c,0x6c,0x6b,0x5c,0x50,0x00,0x82,0x55,0x3c,0x9c,0x2f,
0x3d,0x2f,0x9c,0x70,0x4b,0x00,0x0f,0xa0,0x00,0x07,0x7d,0x00,0x00,0x00,0x44,0x4e,
0x83,0x4e,0xfa,0x04,0x41,0x79,0x53,0x77,0x49,0x1e,0x00,0x05,0x02,0x00,0x25,0x37,
0x79,0x0b,0x00,0x0a,0x02,0x00,0x0a,0xa0,0x00,0x0f,0x02,0x00,0x2f,0x09,0x50,0x00,
0xf4,0x30,0xc7,0xb6,0xad,0xa2,0xae,0xc0,0xbc,0xbe,0xbd,0xa7,0xa8,0xb2,0xc2,0xcf,
0xa5,0xa4,0xab,0xb4,0xcb,0xaf,0xbf,0xaa,0xa3,0xa9,0xac,0xd0,0xb5,0xb3,0xa6,0xa1,
0xa1,0xa1,0xa1,0x14,0x0a,0x2d,0x05,0x2a,0x0b,0x0f,0x16,0x06,0x18,0x01,0x19,0x0c,
0x2e,0x15,0x04,0x4d,0x08,0x1a,0x03,0x13,0x11,0x0e,0x17,0x09,0x2b,0x07,0x0d,0x12,
0x02,0xe6,0x05,0x02,0x02,0x00,0x05,0x50,0x00,0x17,0xba,0x50,0x00,0x12,0xb1,0x50,
0x00,0x24,0xb0,0xc8,0x50,0x00,0x61,0x1c,0x05,0x29,0x0b,0x61,0x45,0x50,0x00,0xbf,
0x1e,0x15,0x04,0x10,0x08,0x1a,0x03,0x3f,0x11,0x0e,0x31,0x50,0x00,0x04,0x95,0xc3,
0xb6,0xad,0xa2,0xae,0xb7,0xba,0xbe,0xbb,0xa0,0x00,0x87,0xb1,0xaf,0xb8,0xaa,0xa3,
0xa9,0xac,0xb0,0xa0,0x00,0x84,0x29,0x0b,0x0f,0x45,0x06,0x33,0x01,0x32,0x50,0x00,
0x01,0xa0,0x00,0x1f,0x1b,0xa0,0x00,0x07,0x31,0xb7,0xbc,0xb9,0xf0,0x00,0x64,0xc1,
0xa5,0xa4,0xab,0xc4,0xcb,0x50,0x00,0x11,0xca,0xf0,0x00,0x32,0x41,0x7f,0x1c,0x50,
0x00,0x66,0x18,0x01,0x19,0x0c,0x1e,0x3e,0xa0,0x00,0x3f,0x1b,0x07,0x5d,0xf0,0x00,
0x00,0x72,0xc3,0xb6,0xad,0xa2,0xcd,0xc0,0xbc,0xa0,0x00,0x18,0xc6,0xa0,0x00,0x09,
0xf0,0x00,0x03,0x40,0x01,0x03,0x50,0x00,0x1f,0x13,0xf0,0x00,0x07,0x01,0x90,0x01,
0x92,0xb7,0xbc,0xb9,0xbd,0xd7,0xa8,0xb2,0xd8,0xc1,0x90,0x01,0x5a,0xb8,0xaa,0xa3,
0xa9,0xd1,0x40,0x01,0x42,0x0f,0x16,0x06,0x33,0x40,0x01,0x35,0x4d,0x08,0x2c,0x90,
0x01,0x1f,0x40,0x90,0x01,0x04,0x04,0xf0,0x00,0x02,0xa0,0x00,0x1f,0xce,0xe0,0x01,
0x03,0x87,0x33,0x01,0x19,0x0c,0x2e,0x3e,0x04,0x10,0x50,0x00,0x0f,0xf0,0x00,0x01,
0x52,0xcc,0xad,0xa2,0xcd,0xb7,0xe0,0x01,0x12,0xd3,0x50,0x00,0x02,0x40,0x01,0x13,
0xd0,0x40,0x01,0x02,0x30,0x02,0x17,0x61,0x90,0x01,0x03,0xa0,0x00,0x5e,0x1b,0x07,
0x5d,0x40,0x80,0x30,0x02,0x11,0xcc,0xe0,0x01,0xa4,0xb9,0xbb,0xa7,0xa8,0xb2,0xc5,
0xc1,0xa5,0xa4,0xd4,0x50,0x00,0x04,0x90,0x01,0x34,0x14,0x0a,0x1c,0x80,0x02,0x4f,
0x32,0x0c,0x2e,0x15,0xa0,0x00,0x0d,0x01,0x40,0x01,0x13,0xc0,0x50,0x00,0x97,0xc6,
0xa5,0xa4,0xd4,0xc4,0xcb,0xaf,0xbf,0xd2,0x30,0x02,0x61,0x41,0x0a,0x1c,0x05,0x2a,
0x81,0x90,0x01,0x01,0x30,0x02,0x01,0x40,0x01,0x5f,0x4c,0x0e,0x31,0x09,0x1b,0x40,
0x01,0x02,0x01,0x80,0x02,0x11,0xc0,0x80,0x02,0x22,0xc9,0xc5,0xf0,0x00,0x19,0xce,
0x80,0x02,0x18,0x41,0x20,0x03,0x04,0xe0,0x01,0x21,0x4c,0x60,0x50,0x00,0x1e,0x12,
0x90,0x01,0x34,0xc3,0xcc,0xd9,0x70,0x03,0x92,0xc9,0xc5,0xc1,0xa5,0xa4,0xab,0xc4,
0xb1,0xce,0xa0,0x00,0x16,0xc8,0x40,0x01,0x04,0xe0,0x01,0x11,0x7a,0xf0,0x00,0x4f,
0x1a,0x03,0x3f,0x4c,0xd0,0x02,0x06,0x03,0x90,0x01,0x26,0xb9,0xbb,0x50,0x00,0x02,
0x90,0x01,0x04,0x30,0x02,0x21,0x41,0x0a,0xd0,0x02,0x05,0xc0,0x03,0x07,0x90,0x01,
0x0f,0xc0,0x03,0x01,0x01,0xf0,0x00,0x82,0xb7,0xbc,0xb9,0xbb,0xa7,0xd6,0xc9,0xd3,
0xa0,0x00,0x66,0xaf,0xbf,0xaa,0xa3,0xd5,0xd1,0x70,0x03,0x0c,0x90,0x01,0x51,0x1a,
0x7e,0x3f,0x11,0x60,0xa0,0x00,0x0f,0x80,0x02,0x00,0x0f,0x02,0x00,0x30,0x09,0xb0,
0x04,0x0f,0x02,0x00,0x30,0x0f,0x50,0x00,0x48,0x0f,0x70,0x12,0x37,0x50,0x00,0x00,
0x00,0x00,0x00,
};
const lv_img_dsc_t test_I8_LZ4_align1 = {
.header.magic = LV_IMAGE_HEADER_MAGIC,
.header.cf = LV_COLOR_FORMAT_I8,
.header.flags = 0 | LV_IMAGE_FLAGS_COMPRESSED,
.header.w = 71,
.header.h = 60,
.header.stride = 80,
.data_size = 2531,
.data = test_I8_LZ4_align1_map,
};

View File

@@ -0,0 +1,113 @@
#if defined(LV_LVGL_H_INCLUDE_SIMPLE)
#include "lvgl.h"
#elif defined(LV_BUILD_TEST)
#include "../lvgl.h"
#else
#include "lvgl/lvgl.h"
#endif
#ifndef LV_ATTRIBUTE_MEM_ALIGN
#define LV_ATTRIBUTE_MEM_ALIGN
#endif
#ifndef LV_ATTRIBUTE_IMG_DUST
#define LV_ATTRIBUTE_IMG_DUST
#endif
static const
LV_ATTRIBUTE_MEM_ALIGN LV_ATTRIBUTE_LARGE_CONST LV_ATTRIBUTE_IMG_DUST
uint8_t test_L8_LZ4_align1_map[] = {
0x02,0x00,0x00,0x00,0xb8,0x04,0x00,0x00,0xc0,0x12,0x00,0x00,0x1f,0xb5,0x01,0x00,
0x33,0x14,0x00,0x01,0x00,0x2f,0xb5,0xfe,0x01,0x00,0x31,0x14,0xb5,0x4f,0x00,0x0f,
0x50,0x00,0x41,0x04,0x5c,0x00,0x0f,0xa9,0x00,0x15,0x1c,0x36,0x01,0x00,0x0b,0xa0,
0x00,0x0f,0x50,0x00,0x04,0x8d,0xc3,0x72,0x37,0x16,0x16,0x37,0x72,0xc3,0x67,0x00,
0x1b,0x36,0x12,0x00,0x0f,0x50,0x00,0x12,0x33,0xe5,0x75,0x12,0x01,0x00,0x22,0x75,
0xe5,0x40,0x00,0x41,0x9b,0x2f,0x2f,0x9b,0x0a,0x00,0x29,0x36,0xfe,0xa1,0x00,0x0f,
0x50,0x00,0x12,0x23,0xe5,0x63,0x4e,0x00,0x42,0x12,0x12,0x12,0x63,0x51,0x00,0x44,
0x2f,0x12,0x12,0x2f,0x50,0x00,0x01,0x08,0x00,0x02,0x02,0x00,0x0f,0x50,0x00,0x13,
0x05,0x9e,0x00,0x51,0x12,0x12,0x12,0x12,0x75,0x3a,0x00,0x09,0x50,0x00,0x05,0xa2,
0x00,0x0f,0x50,0x00,0x13,0x12,0xc3,0x49,0x00,0x04,0x02,0x00,0x01,0x44,0x01,0x08,
0xf0,0x00,0x05,0xa2,0x00,0x03,0x0c,0x00,0x09,0x30,0x02,0x0f,0x90,0x01,0x00,0x14,
0x72,0x4a,0x00,0x02,0x02,0x00,0x11,0x72,0xa1,0x00,0x04,0x02,0x00,0x02,0x44,0x00,
0x01,0xa2,0x00,0x01,0x4e,0x00,0x0f,0x40,0x01,0x10,0x12,0x37,0x48,0x00,0x04,0x02,
0x00,0x14,0x37,0x4b,0x00,0x01,0x02,0x00,0x03,0x50,0x00,0x08,0x0a,0x00,0x09,0xa0,
0x00,0x04,0x02,0x00,0x07,0xa8,0x00,0x14,0x16,0x4a,0x00,0x02,0x02,0x00,0xb7,0x16,
0xfe,0xfe,0xfe,0xc2,0x5e,0x1d,0x1d,0x5e,0xc2,0xfe,0x46,0x00,0x06,0x02,0x00,0x0f,
0x50,0x00,0x20,0x88,0xc2,0x3a,0x12,0x12,0x12,0x12,0x3a,0xc2,0x96,0x00,0x03,0xee,
0x00,0x0f,0x50,0x00,0x10,0x0e,0xf0,0x00,0x12,0x5e,0xaa,0x00,0x16,0x5e,0x46,0x00,
0x0f,0x40,0x01,0x06,0x04,0x02,0x00,0x07,0xf0,0x00,0x0e,0x90,0x01,0x12,0x1d,0x50,
0x00,0x15,0x1d,0x50,0x00,0x02,0x36,0x00,0x0f,0xa0,0x00,0x14,0x0e,0x30,0x02,0x0c,
0x50,0x00,0x01,0xdf,0x01,0x04,0xa2,0x00,0x0f,0x40,0x01,0x0e,0x0e,0xd0,0x02,0x0b,
0xf0,0x00,0x02,0x9e,0x00,0x04,0x9e,0x01,0x0f,0x50,0x00,0x0f,0x0d,0x70,0x03,0x0a,
0x90,0x01,0x01,0x9b,0x00,0x03,0x02,0x00,0x0f,0x50,0x00,0x12,0x0e,0x10,0x04,0x08,
0x30,0x02,0x02,0x9a,0x00,0x04,0x02,0x00,0x0f,0x50,0x00,0x05,0x0b,0x02,0x00,0x0f,
0xb0,0x04,0x07,0x03,0x99,0x00,0x05,0x02,0x00,0x0f,0xd0,0x02,0x04,0x0f,0x02,0x00,
0x28,0x0f,0xd0,0x02,0x02,0x0f,0x02,0x00,0x28,0x0e,0x50,0x00,0x54,0xeb,0xd5,0xcb,
0xd8,0xf6,0x52,0x00,0x04,0x8a,0x02,0x0f,0x02,0x00,0x14,0x0d,0x50,0x00,0xb4,0xc9,
0x68,0x21,0x00,0x00,0x00,0x00,0x04,0x3a,0xa2,0xfd,0x53,0x00,0x0f,0x02,0x00,0x1b,
0x0a,0xa0,0x00,0x16,0x4c,0x88,0x00,0x2f,0x43,0xf3,0x49,0x00,0x1b,0x03,0x02,0x00,
0x0a,0x50,0x00,0x11,0x15,0x50,0x00,0x11,0x04,0x06,0x00,0x13,0x55,0x22,0x00,0x0f,
0x02,0x00,0x1b,0x0a,0x50,0x00,0x81,0x19,0x00,0x00,0x19,0xb5,0xf4,0xfa,0xc2,0xf5,
0x00,0x1f,0xd2,0x4a,0x00,0x1b,0x02,0x02,0x00,0x0a,0x50,0x00,0xe2,0x1d,0x00,0x00,
0x5b,0xfe,0xfe,0xfe,0xfe,0xba,0x00,0x00,0x00,0x00,0x8f,0x22,0x00,0xa4,0xfe,0xfe,
0xea,0x88,0x43,0x21,0x18,0x2a,0x60,0xc6,0x10,0x00,0x0f,0x02,0x00,0x09,0x0a,0x50,
0x00,0xd2,0x40,0x22,0x22,0x93,0xfe,0xfe,0xfe,0xfe,0xf4,0x00,0x00,0x00,0x00,0x7d,
0x06,0x41,0xfe,0xfe,0xab,0x06,0x00,0x01,0x3f,0x00,0x00,0x83,0x49,0x00,0x09,0x03,
0x02,0x00,0x0a,0x50,0x00,0x02,0x02,0x00,0x82,0xf0,0xea,0xea,0x00,0x00,0x00,0x00,
0x6e,0x0e,0x00,0xbf,0xfe,0x92,0x00,0x00,0x1e,0x72,0x7b,0x24,0x00,0x00,0x00,0xa2,
0x00,0x10,0x0b,0x50,0x00,0x42,0xfd,0xab,0x5b,0x1b,0x8f,0x01,0x06,0x50,0x00,0xaa,
0x96,0x00,0x00,0xbd,0xfe,0xfe,0xeb,0x0c,0x00,0x00,0x8e,0x06,0x04,0x02,0x00,0x72,
0x00,0xfe,0x00,0xfe,0xfe,0x00,0xfe,0x04,0x00,0x0a,0x50,0x00,0x23,0xe1,0x33,0xdb,
0x00,0x08,0x50,0x00,0x8f,0xbd,0x5a,0x5a,0xeb,0xfe,0xfe,0xfe,0x39,0xf3,0x01,0x12,
0x09,0x50,0x00,0x11,0xf1,0xd8,0x01,0x48,0x17,0x3d,0x46,0x46,0x50,0x00,0xb4,0xfe,
0xfe,0xeb,0xa9,0x84,0x72,0x6e,0x19,0x00,0x00,0x52,0x93,0x00,0x54,0xea,0x9f,0x80,
0x92,0xdf,0x0d,0x00,0x09,0x02,0x00,0x09,0x50,0x00,0x73,0x85,0x00,0x00,0x00,0x00,
0x85,0xfa,0x68,0x03,0x04,0x40,0x01,0x24,0xfd,0x7d,0x91,0x01,0x04,0x50,0x00,0x79,
0xeb,0x06,0x00,0x1d,0x02,0x04,0xbc,0x49,0x00,0x03,0x02,0x00,0x09,0x50,0x00,0x51,
0x43,0x00,0x00,0x00,0x2a,0x19,0x00,0x08,0xa0,0x00,0x87,0x7c,0x00,0x00,0x00,0x42,
0x71,0x75,0x1b,0x50,0x00,0x61,0x00,0x80,0xfe,0xa1,0x00,0x4a,0x2a,0x00,0x0f,0x40,
0x01,0x09,0x41,0x2d,0x00,0x00,0x00,0x24,0x05,0x17,0xd4,0x50,0x00,0x96,0xfa,0x0b,
0x00,0x00,0x6f,0xfe,0xfe,0xfe,0x3e,0x50,0x00,0x62,0xfb,0xdc,0xb5,0x9c,0x7a,0x00,
0x14,0x09,0x0b,0x02,0x00,0x09,0xa0,0x00,0xf2,0x00,0x49,0x00,0x00,0x00,0x00,0x8e,
0xe5,0xdf,0x92,0x12,0x00,0x00,0x00,0x00,0x6a,0x2b,0x00,0x96,0xe5,0x00,0x00,0x00,
0xa8,0xfe,0xfe,0xfa,0x2a,0x50,0x00,0x72,0xee,0x32,0x00,0x20,0x25,0x00,0x2e,0x20,
0x00,0x0a,0x02,0x00,0x09,0x50,0x00,0x12,0x9a,0xd9,0x01,0x03,0x02,0x00,0xf3,0x04,
0x03,0x22,0xb1,0xfe,0xfe,0xfe,0xfe,0xf7,0x06,0x00,0x00,0x2a,0xa5,0x9f,0x39,0x00,
0x00,0x00,0x3d,0x84,0x01,0x55,0x92,0x00,0x5a,0xfe,0xce,0x50,0x00,0x0f,0x30,0x02,
0x07,0x23,0xfa,0x3c,0x4b,0x00,0x21,0x4b,0x39,0x09,0x00,0x11,0x9a,0x7c,0x00,0x11,
0x68,0x0c,0x00,0x71,0x00,0x1d,0x00,0x00,0x00,0x00,0xf2,0x12,0x00,0x81,0x9a,0x00,
0x29,0x9a,0x40,0x00,0x1f,0xd8,0x0d,0x00,0x0a,0x02,0x00,0x09,0xa0,0x00,0xb1,0xfe,
0xf4,0x6c,0x08,0x00,0x00,0x00,0x0b,0x7b,0xf8,0x8c,0x44,0x00,0x02,0x50,0x00,0x86,
0xf7,0x67,0x04,0x00,0x00,0x13,0xa2,0x9e,0x50,0x00,0x82,0xf4,0x42,0x00,0x03,0x7b,
0x04,0x00,0x61,0x4b,0x00,0x0f,0xa0,0x00,0x07,0x7d,0xfe,0xfe,0xfe,0xf4,0xc3,0xb0,
0xc2,0xfa,0x04,0x41,0xf0,0xc6,0xcc,0xf8,0x1e,0x00,0x05,0x02,0x00,0x25,0xea,0xee,
0x0b,0x00,0x0a,0x02,0x00,0x0a,0xa0,0x00,0x0f,0x02,0x00,0x2f,0x09,0x50,0x00,0xf1,
0x2f,0xc7,0xc6,0xc4,0xc3,0xc2,0xc1,0xbf,0xbe,0xbd,0xbc,0xbb,0xb9,0xb8,0xb7,0xb5,
0xb8,0xbc,0xbf,0xc3,0xc7,0xca,0xce,0xd2,0xd5,0xd9,0xdd,0xe0,0xe4,0xe8,0xeb,0xeb,
0xeb,0xeb,0xeb,0xec,0xed,0xed,0xee,0xee,0xef,0xf0,0xf0,0xf1,0xf2,0xf2,0xf3,0xf3,
0xf4,0xf5,0xf5,0xf6,0xf7,0xf7,0xf8,0xf8,0xf9,0xfa,0xfa,0xfb,0xfb,0xfc,0xfd,0x22,
0x06,0x0f,0x50,0x00,0x13,0x1f,0xdc,0x50,0x00,0x80,0x53,0xb6,0xb5,0xb8,0xbc,0xc0,
0xf0,0x00,0x0f,0xa0,0x00,0x85,0x04,0x90,0x01,0x0f,0xa0,0x00,0x07,0x1f,0xf6,0x90,
0x01,0x22,0x0f,0xe0,0x01,0x07,0x0f,0x50,0x00,0x67,0x17,0xb6,0x80,0x02,0x0f,0xf0,
0x00,0x35,0x0f,0xe0,0x01,0x02,0x18,0xef,0xd0,0x02,0x0f,0xf0,0x00,0x23,0x0f,0xa0,
0x00,0x07,0x0f,0x20,0x03,0x17,0x0f,0x80,0x02,0x3d,0x0f,0x50,0x00,0x13,0x0f,0xf0,
0x00,0x14,0x1f,0xba,0x50,0x00,0x15,0x0f,0xf0,0x00,0x0a,0x0f,0x02,0x00,0x30,0x09,
0x60,0x04,0x0f,0x02,0x00,0x30,0x0f,0x50,0x00,0x48,0x0f,0x70,0x12,0x37,0x50,0x00,
0x00,0x00,0x00,0x00,
};
const lv_img_dsc_t test_L8_LZ4_align1 = {
.header.magic = LV_IMAGE_HEADER_MAGIC,
.header.cf = LV_COLOR_FORMAT_L8,
.header.flags = 0 | LV_IMAGE_FLAGS_COMPRESSED,
.header.w = 71,
.header.h = 60,
.header.stride = 80,
.data_size = 1220,
.data = test_L8_LZ4_align1_map,
};

View File

@@ -0,0 +1,165 @@
#if defined(LV_LVGL_H_INCLUDE_SIMPLE)
#include "lvgl.h"
#elif defined(LV_BUILD_TEST)
#include "../lvgl.h"
#else
#include "lvgl/lvgl.h"
#endif
#ifndef LV_ATTRIBUTE_MEM_ALIGN
#define LV_ATTRIBUTE_MEM_ALIGN
#endif
#ifndef LV_ATTRIBUTE_IMG_DUST
#define LV_ATTRIBUTE_IMG_DUST
#endif
static const
LV_ATTRIBUTE_MEM_ALIGN LV_ATTRIBUTE_LARGE_CONST LV_ATTRIBUTE_IMG_DUST
uint8_t test_RGB565A8_LZ4_align1_map[] = {
0x02,0x00,0x00,0x00,0xfd,0x07,0x00,0x00,0xa0,0x32,0x00,0x00,0x2f,0xe0,0x07,0x02,
0x00,0x79,0x5f,0x00,0x00,0xe0,0x07,0x00,0x01,0x00,0x76,0x0f,0x90,0x00,0x97,0x1b,
0xff,0x01,0x00,0x0f,0x43,0x01,0x2e,0x1f,0xf8,0x02,0x00,0x0e,0x0f,0x20,0x01,0x0a,
0x0b,0x8f,0x00,0x0b,0x90,0x00,0x1b,0x1f,0x02,0x00,0x0a,0x1e,0x00,0x0f,0x02,0x00,
0x02,0x01,0x70,0x00,0x0f,0x02,0x00,0x08,0x01,0x20,0x00,0x0f,0xb0,0x01,0x07,0x0f,
0x90,0x00,0x07,0x0a,0x8a,0x00,0x06,0x02,0x00,0x08,0x6c,0x00,0x04,0x16,0x00,0x07,
0x14,0x00,0x1f,0xf8,0x24,0x01,0x0a,0x02,0x20,0x00,0x01,0xcc,0x02,0x0f,0xd0,0x02,
0x03,0x0f,0x90,0x00,0x05,0x04,0x6a,0x00,0x0f,0x02,0x00,0x01,0x06,0x7e,0x00,0x04,
0x1e,0x00,0x06,0x12,0x00,0x06,0x74,0x00,0x0f,0x02,0x00,0x00,0x05,0x1c,0x00,0x0f,
0x20,0x01,0x1f,0x04,0x6a,0x00,0x0f,0x02,0x00,0x01,0x06,0x6a,0x00,0x04,0x1e,0x00,
0x06,0x12,0x00,0x05,0x90,0x00,0x0e,0x46,0x02,0x0f,0x90,0x00,0x28,0x04,0x68,0x00,
0x0f,0x02,0x00,0x05,0x04,0x80,0x00,0x04,0x20,0x00,0x04,0x10,0x00,0x09,0x90,0x00,
0x01,0x0f,0x00,0x05,0x02,0x00,0x0f,0x90,0x00,0x52,0x0f,0x02,0x00,0x00,0x08,0x78,
0x00,0x06,0x24,0x01,0x0a,0x18,0x00,0x0f,0x40,0x02,0x1e,0x04,0xf8,0x00,0x0f,0x02,
0x00,0x05,0x0f,0x88,0x00,0x00,0x04,0x02,0x00,0x0d,0x7c,0x00,0x0b,0x34,0x01,0x01,
0x38,0x01,0x06,0x40,0x02,0x0f,0xc0,0x02,0x05,0x0a,0x02,0x00,0x0f,0x88,0x00,0x05,
0x04,0x02,0x00,0x02,0x2e,0x00,0x04,0x0e,0x00,0x06,0x12,0x00,0x0f,0x7c,0x00,0x00,
0x0c,0xa0,0x00,0x0f,0x90,0x00,0x46,0x02,0x88,0x00,0x06,0x02,0x00,0x01,0x8e,0x00,
0x02,0x70,0x00,0x08,0x84,0x00,0x0f,0x14,0x00,0x02,0x0f,0x20,0x01,0x41,0x06,0x8a,
0x00,0x02,0x02,0x00,0x02,0x7b,0x00,0x07,0x60,0x03,0x0f,0x40,0x02,0x12,0x0f,0xb0,
0x01,0x37,0x02,0x86,0x00,0x06,0x02,0x00,0x0f,0x90,0x00,0x00,0x08,0x02,0x00,0x02,
0xa0,0x00,0x02,0x08,0x00,0x07,0xd0,0x02,0x0f,0x90,0x00,0x58,0x0c,0x02,0x00,0x02,
0x8c,0x00,0x0f,0x40,0x02,0x22,0x0e,0xfe,0x00,0x08,0x02,0x00,0x02,0xf7,0x00,0x08,
0x12,0x00,0x07,0xd2,0x02,0x04,0x78,0x00,0x0f,0x02,0x00,0x01,0x05,0x1c,0x00,0x0f,
0x40,0x02,0x1d,0x0e,0x6e,0x00,0x08,0x02,0x00,0x02,0x6b,0x00,0x08,0x12,0x00,0x0d,
0x90,0x00,0x0f,0x02,0x00,0x05,0x02,0x94,0x00,0x0f,0xb0,0x01,0x1e,0x0f,0x92,0x00,
0x09,0x02,0x1e,0x00,0x0c,0x22,0x00,0x02,0x12,0x00,0x03,0xd0,0x02,0x0f,0x02,0x00,
0x09,0x0b,0xb0,0x01,0x0f,0x02,0x00,0x1b,0x02,0xfa,0x00,0x06,0x02,0x00,0x0f,0x3e,
0x00,0x10,0x0f,0x1a,0x01,0x05,0x06,0x02,0x00,0x09,0x20,0x01,0x0f,0x02,0x00,0x73,
0x06,0x40,0x02,0x0f,0x02,0x00,0x73,0x0f,0x90,0x00,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0x42,0xff,0x2d,0xfe,0x07,0xfc,0x07,0xfa,0x07,0xf8,0x07,
0xf6,0x07,0xf4,0x07,0xf2,0x07,0xef,0x07,0xed,0x07,0xeb,0x07,0xe9,0x07,0xe7,0x07,
0xe5,0x07,0xe2,0x07,0xe0,0x07,0xe0,0x0f,0xe0,0x27,0xe0,0x37,0xe0,0x47,0xe0,0x57,
0xe0,0x67,0xe0,0x77,0xe0,0x87,0xe0,0x9f,0xe0,0xaf,0xe0,0xbf,0xe0,0xcf,0xe0,0xdf,
0xe0,0xef,0xe0,0xff,0x02,0x00,0x2f,0x04,0x4e,0x0c,0x06,0xd0,0x0b,0x08,0x90,0x00,
0x1f,0xf1,0x90,0x00,0xff,0x0d,0x0f,0xb0,0x01,0x7d,0x0f,0x90,0x00,0xff,0x9e,0x08,
0x60,0x03,0x1f,0xe4,0xf0,0x03,0x7c,0x0f,0x90,0x00,0xff,0x0c,0x1f,0xe6,0x20,0x01,
0x72,0x06,0xf0,0x03,0x0f,0x90,0x00,0x73,0x06,0xd0,0x02,0x0f,0x90,0x00,0x73,0x04,
0x20,0x01,0x1f,0xe8,0x90,0x00,0x68,0x0f,0x02,0x00,0x73,0x06,0xe0,0x07,0x0f,0x02,
0x00,0x73,0x0f,0x90,0x00,0x83,0x0f,0x02,0x00,0x79,0x0e,0x4a,0x19,0x0f,0x02,0x00,
0x24,0x1b,0x00,0xa3,0x1f,0x0f,0x02,0x00,0x24,0x0f,0x48,0x00,0x3a,0x0c,0xcb,0x00,
0x0f,0x94,0x00,0x0d,0x0c,0x30,0x00,0x13,0xff,0x90,0x00,0x0c,0x18,0x00,0x03,0x48,
0x00,0x83,0x3f,0x96,0xd6,0xf9,0xf9,0xd6,0x96,0x3f,0x0f,0x00,0x06,0x02,0x00,0x0c,
0x0b,0x01,0x0f,0x48,0x00,0x0a,0x24,0x1a,0x93,0x5f,0x00,0x22,0x93,0x1a,0x43,0x00,
0x41,0x6a,0xdf,0xdf,0x6a,0x0a,0x00,0x24,0xff,0x00,0x1b,0x00,0x01,0x02,0x00,0x0f,
0x48,0x00,0x0a,0x21,0x1a,0xa7,0x24,0x00,0x01,0x02,0x00,0x12,0xa7,0x49,0x00,0x44,
0xdf,0xff,0xff,0xdf,0x48,0x00,0x01,0x08,0x00,0x02,0x02,0x00,0x01,0x63,0x01,0x02,
0x05,0x00,0x01,0x2e,0x00,0x06,0x02,0x00,0x45,0x00,0x00,0x00,0x00,0x8e,0x00,0x51,
0xff,0xff,0xff,0xff,0x93,0x32,0x00,0x09,0x48,0x00,0x02,0x19,0x00,0x02,0x8e,0x00,
0x0f,0x90,0x00,0x08,0x11,0x3f,0x24,0x00,0x05,0x02,0x00,0x01,0x24,0x01,0x08,0xd8,
0x00,0x05,0x92,0x00,0x03,0x0c,0x00,0x02,0x4d,0x00,0x05,0x30,0x00,0x02,0x02,0x00,
0x42,0x00,0x00,0x00,0x96,0x0a,0x00,0x04,0x02,0x00,0x11,0x96,0x91,0x00,0x04,0x02,
0x00,0x02,0x3c,0x00,0x01,0x1c,0x00,0x01,0x46,0x00,0x0f,0x90,0x00,0x08,0x11,0xd6,
0x26,0x00,0x05,0x02,0x00,0x14,0xd6,0x43,0x00,0x01,0x02,0x00,0x03,0x48,0x00,0x08,
0x0a,0x00,0x02,0x4d,0x00,0x05,0x30,0x00,0x02,0x02,0x00,0x42,0x00,0x00,0x00,0xf9,
0x0a,0x00,0x04,0x02,0x00,0xb7,0xf9,0x00,0x00,0x00,0x40,0xac,0xf2,0xf2,0xac,0x40,
0x00,0x3e,0x00,0x06,0x02,0x00,0x01,0x97,0x00,0x0f,0x48,0x00,0x13,0x87,0x40,0xd3,
0xff,0xff,0xff,0xff,0xd3,0x40,0x48,0x00,0x02,0x87,0x00,0x02,0x8b,0x00,0x01,0xfd,
0x01,0x04,0x77,0x00,0x03,0x02,0x00,0x0f,0xd8,0x00,0x02,0x12,0xac,0x1d,0x00,0x16,
0xac,0x48,0x00,0x05,0xae,0x01,0x0f,0x90,0x00,0x08,0x0e,0x68,0x01,0x12,0xf2,0x48,
0x00,0x15,0xf2,0x48,0x00,0x01,0x2b,0x01,0x01,0x89,0x00,0x0f,0x48,0x00,0x08,0x0e,
0xf8,0x01,0x0c,0x48,0x00,0x02,0x57,0x00,0x03,0xb2,0x01,0x01,0x4f,0x00,0x06,0x14,
0x00,0x03,0x02,0x00,0x0f,0x88,0x02,0x02,0x0b,0xd8,0x00,0x02,0x8e,0x00,0x04,0x76,
0x01,0x0f,0x48,0x00,0x07,0x0d,0x18,0x03,0x0a,0x68,0x01,0x03,0x72,0x00,0x01,0x02,
0x00,0x01,0x63,0x01,0x01,0x05,0x00,0x01,0x0f,0x00,0x06,0x02,0x00,0x01,0x68,0x00,
0x0d,0xa8,0x03,0x08,0xf8,0x01,0x01,0x22,0x00,0x05,0x02,0x00,0x04,0x90,0x00,0x0f,
0x02,0x00,0x04,0x0f,0x38,0x04,0x07,0x06,0x73,0x00,0x02,0x02,0x00,0x02,0x01,0x02,
0x0f,0x47,0x00,0x04,0x0f,0x02,0x00,0x1a,0x01,0xb5,0x01,0x0f,0x02,0x00,0x30,0x06,
0x48,0x00,0x54,0x12,0x28,0x33,0x26,0x08,0x52,0x00,0x02,0xaf,0x00,0x0f,0x02,0x00,
0x16,0x05,0x48,0x00,0xb4,0x35,0x95,0xdd,0xff,0xff,0xff,0xff,0xfa,0xc4,0x5c,0x01,
0x4b,0x00,0x0f,0x02,0x00,0x1b,0x02,0x90,0x00,0x16,0xb2,0x7a,0x00,0x2f,0xbb,0x0b,
0x41,0x00,0x1b,0x03,0x02,0x00,0x02,0x48,0x00,0x71,0xe9,0xff,0xff,0xff,0xff,0xfe,
0xfa,0x4e,0x00,0x13,0xa9,0x1a,0x00,0x0f,0x02,0x00,0x1b,0x02,0x48,0x00,0x81,0xe5,
0xff,0xff,0xe5,0x49,0x09,0x03,0x3c,0xdd,0x00,0x1f,0x2b,0x42,0x00,0x1b,0x02,0x02,
0x00,0x02,0x48,0x00,0xe2,0xe1,0xff,0xff,0xa3,0x00,0x00,0x00,0x00,0x44,0xff,0xff,
0xff,0xff,0x6f,0x1a,0x00,0xa4,0x00,0x00,0x14,0x76,0xbb,0xdd,0xe6,0xd3,0x9e,0x37,
0x10,0x00,0x0f,0x02,0x00,0x09,0x02,0x48,0x00,0xe3,0xbe,0xdc,0xdc,0x6b,0x00,0x00,
0x00,0x00,0x09,0xff,0xff,0xff,0xff,0x89,0x30,0x00,0x21,0x53,0xf8,0xe8,0x00,0x33,
0xff,0xfe,0x7b,0x11,0x00,0x0f,0x02,0x00,0x09,0x02,0x48,0x00,0x02,0x02,0x00,0x82,
0x0e,0x14,0x14,0xff,0xff,0xff,0xff,0x90,0x0e,0x00,0xbf,0x00,0x6c,0xff,0xff,0xe0,
0x8b,0x83,0xda,0xff,0xff,0xff,0x92,0x00,0x10,0x03,0x48,0x00,0x42,0x01,0x52,0xa3,
0xe2,0x67,0x01,0x06,0x48,0x00,0xb3,0x68,0xff,0xff,0x40,0x00,0x00,0x13,0xf1,0xff,
0xff,0x8c,0x5a,0x00,0x0a,0x02,0x00,0x01,0x3b,0x00,0x02,0x15,0x05,0x03,0x0d,0x00,
0x32,0x00,0x1d,0xca,0xc3,0x00,0x01,0x02,0x00,0x04,0x90,0x00,0xba,0x41,0xa4,0xa4,
0x12,0x00,0x00,0x00,0xc5,0xff,0xff,0xa8,0x41,0x00,0x0f,0x02,0x00,0x01,0x01,0x55,
0x00,0x11,0x0d,0xa8,0x01,0x48,0xe7,0xc1,0xb8,0xb8,0x90,0x00,0x82,0x00,0x00,0x12,
0x55,0x7a,0x8c,0x90,0xe4,0x4c,0x05,0x01,0x02,0x00,0x51,0x14,0x5e,0x7e,0x6c,0x1e,
0x0a,0x00,0x0c,0x02,0x00,0x01,0x48,0x00,0x73,0x79,0xff,0xff,0xff,0xff,0x79,0x03,
0xca,0x03,0x04,0x90,0x00,0x31,0x01,0x81,0xf7,0xa0,0x00,0x06,0x48,0x00,0x7c,0x12,
0xf7,0xfe,0xe1,0xfc,0xf9,0x42,0x44,0x00,0x05,0xcd,0x04,0x51,0xbb,0xff,0xff,0xff,
0xd4,0x10,0x00,0x08,0x90,0x00,0x86,0x82,0xff,0xff,0xff,0xbc,0x8d,0x88,0xe2,0x48,
0x00,0x71,0x13,0xff,0x7e,0x00,0x5d,0xff,0xb4,0x2a,0x00,0x03,0x83,0x00,0x02,0x1c,
0x01,0x03,0x0d,0x00,0xa7,0xd1,0xff,0xff,0xff,0xc8,0x00,0x00,0x00,0x00,0x2a,0x48,
0x00,0x96,0x03,0xf3,0xff,0xff,0x8e,0x00,0x00,0x00,0xc0,0x48,0x00,0x73,0x02,0x22,
0x49,0x61,0x84,0xff,0xcf,0x48,0x00,0x09,0x02,0x00,0x01,0xd8,0x00,0xf2,0x00,0xb5,
0xff,0xff,0xff,0xff,0x70,0x18,0x1f,0x6c,0xec,0xff,0xff,0xff,0xff,0x94,0x21,0x00,
0x96,0x19,0xff,0xff,0xff,0x56,0x00,0x00,0x03,0xd4,0x48,0x00,0x72,0x10,0xcc,0xff,
0xde,0xd9,0xff,0xd0,0x20,0x00,0x0a,0x02,0x00,0x01,0x48,0x00,0x13,0x64,0x08,0x01,
0x02,0x02,0x00,0xf3,0x04,0xfb,0xdc,0x4c,0x00,0x00,0x00,0x00,0x07,0xf7,0xff,0xff,
0xd4,0x58,0x5f,0xc5,0xff,0xff,0xff,0xc1,0x5a,0x21,0x55,0x6c,0xff,0xa4,0x00,0x30,
0x48,0x00,0x01,0x3b,0x00,0x02,0xd4,0x00,0x03,0x0d,0x00,0x22,0x04,0xc2,0x42,0x00,
0x31,0xff,0xb3,0xc5,0x09,0x00,0x11,0x64,0x6c,0x00,0x11,0x95,0x0c,0x00,0x71,0xff,
0xe1,0xff,0xff,0xff,0xff,0x0c,0x12,0x00,0x81,0x64,0xff,0xd5,0x64,0xbe,0xff,0xdf,
0x26,0x0d,0x00,0x0a,0x02,0x00,0x01,0x55,0x00,0xb1,0x00,0x0a,0x92,0xf6,0xff,0xff,
0xff,0xf3,0x83,0x05,0x72,0x3c,0x00,0x02,0x48,0x00,0x86,0x07,0x97,0xfa,0xff,0xff,
0xeb,0x5c,0x60,0x48,0x00,0x82,0x09,0xbc,0xff,0xfb,0x83,0xf9,0xff,0x9c,0x43,0x00,
0x01,0x3b,0x00,0x02,0x8c,0x00,0x03,0x0d,0x00,0x7d,0x00,0x00,0x00,0x0a,0x3b,0x4e,
0x3c,0x7a,0x04,0x41,0x0e,0x37,0x31,0x06,0x1e,0x00,0x05,0x02,0x00,0x25,0x14,0x0f,
0x0b,0x00,0x0a,0x02,0x00,0x01,0x55,0x00,0x0f,0x02,0x00,0x30,0x01,0x48,0x00,0x01,
0xcd,0x00,0x0f,0x02,0x00,0x09,0xf6,0x0f,0xfb,0xf2,0xe9,0xe1,0xd9,0xd0,0xc7,0xbf,
0xb6,0xae,0xa5,0x9d,0x94,0x8c,0x83,0x7a,0x71,0x69,0x60,0x58,0x4f,0x47,0x3e,0x36,
0x2d,0x25,0x1c,0x13,0x0b,0x02,0x4d,0x02,0x0f,0x44,0x00,0x09,0xc1,0xff,0xff,0xff,
0xff,0xfb,0xf2,0xea,0xe1,0xd8,0xd0,0xc8,0xbe,0x48,0x00,0xbf,0x8b,0x83,0x7a,0x72,
0x69,0x60,0x58,0x50,0x47,0x3e,0x35,0x48,0x00,0x1f,0xa4,0xe9,0xe1,0xd8,0xd0,0xc7,
0xbe,0xb6,0xad,0xa5,0x9c,0x48,0x00,0x01,0x90,0x00,0x1f,0x24,0x90,0x00,0x1b,0x32,
0xfa,0xf3,0xea,0x48,0x00,0x66,0xae,0xa5,0x9d,0x94,0x8b,0x82,0x90,0x00,0x3f,0x24,
0x1c,0x14,0xd8,0x00,0x1f,0x03,0x20,0x01,0x03,0x48,0x00,0x1f,0x4f,0xd8,0x00,0x22,
0x01,0x90,0x00,0x32,0xbf,0xb6,0xad,0x20,0x01,0x35,0x71,0x69,0x61,0x68,0x01,0x1f,
0x0a,0x68,0x01,0x1a,0x03,0xb0,0x01,0x87,0xad,0xa5,0x9d,0x94,0x8c,0x82,0x7a,0x72,
0x48,0x00,0x0f,0xd8,0x00,0x1b,0x57,0xe9,0xe1,0xd9,0xd0,0xc8,0x68,0x01,0x03,0x90,
0x00,0x5f,0x24,0x1c,0x14,0x0a,0x03,0xf8,0x01,0x1b,0x03,0x40,0x02,0x4f,0x9c,0x94,
0x8c,0x83,0x90,0x00,0x26,0x61,0xfa,0xf2,0xea,0xe1,0xd9,0xcf,0x68,0x01,0x01,0xf8,
0x01,0x01,0x20,0x01,0x5f,0x46,0x3e,0x35,0x2d,0x24,0x20,0x01,0x1b,0x18,0xfa,0xd0,
0x02,0x04,0xb0,0x01,0x21,0x46,0x3f,0x48,0x00,0x0f,0x20,0x01,0x1d,0x01,0xf8,0x01,
0x41,0xad,0xa5,0x9d,0x93,0xd8,0x00,0x4f,0x60,0x58,0x50,0x46,0x88,0x02,0x20,0x01,
0x18,0x03,0x01,0xd8,0x00,0x01,0x60,0x03,0x07,0x68,0x01,0x0f,0x60,0x03,0x1e,0x0a,
0x68,0x01,0x51,0x60,0x57,0x50,0x47,0x3f,0x90,0x00,0x07,0x40,0x02,0x0f,0x02,0x00,
0x30,0x01,0x38,0x04,0x0f,0x02,0x00,0x30,0x0f,0x48,0x00,0x38,0x02,0x63,0x04,0x0f,
0x02,0x00,0x29,0x50,0xff,0xff,0xff,0xff,0x00,
};
const lv_img_dsc_t test_RGB565A8_LZ4_align1 = {
.header.magic = LV_IMAGE_HEADER_MAGIC,
.header.cf = LV_COLOR_FORMAT_RGB565A8,
.header.flags = 0 | LV_IMAGE_FLAGS_COMPRESSED,
.header.w = 71,
.header.h = 60,
.header.stride = 144,
.data_size = 2057,
.data = test_RGB565A8_LZ4_align1_map,
};

View File

@@ -0,0 +1,136 @@
#if defined(LV_LVGL_H_INCLUDE_SIMPLE)
#include "lvgl.h"
#elif defined(LV_BUILD_TEST)
#include "../lvgl.h"
#else
#include "lvgl/lvgl.h"
#endif
#ifndef LV_ATTRIBUTE_MEM_ALIGN
#define LV_ATTRIBUTE_MEM_ALIGN
#endif
#ifndef LV_ATTRIBUTE_IMG_DUST
#define LV_ATTRIBUTE_IMG_DUST
#endif
static const
LV_ATTRIBUTE_MEM_ALIGN LV_ATTRIBUTE_LARGE_CONST LV_ATTRIBUTE_IMG_DUST
uint8_t test_RGB565_LZ4_align1_map[] = {
0x02,0x00,0x00,0x00,0x25,0x06,0x00,0x00,0xc0,0x21,0x00,0x00,0x2f,0xe0,0x07,0x02,
0x00,0x79,0x5f,0x00,0x00,0xe0,0x07,0xff,0x01,0x00,0x76,0x0f,0x90,0x00,0x87,0x1b,
0x00,0x01,0x00,0x0f,0x33,0x01,0x3d,0x2f,0x00,0xf8,0x02,0x00,0x0d,0x0a,0x20,0x01,
0x0b,0x8f,0x00,0x0f,0x90,0x00,0x0d,0xff,0x00,0xbd,0x5f,0x6b,0x5f,0x29,0x3f,0x00,
0x3f,0x00,0x5f,0x29,0x5f,0x6b,0xff,0xbd,0x2e,0x00,0x0c,0x32,0xff,0xff,0xff,0x70,
0x00,0x0f,0x02,0x00,0x07,0x02,0x20,0x00,0x06,0xb0,0x01,0x0f,0x90,0x00,0x17,0x6a,
0x3f,0xe7,0x5f,0x6b,0x1f,0x00,0x02,0x00,0x48,0x5f,0x6b,0x3f,0xe7,0x6c,0x00,0x86,
0xbf,0x94,0xff,0x18,0xff,0x18,0xbf,0x94,0x14,0x00,0x2f,0x00,0xf8,0x24,0x01,0x09,
0x02,0x20,0x00,0x0f,0x90,0x00,0x21,0x4a,0x3f,0xe7,0xbf,0x52,0x8c,0x00,0x02,0x02,
0x00,0x29,0xbf,0x52,0x92,0x00,0x7c,0x18,0x1f,0x00,0x1f,0x00,0xff,0x18,0x90,0x00,
0x06,0x10,0x00,0x08,0x02,0x00,0x0f,0x90,0x00,0x29,0x0e,0x1c,0x01,0x04,0x02,0x00,
0x27,0x5f,0x6b,0x64,0x00,0x0f,0x90,0x00,0x06,0x0e,0x46,0x02,0x0f,0x90,0x00,0x2a,
0x14,0xbd,0x7e,0x00,0x0f,0x02,0x00,0x01,0x06,0x48,0x02,0x0f,0xb0,0x01,0x05,0x02,
0x7c,0x00,0x08,0x02,0x00,0x04,0x14,0x00,0x02,0x3c,0x01,0x0f,0x40,0x02,0x1d,0x0f,
0x1e,0x01,0x07,0x0d,0x22,0x01,0x0b,0x02,0x00,0x08,0x78,0x00,0x06,0x24,0x01,0x0a,
0x18,0x00,0x0f,0x90,0x00,0x20,0x12,0x29,0x7a,0x00,0x0f,0x02,0x00,0x03,0x2b,0x5f,
0x29,0x85,0x00,0x07,0x02,0x00,0x0e,0x7c,0x00,0x0f,0x14,0x00,0x01,0x06,0x20,0x01,
0x0c,0x02,0x00,0x0f,0x70,0x03,0x03,0x1b,0x3f,0x58,0x03,0x0a,0x02,0x00,0x14,0x3f,
0x26,0x04,0x96,0xbd,0x9f,0x52,0x7f,0x08,0x7f,0x08,0x9f,0x52,0xc2,0x01,0x0c,0x90,
0x00,0x0f,0x10,0x00,0x01,0x0f,0x90,0x00,0x44,0x16,0xbd,0x46,0x01,0x24,0x5f,0x29,
0x92,0x00,0x0c,0x80,0x00,0x0f,0x20,0x01,0x33,0x06,0x6a,0x00,0x0f,0x02,0x00,0x01,
0x02,0xb0,0x01,0x19,0x9f,0x10,0x04,0x2f,0x9f,0x52,0x7c,0x00,0x01,0x04,0x02,0x00,
0x0a,0xa8,0x00,0x0f,0x20,0x01,0x1f,0x0f,0xd0,0x02,0x11,0x28,0x7f,0x08,0xac,0x00,
0x2e,0x7f,0x08,0x90,0x00,0x08,0x02,0x00,0x08,0x94,0x00,0x0f,0x90,0x00,0x1f,0x0f,
0xf0,0x03,0x11,0x0f,0x90,0x00,0x0d,0x0c,0x02,0x00,0x06,0x94,0x00,0x0f,0x90,0x00,
0x20,0x0f,0x22,0x01,0x08,0x04,0x10,0x05,0x0f,0xb0,0x01,0x0b,0x0f,0x02,0x00,0x01,
0x04,0x94,0x00,0x0f,0x90,0x00,0x21,0x0f,0x30,0x06,0x10,0x0f,0xd0,0x02,0x08,0x0f,
0x02,0x00,0x05,0x02,0x94,0x00,0x0f,0x90,0x00,0x21,0x0f,0x50,0x07,0x12,0x0f,0xf0,
0x03,0x04,0x0f,0x02,0x00,0x09,0x0c,0xa0,0x05,0x0f,0x02,0x00,0x1c,0x0f,0x70,0x08,
0x20,0x0f,0x02,0x00,0x0d,0x0f,0x20,0x01,0x0b,0x0f,0x02,0x00,0x63,0x0f,0xa0,0x05,
0x07,0x0f,0x02,0x00,0x63,0x0f,0x90,0x00,0x01,0xac,0x7d,0xef,0xba,0xd6,0x59,0xce,
0xdb,0xde,0xbe,0xf7,0x94,0x00,0x0c,0x44,0x06,0x0f,0x02,0x00,0x3b,0x0e,0xb0,0x01,
0x64,0x59,0xce,0x4d,0x6b,0x04,0x21,0x66,0x00,0x6c,0x20,0x00,0xc7,0x39,0x14,0xa5,
0x94,0x00,0x0f,0x02,0x00,0x4b,0x08,0x20,0x01,0x24,0x69,0x4a,0x8a,0x00,0x08,0x02,
0x00,0x3d,0x08,0x42,0x9e,0x28,0x01,0x0f,0x02,0x00,0x47,0x08,0x90,0x00,0x26,0xa2,
0x10,0x88,0x00,0x16,0x20,0x0b,0x00,0x23,0x00,0xaa,0x82,0x06,0x0f,0x02,0x00,0x51,
0x08,0x90,0x00,0xf6,0x01,0xc3,0x18,0x00,0x00,0x00,0x00,0xc3,0x18,0xb6,0xb5,0xbe,
0xf7,0xdf,0xff,0x18,0xc6,0xba,0x01,0x2f,0x9a,0xd6,0x8c,0x00,0x51,0x0c,0x40,0x02,
0x11,0xe3,0x90,0x00,0x22,0xcb,0x5a,0x1a,0x00,0x44,0xff,0xff,0xd7,0xbd,0x25,0x01,
0x24,0x71,0x8c,0x14,0x00,0x04,0x02,0x00,0xf4,0x01,0x5d,0xef,0x51,0x8c,0x08,0x42,
0x04,0x21,0xc3,0x18,0x45,0x29,0x0c,0x63,0x38,0xc6,0x18,0x00,0x0f,0x02,0x00,0x2d,
0x08,0x20,0x01,0x75,0x08,0x42,0x04,0x21,0x04,0x21,0x92,0xa4,0x0c,0x24,0xbe,0xf7,
0x90,0x00,0x2a,0xae,0x73,0x68,0x00,0x28,0x55,0xad,0xd0,0x01,0x6a,0x00,0x00,0x00,
0x00,0x10,0x84,0x22,0x00,0x0f,0x02,0x00,0x25,0x08,0x90,0x00,0x08,0x02,0x00,0x62,
0x9e,0xf7,0x5d,0xef,0x5d,0xef,0x6c,0x00,0x38,0x00,0x00,0x6d,0x3a,0x0c,0xf3,0x01,
0xff,0xff,0xff,0x92,0x94,0x00,0x00,0x00,0x00,0xe3,0x18,0x8e,0x73,0xcf,0x7b,0x24,
0x90,0x03,0x0f,0x24,0x01,0x33,0x0c,0x90,0x00,0x6c,0x75,0xad,0xcb,0x5a,0xe3,0x18,
0xfe,0x00,0x0c,0x90,0x00,0x11,0xb2,0x90,0x00,0x11,0xf7,0x96,0x0e,0x9b,0x5d,0xef,
0x61,0x08,0x00,0x00,0x00,0x00,0x8e,0x44,0x01,0x0f,0x02,0x00,0x09,0x22,0x00,0x00,
0x04,0x00,0x04,0x06,0x00,0x06,0x08,0x00,0x08,0x90,0x00,0x44,0x1c,0xe7,0xa6,0x31,
0x12,0x01,0x0a,0x02,0x00,0x0c,0x90,0x00,0x82,0xf7,0xbd,0xcb,0x5a,0xcb,0x5a,0x7d,
0xef,0x74,0x00,0x2f,0xc7,0x39,0x86,0x03,0x37,0x06,0x90,0x00,0x26,0x9e,0xf7,0x50,
0x03,0x84,0xa2,0x10,0xe7,0x39,0x28,0x42,0x28,0x42,0x96,0x00,0x0c,0x90,0x00,0xe2,
0xff,0xff,0xff,0xff,0x7d,0xef,0x55,0xad,0x30,0x84,0x8e,0x73,0x6d,0x6b,0x98,0x03,
0x1d,0x8a,0x16,0x04,0x99,0x5d,0xef,0x14,0xa5,0x10,0x84,0x92,0x94,0x1c,0x4a,0x0f,
0x0f,0x02,0x00,0x0b,0x06,0x90,0x00,0x24,0x30,0x84,0x7e,0x00,0x33,0x30,0x84,0xdf,
0x35,0x00,0x04,0x12,0x00,0x0e,0x90,0x00,0x2c,0xef,0x7b,0xd4,0x01,0x0c,0x90,0x00,
0x31,0x7d,0xef,0x20,0x64,0x02,0x33,0x00,0x00,0x20,0xda,0x01,0x0f,0x02,0x00,0x11,
0x06,0x90,0x00,0x13,0x08,0x0e,0x01,0x17,0x45,0x44,0x0d,0x0f,0x90,0x00,0x05,0x22,
0xef,0x7b,0x1a,0x00,0x62,0x08,0x42,0x8e,0x73,0xae,0x73,0x28,0x04,0x0c,0x90,0x00,
0x22,0x5d,0xef,0x76,0x03,0x6a,0x14,0xa5,0x00,0x00,0x49,0x4a,0x8c,0x00,0x0f,0x40,
0x02,0x11,0x22,0x65,0x29,0x64,0x00,0x24,0xa6,0x31,0x3c,0x00,0x22,0xba,0xd6,0x12,
0x00,0x0c,0x20,0x01,0x39,0xdf,0xff,0x41,0xc2,0x02,0x11,0xe7,0x40,0x02,0x0c,0x90,
0x00,0xd7,0xff,0xff,0xfb,0xde,0xb6,0xb5,0xf3,0x9c,0xcf,0x7b,0x00,0x00,0x65,0xe4,
0x00,0x0f,0x02,0x00,0x0b,0x06,0x20,0x01,0x15,0x49,0xbe,0x06,0x95,0x71,0x8c,0x3c,
0xe7,0xfb,0xde,0x92,0x94,0x82,0x40,0x06,0x19,0x4d,0xf0,0x03,0x22,0x3c,0xe7,0xa8,
0x00,0x91,0x55,0xad,0xff,0xff,0xff,0xff,0xdf,0xff,0x45,0xca,0x00,0x0c,0x90,0x00,
0xaf,0x7d,0xef,0x86,0x31,0x00,0x00,0x04,0x21,0x24,0x21,0x90,0x00,0x23,0x22,0xd3,
0x9c,0x66,0x00,0x0f,0x02,0x00,0x03,0x44,0x04,0x21,0x96,0xb5,0xda,0x00,0x22,0xbe,
0xf7,0x3c,0x02,0x62,0x45,0x29,0x34,0xa5,0xf3,0x9c,0x5e,0x03,0x64,0x00,0x00,0xe7,
0x39,0xfb,0xde,0x22,0x00,0x04,0xa4,0x04,0x6e,0xcb,0x5a,0xff,0xff,0x79,0xce,0x90,
0x00,0x0f,0xb0,0x01,0x11,0x13,0xdf,0x78,0x01,0x06,0x02,0x00,0x24,0x49,0x4a,0x6c,
0x00,0x62,0x00,0x00,0x00,0x00,0xd3,0x9c,0x68,0x00,0x62,0xff,0xff,0xff,0xff,0x4d,
0x6b,0x14,0x00,0x02,0x02,0x00,0x02,0x40,0x02,0x48,0x00,0x00,0x00,0x00,0x0a,0x08,
0xf9,0x00,0xd3,0x9c,0x00,0x00,0x45,0x29,0xd3,0x9c,0x08,0x42,0x00,0x00,0xe3,0x18,
0xdb,0xac,0x00,0x0f,0x02,0x00,0x07,0x06,0xb0,0x01,0x62,0xff,0xff,0xbe,0xf7,0x6d,
0x6b,0x1a,0x02,0xa2,0x00,0x00,0x41,0x08,0xcf,0x7b,0xdf,0xff,0x71,0x8c,0x68,0x00,
0x0c,0x90,0x00,0x42,0xbe,0xf7,0x2c,0x63,0x24,0x01,0x55,0x82,0x10,0x14,0xa5,0xf3,
0x5a,0x01,0x08,0x90,0x00,0x22,0xbe,0xf7,0x22,0x03,0x11,0xcf,0x8a,0x03,0x28,0x0c,
0x63,0x84,0x00,0x0f,0x20,0x01,0x11,0x02,0x02,0x00,0x88,0xbe,0xf7,0x18,0xc6,0x96,
0xb5,0x18,0xc6,0x5a,0x00,0x0f,0x02,0x00,0x03,0x64,0x9e,0xf7,0x38,0xc6,0x79,0xce,
0x1a,0x04,0x0f,0x02,0x00,0x03,0x24,0x5d,0xef,0x34,0x05,0x0f,0x02,0x00,0x15,0x08,
0x20,0x01,0x0f,0x02,0x00,0x71,0x06,0x90,0x00,0xf4,0x2d,0xfe,0x07,0xfc,0x07,0xfa,
0x07,0xf8,0x07,0xf6,0x07,0xf3,0x07,0xf1,0x07,0xef,0x07,0xed,0x07,0xeb,0x07,0xe9,
0x07,0xe7,0x07,0xe5,0x07,0xe2,0x07,0xe0,0x07,0xe0,0x0f,0xe0,0x1f,0xe0,0x37,0xe0,
0x47,0xe0,0x57,0xe0,0x67,0xe0,0x77,0xe0,0x87,0xe0,0x97,0xe0,0xaf,0xe0,0xbf,0xe0,
0xcf,0xe0,0xdf,0xe0,0xef,0xe0,0xff,0x02,0x00,0xf7,0x28,0xe1,0xff,0xe2,0xff,0xe3,
0xff,0xe4,0xff,0xe5,0xff,0xe6,0xff,0xe7,0xff,0xe9,0xff,0xea,0xff,0xeb,0xff,0xec,
0xff,0xed,0xff,0xee,0xff,0xef,0xff,0xf0,0xff,0xf1,0xff,0xf2,0xff,0xf3,0xff,0xf4,
0xff,0xf5,0xff,0xf6,0xff,0xf8,0xff,0xf9,0xff,0xfa,0xff,0xfb,0xff,0xfc,0xff,0xfd,
0xff,0xfe,0x09,0x01,0x0f,0x90,0x00,0x47,0x1f,0xe8,0x90,0x00,0x36,0x1f,0xf4,0x20,
0x01,0x32,0x0f,0x90,0x00,0xc7,0x0f,0x40,0x02,0x7d,0x0a,0xb0,0x01,0x1f,0xe4,0xd0,
0x02,0x6e,0x0a,0x90,0x00,0x0f,0x60,0x03,0x6f,0x0a,0x90,0x00,0x0f,0x20,0x01,0x25,
0x0f,0xd0,0x02,0x45,0x05,0x90,0x00,0x1f,0x27,0x80,0x04,0x73,0x0f,0x90,0x00,0x41,
0x1f,0xf7,0x10,0x05,0x26,0x16,0xe6,0x90,0x00,0x0f,0xa0,0x05,0x38,0x3f,0xf7,0xff,
0xf7,0xa0,0x05,0x24,0x0f,0x90,0x00,0x45,0x0f,0x30,0x06,0x19,0x08,0xd0,0x02,0x0f,
0x90,0x00,0x43,0x0f,0xc0,0x06,0x1b,0x06,0x90,0x00,0x1f,0xe8,0x90,0x00,0x07,0x1f,
0x9f,0x50,0x07,0x2b,0x0f,0xb0,0x01,0x0f,0x0f,0x02,0x00,0x73,0x06,0xe0,0x07,0x0f,
0x02,0x00,0x73,0x0f,0x90,0x00,0x83,0x0f,0x02,0x00,0x76,0x50,0x07,0xe0,0x07,0x00,
0x00,
};
const lv_img_dsc_t test_RGB565_LZ4_align1 = {
.header.magic = LV_IMAGE_HEADER_MAGIC,
.header.cf = LV_COLOR_FORMAT_RGB565,
.header.flags = 0 | LV_IMAGE_FLAGS_COMPRESSED,
.header.w = 71,
.header.h = 60,
.header.stride = 144,
.data_size = 1585,
.data = test_RGB565_LZ4_align1_map,
};

View File

@@ -0,0 +1,211 @@
#if defined(LV_LVGL_H_INCLUDE_SIMPLE)
#include "lvgl.h"
#elif defined(LV_BUILD_TEST)
#include "../lvgl.h"
#else
#include "lvgl/lvgl.h"
#endif
#ifndef LV_ATTRIBUTE_MEM_ALIGN
#define LV_ATTRIBUTE_MEM_ALIGN
#endif
#ifndef LV_ATTRIBUTE_IMG_DUST
#define LV_ATTRIBUTE_IMG_DUST
#endif
static const
LV_ATTRIBUTE_MEM_ALIGN LV_ATTRIBUTE_LARGE_CONST LV_ATTRIBUTE_IMG_DUST
uint8_t test_RGB888_LZ4_align1_map[] = {
0x02,0x00,0x00,0x00,0xe1,0x0a,0x00,0x00,0x80,0x34,0x00,0x00,0x3f,0x00,0xfe,0x00,
0x03,0x00,0xc0,0x07,0x02,0x00,0x3f,0xfe,0x00,0xfe,0x01,0x00,0xbb,0x00,0xb2,0x01,
0x07,0x02,0x00,0x0f,0xe0,0x00,0xd5,0x07,0xf3,0x00,0x09,0x02,0x00,0x0f,0xdd,0x01,
0x65,0x0f,0x37,0x03,0x20,0x02,0xab,0x00,0x0f,0xc0,0x01,0x04,0x09,0xd5,0x00,0x07,
0x02,0x00,0x02,0x35,0x00,0x0f,0x02,0x00,0x15,0xff,0x08,0xbf,0xbf,0xfe,0x68,0x68,
0xfe,0x28,0x28,0xfe,0x05,0x05,0xfe,0x05,0x05,0xfe,0x28,0x28,0xfe,0x68,0x68,0xfe,
0xbf,0xbf,0x3f,0x00,0x15,0x07,0x02,0x00,0x0f,0x7a,0x00,0x1d,0x05,0x30,0x00,0x0f,
0xe0,0x00,0x44,0x5f,0xe4,0xe4,0xfe,0x6b,0x6b,0xad,0x04,0x06,0x57,0x6b,0x6b,0xfe,
0xe4,0xe4,0xbe,0x00,0x04,0x02,0x00,0xb4,0x94,0x94,0xfe,0x1f,0x1f,0xfe,0x1f,0x1f,
0xfe,0x94,0x94,0x13,0x00,0x03,0x02,0x00,0x02,0xb0,0x00,0x0f,0xc6,0x01,0x14,0x02,
0x2a,0x00,0x02,0x3a,0x00,0x0f,0xe0,0x00,0x41,0x5f,0xe4,0xe4,0xfe,0x57,0x57,0xdd,
0x00,0x06,0x02,0xa5,0x00,0x2f,0x57,0x57,0xe3,0x00,0x00,0x23,0x1f,0x1f,0x36,0x00,
0x22,0x1f,0x1f,0x9e,0x00,0x05,0x02,0x00,0x05,0xe0,0x00,0x05,0x12,0x00,0x0f,0x02,
0x00,0x05,0x0b,0x2a,0x00,0x0f,0xe0,0x00,0x41,0x0f,0xba,0x01,0x08,0x02,0xdd,0x00,
0x02,0x06,0x00,0x2c,0x6b,0x6b,0xa4,0x00,0x0f,0xe0,0x00,0x13,0x02,0x3e,0x00,0x0f,
0x06,0x00,0x02,0x05,0xba,0x01,0x02,0xe6,0x00,0x0f,0xe0,0x00,0x41,0x23,0xbf,0xbf,
0x84,0x01,0x0f,0x81,0x00,0x02,0x0b,0x15,0x00,0x0b,0x8c,0x03,0x0f,0xa0,0x02,0x10,
0x05,0xc2,0x00,0x0e,0x02,0x00,0x02,0xd4,0x00,0x08,0x06,0x00,0x0f,0xe0,0x00,0x41,
0x2f,0x68,0x68,0xe0,0x00,0x18,0x21,0x68,0x68,0x85,0x00,0x0f,0x02,0x00,0x0f,0x08,
0xb6,0x00,0x05,0x0c,0x00,0x08,0x2d,0x01,0x05,0xf8,0x00,0x05,0x1e,0x00,0x02,0x55,
0x00,0x0f,0xa0,0x02,0x3e,0x2f,0x28,0x28,0xe0,0x00,0x18,0x22,0x28,0x28,0x86,0x00,
0x0f,0x02,0x00,0x0e,0x08,0xb6,0x00,0x08,0x0c,0x00,0x02,0x02,0x00,0x08,0x12,0x00,
0x08,0x0c,0x00,0x0f,0xc0,0x01,0x07,0x0f,0x02,0x00,0x05,0x07,0x2b,0x06,0x09,0x02,
0x00,0x06,0x30,0x00,0x2f,0x05,0x05,0xe0,0x00,0x18,0x26,0x05,0x05,0x39,0x00,0xf6,
0x02,0xbe,0xbe,0xfe,0x52,0x52,0xfe,0x0c,0x0c,0xfe,0x0c,0x0c,0xfe,0x52,0x52,0xfe,
0xbe,0xbe,0x1b,0x00,0x0a,0xb6,0x00,0x02,0x6e,0x00,0x0f,0x06,0x00,0x11,0x0f,0xe0,
0x00,0x77,0x59,0xbe,0xbe,0xfe,0x2b,0x2b,0x19,0x01,0x28,0x2b,0x2b,0xe3,0x00,0x0f,
0xce,0x00,0x05,0x02,0x02,0x00,0x0f,0x1e,0x00,0x08,0x0f,0xa0,0x02,0x04,0x0f,0x02,
0x00,0x05,0x09,0xb5,0x01,0x07,0x02,0x00,0x06,0x30,0x00,0x0f,0xa0,0x02,0x23,0x29,
0x52,0x52,0xdd,0x00,0x02,0x5a,0x03,0x25,0x52,0x52,0x57,0x00,0x02,0x62,0x00,0x0b,
0x06,0x00,0x02,0x26,0x00,0x02,0x06,0x00,0x0f,0x80,0x03,0x1c,0x0f,0x02,0x00,0x05,
0x07,0xd3,0x00,0x09,0x02,0x00,0x06,0x30,0x00,0x0f,0x60,0x04,0x23,0x2f,0x0c,0x0c,
0xe0,0x00,0x00,0x25,0x0c,0x0c,0x57,0x00,0x02,0x62,0x00,0x08,0x06,0x00,0x0e,0x02,
0x00,0x08,0x1e,0x00,0x02,0x0c,0x00,0x0f,0xa0,0x02,0x41,0x0f,0x20,0x06,0x23,0x0f,
0xe0,0x00,0x1c,0x02,0xb4,0x01,0x0e,0x06,0x00,0x0b,0xc6,0x01,0x0f,0xe0,0x00,0x41,
0x0f,0xe0,0x07,0x23,0x0f,0xa0,0x02,0x19,0x0f,0x02,0x00,0x0b,0x02,0xba,0x01,0x02,
0x06,0x00,0x0f,0xe0,0x00,0x44,0x0f,0xa0,0x09,0x20,0x0f,0x60,0x04,0x16,0x0e,0xb4,
0x01,0x0e,0x12,0x00,0x05,0xc6,0x01,0x0f,0xe0,0x00,0x44,0x02,0xe3,0x00,0x0f,0x60,
0x0b,0x1d,0x0f,0x20,0x06,0x10,0x0f,0x02,0x00,0x17,0x0f,0xc0,0x01,0x25,0x0f,0x02,
0x00,0x1b,0x0f,0x20,0x0d,0x3a,0x0e,0xa8,0x01,0x0f,0x12,0x00,0x0b,0x02,0xab,0x00,
0x0f,0x20,0x06,0x1c,0x0f,0x02,0x00,0x9e,0x0f,0xe0,0x00,0xf3,0xff,0x00,0xec,0xec,
0xec,0xd6,0xd6,0xd6,0xcb,0xcb,0xcb,0xd8,0xd8,0xd8,0xf6,0xf6,0xf6,0xc6,0x01,0x05,
0x09,0x13,0x07,0x0f,0x02,0x00,0x6d,0x02,0xa5,0x00,0x0f,0xc0,0x01,0x0a,0x98,0xc9,
0xc9,0xc9,0x69,0x69,0x69,0x21,0x21,0x21,0xac,0x00,0xc2,0x04,0x04,0x04,0x3a,0x3a,
0x3a,0xa2,0xa2,0xa2,0xfd,0xfd,0xfd,0x44,0x00,0x0f,0x02,0x00,0x89,0x0f,0xe0,0x00,
0x07,0x38,0x4c,0x4c,0x4c,0xd7,0x00,0x0e,0x02,0x00,0x6f,0x43,0x43,0x43,0xf3,0xf3,
0xf3,0xdd,0x00,0x89,0x0f,0x20,0x06,0x0a,0x3b,0x15,0x15,0x15,0xd4,0x00,0x3b,0x04,
0x04,0x04,0x12,0x00,0x31,0x55,0x55,0x55,0x46,0x00,0x0f,0x02,0x00,0x87,0x0f,0xc0,
0x01,0x07,0x32,0x19,0x19,0x19,0xce,0x00,0xfb,0x00,0x19,0x19,0x19,0xb5,0xb5,0xb5,
0xf5,0xf5,0xf5,0xfb,0xfb,0xfb,0xc2,0xc2,0xc2,0xaf,0x02,0x3f,0xd3,0xd3,0xd3,0xde,
0x00,0x87,0x0f,0xe0,0x00,0x09,0x32,0x1d,0x1d,0x1d,0xe0,0x00,0x38,0x5b,0x5b,0x5b,
0xc2,0x00,0x32,0xba,0xba,0xba,0x18,0x00,0x02,0x02,0x00,0x38,0x8f,0x8f,0x8f,0x1e,
0x00,0x08,0x02,0x00,0xf8,0x09,0xea,0xea,0xea,0x88,0x88,0x88,0x43,0x43,0x43,0x21,
0x21,0x21,0x18,0x18,0x18,0x2b,0x2b,0x2b,0x60,0x60,0x60,0xc7,0xc7,0xc7,0x24,0x00,
0x0f,0x02,0x00,0x4d,0x0f,0xc0,0x01,0x07,0x41,0x40,0x40,0x40,0x22,0x01,0x00,0x38,
0x93,0x93,0x93,0x86,0x00,0x32,0xf5,0xf5,0xf5,0xda,0x00,0x02,0x02,0x00,0x38,0x75,
0x75,0x75,0x1e,0x00,0x05,0x02,0x00,0x62,0xab,0xab,0xab,0x06,0x06,0x06,0x24,0x00,
0x0b,0x02,0x00,0x35,0x83,0x83,0x83,0x27,0x00,0x0f,0x02,0x00,0x4d,0x0f,0xe0,0x00,
0x07,0x0e,0x02,0x00,0x41,0xf0,0xf0,0xf0,0xea,0x01,0x00,0x08,0xb0,0x00,0x3e,0x6e,
0x6e,0x6e,0x2a,0x00,0x62,0xfe,0xfe,0xfe,0x92,0x92,0x92,0x27,0x00,0xc2,0x1e,0x1e,
0x1e,0x73,0x73,0x73,0x7b,0x7b,0x7b,0x24,0x24,0x24,0x12,0x00,0x3f,0x00,0x00,0x00,
0xc6,0x01,0x56,0x0f,0xe0,0x00,0x0a,0xce,0xfd,0xfd,0xfd,0xac,0xac,0xac,0x5b,0x5b,
0x5b,0x1c,0x1c,0x1c,0x5d,0x04,0x02,0x02,0x00,0x0f,0xe0,0x00,0x05,0x32,0x96,0x96,
0x96,0x21,0x00,0x14,0xbe,0x6a,0x10,0x62,0xeb,0xeb,0xeb,0x0d,0x0d,0x0d,0x15,0x00,
0x31,0x72,0x72,0x72,0x06,0x01,0x0f,0x02,0x00,0x27,0x31,0x00,0x00,0x00,0x48,0x0b,
0x03,0x89,0x09,0x05,0x09,0x00,0x08,0x15,0x00,0x0f,0x40,0x05,0x0a,0x62,0xe1,0xe1,
0xe1,0x34,0x34,0x34,0x8f,0x00,0x0f,0x02,0x00,0x08,0x0f,0xe0,0x00,0x05,0x41,0xbd,
0xbd,0xbd,0x5a,0x01,0x00,0x31,0xec,0xec,0xec,0x6a,0x00,0x72,0xfe,0xfe,0xfe,0xfe,
0x39,0x39,0x39,0x4b,0x00,0x32,0x56,0x56,0x56,0x12,0x00,0x0f,0x02,0x00,0x4d,0x0f,
0xc0,0x01,0x04,0x3b,0xf1,0xf1,0xf1,0x28,0x05,0x71,0x17,0x17,0x17,0x3d,0x3d,0x3d,
0x46,0x01,0x00,0x02,0xa4,0x00,0x02,0x02,0x00,0x0f,0xe0,0x00,0x05,0x02,0x02,0x00,
0xf2,0x03,0xec,0xec,0xec,0xa9,0xa9,0xa9,0x84,0x84,0x84,0x72,0x72,0x72,0x6e,0x6e,
0x6e,0x1a,0x1a,0x1a,0x36,0x00,0x17,0x52,0x7c,0x10,0x0b,0x02,0x00,0xfb,0x00,0xea,
0xea,0xea,0xa0,0xa0,0xa0,0x80,0x80,0x80,0x92,0x92,0x92,0xe0,0xe0,0xe0,0x1e,0x00,
0x0f,0x02,0x00,0x1d,0x0f,0xe0,0x00,0x04,0x32,0x85,0x85,0x85,0x89,0x00,0x02,0x02,
0x00,0x65,0x85,0x85,0x85,0xfb,0xfb,0xfb,0x5c,0x00,0x02,0x15,0x00,0x02,0x02,0x00,
0x0f,0xe0,0x00,0x05,0x92,0xfd,0xfd,0xfd,0x7d,0x7d,0x7d,0x07,0x07,0x07,0x27,0x00,
0x0b,0x02,0x00,0x0f,0xe0,0x00,0x05,0x32,0xec,0xec,0xec,0x33,0x00,0xc5,0x1d,0x1d,
0x1d,0x02,0x02,0x02,0x05,0x05,0x05,0xbc,0xbc,0xbc,0x78,0x00,0x0f,0x02,0x00,0x20,
0x0f,0xe0,0x00,0x04,0x35,0x43,0x43,0x43,0x92,0x00,0x3b,0x2a,0x2a,0x2a,0x59,0x00,
0x05,0x1b,0x00,0x0f,0xe0,0x00,0x08,0x31,0x7c,0x7c,0x7c,0x20,0x00,0xf2,0x01,0x00,
0x00,0x00,0x00,0x42,0x42,0x42,0x71,0x71,0x71,0x76,0x76,0x76,0x1c,0x1c,0x1c,0x12,
0x00,0x0f,0xe0,0x00,0x05,0xfb,0x06,0xeb,0xeb,0xeb,0x00,0x00,0x00,0x80,0x80,0x80,
0xfe,0xfe,0xfe,0xa1,0xa1,0xa1,0x00,0x00,0x00,0x4a,0x4a,0x4a,0x7e,0x00,0x02,0x02,
0x00,0x02,0x71,0x03,0x02,0x06,0x00,0x0c,0x74,0x03,0x01,0x9b,0x03,0x02,0x02,0x00,
0x0f,0xe0,0x00,0x04,0x32,0x2d,0x2d,0x2d,0x89,0x00,0x62,0x00,0x00,0x00,0x36,0x36,
0x36,0x2c,0x00,0x02,0x02,0x00,0x31,0xd4,0xd4,0xd4,0x17,0x00,0x03,0x02,0x00,0x0f,
0xc0,0x01,0x02,0x62,0xfb,0xfb,0xfb,0x0b,0x0b,0x0b,0x22,0x00,0x32,0x70,0x70,0x70,
0x39,0x00,0x62,0xfe,0xfe,0xfe,0x3e,0x3e,0x3e,0x15,0x00,0x0f,0xe0,0x00,0x05,0xf1,
0x06,0xfc,0xfc,0xfc,0xdc,0xdc,0xdc,0xb5,0xb5,0xb5,0x9d,0x9d,0x9d,0x7a,0x7a,0x7a,
0x00,0x00,0x00,0x2f,0x2f,0x2f,0x3b,0x00,0x0f,0x02,0x00,0x24,0x0f,0xe0,0x00,0x04,
0x32,0x49,0x49,0x49,0x89,0x00,0x02,0x02,0x00,0xf2,0x00,0x8e,0x8e,0x8e,0xe6,0xe6,
0xe6,0xdf,0xdf,0xdf,0x92,0x92,0x92,0x12,0x12,0x12,0x15,0x00,0x02,0x02,0x00,0x3e,
0x6a,0x6a,0x6a,0x7b,0x00,0x32,0xe5,0xe5,0xe5,0x1e,0x00,0x62,0x00,0x00,0x00,0xa8,
0xa8,0xa8,0x21,0x00,0x61,0xfb,0xfb,0xfb,0x2a,0x2a,0x2a,0x14,0x00,0x0f,0xe0,0x00,
0x06,0xf2,0x06,0xee,0xee,0xee,0x32,0x32,0x32,0x00,0x00,0x00,0x20,0x20,0x20,0x25,
0x25,0x25,0x00,0x00,0x00,0x2e,0x2e,0x2e,0x3f,0x00,0x0f,0x02,0x00,0x23,0x0f,0xe0,
0x00,0x04,0x32,0x9a,0x9a,0x9a,0x89,0x00,0x0f,0x02,0x00,0x0e,0x98,0x03,0x03,0x03,
0x22,0x22,0x22,0xb2,0xb2,0xb2,0x80,0x00,0x32,0xf7,0xf7,0xf7,0x47,0x03,0x02,0xdf,
0x02,0x65,0xa6,0xa6,0xa6,0x9f,0x9f,0x9f,0x3d,0x05,0x98,0x00,0x00,0x00,0x3d,0x3d,
0x3d,0xdf,0xdf,0xdf,0x33,0x00,0x02,0x02,0x00,0x02,0x36,0x07,0x9f,0x5a,0x5a,0x5a,
0xfe,0xfe,0xfe,0xce,0xce,0xce,0xe0,0x00,0x08,0x02,0x9a,0x02,0x02,0x06,0x00,0x0f,
0xa0,0x02,0x1f,0x61,0xfa,0xfa,0xfa,0x3c,0x3c,0x3c,0x8b,0x00,0x0c,0x02,0x00,0x38,
0x4b,0x4b,0x4b,0xaa,0x00,0x02,0x02,0x00,0x31,0x9a,0x9a,0x9a,0x67,0x00,0x06,0x02,
0x00,0x32,0x69,0x69,0x69,0x1b,0x00,0x08,0x02,0x00,0x05,0xf4,0x09,0x02,0x02,0x00,
0x36,0xf2,0xf2,0xf2,0x31,0x00,0x01,0x02,0x00,0x02,0x58,0x01,0xf1,0x03,0x29,0x29,
0x29,0x9a,0x9a,0x9a,0x40,0x40,0x40,0x00,0x00,0x00,0x1f,0x1f,0x1f,0xd8,0xd8,0xd8,
0x1d,0x00,0x0f,0x02,0x00,0x21,0x0f,0xc0,0x01,0x04,0xc2,0xfe,0xfe,0xfe,0xf4,0xf4,
0xf4,0x6c,0x6c,0x6c,0x08,0x08,0x08,0x8c,0x00,0xf1,0x00,0x00,0x00,0x00,0x0b,0x0b,
0x0b,0x7b,0x7b,0x7b,0xf9,0xf9,0xf9,0x8c,0x8c,0x8c,0x11,0x00,0x06,0x02,0x00,0x0e,
0xe0,0x00,0x65,0xf7,0xf7,0xf7,0x67,0x67,0x67,0x16,0x08,0x96,0x13,0x13,0x13,0xa2,
0xa2,0xa2,0x9e,0x9e,0x9e,0x34,0x00,0x0f,0xe0,0x00,0x01,0x62,0xf5,0xf5,0xf5,0x42,
0x42,0x42,0x17,0x02,0xc1,0x7b,0x7b,0x7b,0x05,0x05,0x05,0x00,0x00,0x00,0x62,0x62,
0x62,0x92,0x00,0x09,0x02,0x00,0x02,0xba,0x01,0x02,0x06,0x00,0x0f,0xc0,0x01,0x1f,
0x05,0x02,0x00,0xcf,0xf4,0xf4,0xf4,0xc3,0xc3,0xc3,0xb0,0xb0,0xb0,0xc2,0xc2,0xc2,
0xee,0x0d,0x20,0xc5,0xf0,0xf0,0xf0,0xc7,0xc7,0xc7,0xcd,0xcd,0xcd,0xf8,0xf8,0xf8,
0x54,0x00,0x0f,0x02,0x00,0x0e,0x6f,0xea,0xea,0xea,0xef,0xef,0xef,0x27,0x00,0x0e,
0x0f,0x02,0x00,0x11,0x0f,0xc0,0x01,0x07,0x0f,0x02,0x00,0xb3,0x0f,0xe0,0x00,0x04,
0xf2,0x4e,0xf6,0xfe,0x00,0xe4,0xfe,0x00,0xd3,0xfe,0x00,0xc2,0xfe,0x00,0xb1,0xfe,
0x00,0x9f,0xfe,0x00,0x8f,0xfe,0x00,0x7e,0xfe,0x00,0x6d,0xfe,0x00,0x5b,0xfe,0x00,
0x4a,0xfe,0x00,0x39,0xfe,0x00,0x28,0xfe,0x00,0x16,0xfe,0x00,0x01,0xfe,0x00,0x00,
0xfe,0x0e,0x00,0xfe,0x1f,0x00,0xfe,0x30,0x00,0xfe,0x42,0x00,0xfe,0x53,0x00,0xfe,
0x63,0x00,0xfe,0x75,0x00,0xfe,0x86,0x00,0xfe,0x97,0x00,0xfe,0xa8,0x00,0xfe,0xba,
0x00,0xfe,0xcb,0x00,0xfe,0xdc,0x00,0xfe,0xed,0x00,0xfe,0xfe,0x00,0xfe,0xfe,0x06,
0x00,0xfa,0x49,0x03,0xfe,0xfe,0x0c,0xfe,0xfe,0x15,0xfe,0xfe,0x1d,0xfe,0xfe,0x25,
0xfe,0xfe,0x2e,0xfe,0xfe,0x37,0xfe,0xfe,0x3f,0xfe,0xfe,0x48,0xfe,0xfe,0x50,0xfe,
0xfe,0x59,0xfe,0xfe,0x61,0xfe,0xfe,0x6a,0xfe,0xfe,0x72,0xfe,0xfe,0x7b,0xfe,0xfe,
0x84,0xfe,0xfe,0x8d,0xfe,0xfe,0x95,0xfe,0xfe,0x9e,0xfe,0xfe,0xa6,0xfe,0xfe,0xaf,
0xfe,0xfe,0xb7,0xfe,0xfe,0xc0,0xfe,0xfe,0xc8,0xfe,0xfe,0xd1,0xfe,0xfe,0xd9,0xfe,
0xfe,0xe2,0xfe,0xfe,0xeb,0xfe,0xfe,0xf3,0xfe,0xfe,0xfc,0x98,0x01,0x0f,0xe0,0x00,
0x16,0x1f,0x8e,0xe0,0x00,0x12,0x1f,0x41,0xe0,0x00,0x01,0x4f,0xb9,0x00,0xfe,0xca,
0xe0,0x00,0x05,0x11,0x14,0xe0,0x00,0x11,0x26,0xe0,0x00,0x4d,0x36,0xfe,0xfe,0x40,
0xe0,0x00,0x14,0x73,0xe0,0x00,0x17,0x8c,0xe0,0x00,0x14,0xae,0xe0,0x00,0x1f,0xc9,
0xe0,0x00,0x24,0x1a,0xf5,0xc0,0x01,0x14,0xa0,0xe0,0x00,0x1f,0x6c,0xc0,0x01,0x0c,
0x02,0xe0,0x00,0x1a,0x64,0xc0,0x01,0x1f,0xb9,0xc0,0x01,0x0e,0x02,0xe0,0x00,0x14,
0x37,0xe0,0x00,0x11,0x51,0xc0,0x01,0x11,0x62,0xc0,0x01,0x0f,0xe0,0x00,0x02,0x0b,
0xc0,0x01,0x1f,0xda,0xc0,0x01,0x2d,0x11,0xa0,0xa0,0x02,0x1d,0x7d,0xa0,0x02,0x19,
0x12,0xa0,0x02,0x14,0x31,0xa0,0x02,0x0f,0xe0,0x00,0x02,0x1b,0xdb,0xa0,0x02,0x4a,
0x04,0xfe,0xfe,0x0b,0xc0,0x01,0x05,0xe0,0x00,0x08,0xa0,0x02,0x41,0x73,0xfe,0xfe,
0x7c,0xa0,0x02,0x0f,0xc0,0x01,0x08,0x02,0xe0,0x00,0x1f,0xea,0xa0,0x02,0x18,0x08,
0xc0,0x01,0x17,0xb0,0x80,0x03,0x0b,0xc0,0x01,0x19,0x13,0xe0,0x00,0x0f,0xc0,0x01,
0x08,0x0f,0xa0,0x02,0x12,0x0f,0x80,0x03,0x02,0x0f,0xe0,0x00,0x02,0x05,0xc0,0x01,
0x0f,0xa0,0x02,0x25,0x0b,0x60,0x04,0x08,0xc0,0x01,0x14,0x5c,0x60,0x04,0x1c,0x27,
0xc0,0x01,0x05,0x60,0x04,0x08,0xc0,0x01,0x11,0xa9,0xa0,0x02,0x0f,0xe0,0x00,0x1b,
0x02,0xa0,0x02,0x02,0x60,0x04,0x05,0xa0,0x02,0x02,0x60,0x04,0x1f,0x9d,0x60,0x04,
0x0a,0x1f,0xf4,0x60,0x04,0x24,0x08,0xe0,0x00,0x08,0x40,0x05,0x0f,0xc0,0x01,0x01,
0x1f,0x52,0x40,0x05,0x2f,0x08,0xe0,0x00,0x1a,0x72,0xa0,0x02,0x0f,0xe0,0x00,0x0b,
0x0f,0x40,0x05,0x16,0x44,0xf5,0xfe,0x00,0xe5,0x20,0x06,0x11,0xb0,0xe0,0x00,0x0e,
0x40,0x05,0x1f,0x24,0xe0,0x00,0x03,0x0b,0xc0,0x01,0x05,0x20,0x06,0x0c,0x80,0x03,
0x0e,0x20,0x06,0x05,0x40,0x05,0x02,0xe0,0x00,0x0f,0x60,0x04,0x02,0x0f,0xe0,0x00,
0x02,0x02,0x60,0x04,0x11,0xea,0xc0,0x01,0x06,0xa6,0x0e,0x01,0x02,0x00,0x0f,0x20,
0x06,0x07,0x05,0xe0,0x00,0x14,0xb1,0xe0,0x00,0x1a,0x7d,0x80,0x03,0x19,0x23,0xa0,
0x02,0x11,0x20,0xa0,0x02,0x0f,0x40,0x05,0x08,0x0f,0xe0,0x00,0x03,0x02,0x20,0x06,
0x11,0x25,0x20,0x06,0x0b,0x80,0x03,0x02,0xe0,0x00,0x05,0x00,0x07,0x02,0x60,0x04,
0x0f,0xe0,0x00,0x02,0x11,0xd9,0xe0,0x00,0x0f,0xc0,0x01,0x19,0x0b,0x80,0x03,0x11,
0x9f,0xc0,0x01,0x0e,0xe0,0x00,0x07,0xa0,0x02,0x17,0x20,0x40,0x05,0x47,0x63,0x00,
0xfe,0x74,0xe0,0x07,0x0f,0x20,0x06,0x03,0x11,0x04,0xe0,0x07,0x05,0xe0,0x00,0x1f,
0x2f,0xe0,0x00,0x04,0x0f,0x80,0x03,0x05,0x11,0xb8,0xe0,0x07,0x02,0x60,0x04,0x02,
0xc0,0x01,0x11,0xeb,0xc0,0x01,0x11,0xfc,0xb7,0x01,0x05,0x02,0x00,0x0f,0xc0,0x01,
0x04,0x08,0x40,0x05,0x02,0xc0,0x08,0x02,0xa0,0x02,0x05,0x40,0x05,0x11,0x35,0xc0,
0x01,0x07,0xe0,0x00,0x02,0xc0,0x08,0x02,0x80,0x03,0x08,0x60,0x04,0x0f,0xe0,0x00,
0x0c,0x0f,0xc0,0x08,0x0e,0x0f,0x40,0x05,0x05,0x4d,0xb8,0xfe,0xfe,0xbf,0xe0,0x00,
0x0f,0x80,0x03,0x1c,0x1f,0xd4,0xa0,0x09,0x07,0x11,0x34,0xe0,0x00,0x0d,0x00,0x07,
0x02,0xe0,0x00,0x0e,0xc0,0x01,0x1f,0xca,0xa0,0x02,0x05,0x02,0xe0,0x00,0x05,0xe0,
0x07,0x02,0xa0,0x09,0x02,0x80,0x03,0x4d,0x61,0xfe,0xfe,0x6b,0xa0,0x02,0x02,0xa0,
0x09,0x11,0xae,0xe0,0x00,0x05,0xa0,0x09,0x05,0xc0,0x01,0x0f,0xe0,0x00,0x1c,0x02,
0x80,0x0a,0x05,0x60,0x04,0x08,0xa0,0x02,0x0f,0xe0,0x00,0x07,0x0e,0x60,0x04,0x0f,
0xa0,0x09,0x03,0x08,0xa0,0x02,0x0b,0xe0,0x00,0x08,0xe0,0x07,0x0f,0x80,0x03,0x11,
0x0f,0xe0,0x00,0x22,0x08,0x60,0x0b,0x05,0x20,0x06,0x02,0xa0,0x02,0x11,0x46,0xa0,
0x02,0x1f,0x24,0xc0,0x01,0x03,0x11,0x53,0xc0,0x01,0x02,0x60,0x0b,0x14,0x98,0x00,
0x07,0x0f,0x60,0x0b,0x06,0x05,0x80,0x03,0x1f,0x2e,0x80,0x03,0x04,0x0b,0xe0,0x00,
0x41,0x9e,0xfe,0xfe,0xa7,0xc0,0x01,0x11,0xb7,0xa0,0x02,0x11,0xc8,0x80,0x0a,0x05,
0xe0,0x00,0x0f,0x00,0x07,0x16,0x0f,0x02,0x00,0xb6,0x0f,0x60,0x04,0x04,0x0f,0x02,
0x00,0xb6,0x0f,0xe0,0x00,0xde,0x0f,0x57,0x22,0x0d,0x0f,0x75,0x22,0x0b,0x0f,0x1e,
0x00,0x82,0xa0,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
};
const lv_img_dsc_t test_RGB888_LZ4_align1 = {
.header.magic = LV_IMAGE_HEADER_MAGIC,
.header.cf = LV_COLOR_FORMAT_RGB888,
.header.flags = 0 | LV_IMAGE_FLAGS_COMPRESSED,
.header.w = 71,
.header.h = 60,
.header.stride = 224,
.data_size = 2797,
.data = test_RGB888_LZ4_align1_map,
};

View File

@@ -0,0 +1,229 @@
#if defined(LV_LVGL_H_INCLUDE_SIMPLE)
#include "lvgl.h"
#elif defined(LV_BUILD_TEST)
#include "../lvgl.h"
#else
#include "lvgl/lvgl.h"
#endif
#ifndef LV_ATTRIBUTE_MEM_ALIGN
#define LV_ATTRIBUTE_MEM_ALIGN
#endif
#ifndef LV_ATTRIBUTE_IMG_DUST
#define LV_ATTRIBUTE_IMG_DUST
#endif
static const
LV_ATTRIBUTE_MEM_ALIGN LV_ATTRIBUTE_LARGE_CONST LV_ATTRIBUTE_IMG_DUST
uint8_t test_XRGB8888_LZ4_align1_map[] = {
0x02,0x00,0x00,0x00,0x02,0x0c,0x00,0x00,0x80,0x43,0x00,0x00,0x4f,0x00,0xfe,0x00,
0xff,0x04,0x00,0xff,0x07,0x30,0x00,0x00,0x00,0x20,0x01,0x3f,0xfe,0xfe,0xfe,0x04,
0x00,0xfe,0x01,0x34,0x02,0x0f,0x20,0x01,0xff,0x1d,0x3f,0x00,0x00,0x00,0x04,0x00,
0x0a,0x0f,0x64,0x02,0x8d,0x2f,0x00,0x00,0x04,0x00,0x2f,0x04,0xe4,0x00,0x0f,0x40,
0x02,0x01,0x0f,0x1c,0x01,0x09,0x0f,0x20,0x01,0x2e,0xe2,0xbf,0xbf,0xff,0xfe,0x68,
0x68,0xff,0xfe,0x28,0x28,0xff,0xfe,0x05,0x05,0x04,0x00,0x22,0x28,0x28,0x14,0x00,
0x2f,0xbf,0xbf,0xe0,0x03,0x32,0x08,0xe0,0x00,0x04,0xe8,0x00,0x0f,0x08,0x00,0x19,
0x08,0x40,0x00,0x0f,0x20,0x01,0x56,0xaf,0xe4,0xe4,0xff,0xfe,0x6b,0x6b,0xff,0xfe,
0x00,0x00,0x04,0x00,0x0b,0x22,0x6b,0x6b,0x2c,0x00,0x0f,0x0c,0x05,0x05,0x62,0x94,
0x94,0xff,0xfe,0x1f,0x1f,0x04,0x00,0x2f,0x94,0x94,0x28,0x00,0x02,0x04,0xe0,0x00,
0x0f,0x48,0x02,0x21,0x04,0x38,0x00,0x04,0x50,0x01,0x0f,0x20,0x01,0x52,0x6f,0xe4,
0xe4,0xff,0xfe,0x57,0x57,0x18,0x01,0x0b,0x08,0x38,0x01,0x22,0x57,0x57,0x34,0x00,
0x0f,0x24,0x01,0x01,0x26,0x1f,0x1f,0x2c,0x00,0x2f,0x1f,0x1f,0x24,0x00,0x02,0x08,
0x20,0x01,0x04,0xe8,0x00,0x0f,0x08,0x00,0x11,0x0f,0x38,0x00,0x01,0x0f,0x20,0x01,
0x52,0x0f,0x38,0x02,0x11,0x08,0x20,0x01,0x22,0x00,0x00,0x34,0x00,0x0f,0x20,0x01,
0x34,0x0f,0x48,0x02,0x11,0x08,0x38,0x02,0x04,0x28,0x01,0x01,0x14,0x00,0x11,0xfe,
0x54,0x04,0x09,0xe0,0x07,0x0f,0x80,0x04,0x3a,0x22,0xbf,0xbf,0xf0,0x00,0x0c,0x00,
0x01,0x0f,0x10,0x00,0x11,0x0f,0x90,0x04,0x01,0x0f,0x60,0x03,0x1c,0x01,0xe4,0x00,
0x0f,0x90,0x04,0x0c,0x04,0x10,0x01,0x0c,0x08,0x00,0x01,0x3c,0x00,0x0f,0x20,0x01,
0x4d,0x2f,0x68,0x68,0x0c,0x01,0x13,0x0f,0x30,0x01,0x01,0x2f,0x68,0x68,0x44,0x02,
0x03,0x0f,0x58,0x02,0x01,0x07,0x14,0x00,0x0c,0xe8,0x00,0x08,0x10,0x00,0x0c,0x4c,
0x02,0x01,0x04,0x01,0x03,0x40,0x01,0x08,0x28,0x00,0x04,0x90,0x03,0x0f,0x60,0x03,
0x4e,0x2f,0x28,0x28,0xfc,0x00,0x03,0x0f,0x10,0x01,0x01,0x0c,0x14,0x00,0x29,0x28,
0x28,0xf8,0x00,0x04,0xb4,0x00,0x0f,0x08,0x00,0x0d,0x0c,0xe8,0x00,0x0c,0x10,0x00,
0x04,0x40,0x00,0x0c,0x18,0x00,0x0c,0x10,0x00,0x01,0x3c,0x01,0x0f,0x40,0x02,0x00,
0x04,0x40,0x00,0x0f,0x08,0x00,0x05,0x0f,0x80,0x03,0x1a,0x2e,0x05,0x05,0xf8,0x00,
0x0c,0x08,0x01,0x0f,0x10,0x00,0x05,0x2a,0x05,0x05,0x20,0x01,0xa2,0xbe,0xbe,0xff,
0xfe,0x52,0x52,0xff,0xfe,0x0c,0x0c,0x04,0x00,0x22,0x52,0x52,0x14,0x00,0x07,0x3c,
0x02,0x01,0xd4,0x00,0x0f,0x10,0x02,0x04,0x0c,0x00,0x01,0x0f,0x10,0x00,0x0d,0x01,
0x4c,0x00,0x0f,0x20,0x01,0x95,0x6e,0xbe,0xbe,0xff,0xfe,0x2b,0x2b,0x4c,0x01,0x22,
0x2b,0x2b,0x1c,0x00,0x07,0x24,0x01,0x0f,0xf8,0x00,0x11,0x01,0xfc,0x00,0x0f,0x48,
0x01,0x0c,0x01,0x24,0x00,0x0f,0x20,0x01,0x4d,0x0f,0x60,0x03,0x35,0x2e,0x52,0x52,
0x1c,0x01,0x04,0x78,0x02,0x2f,0x52,0x52,0x20,0x01,0x16,0x0f,0x80,0x04,0x31,0x0f,
0x58,0x03,0x05,0x04,0x18,0x00,0x0f,0x60,0x03,0x1a,0x0f,0xa0,0x05,0x35,0x26,0x0c,
0x0c,0x10,0x01,0x04,0x18,0x01,0x04,0x08,0x00,0x2f,0x0c,0x0c,0x20,0x01,0x12,0x04,
0xc0,0x00,0x0c,0x08,0x00,0x0f,0x70,0x02,0x05,0x0f,0x40,0x02,0x52,0x0f,0xe0,0x07,
0x35,0x0f,0x20,0x01,0x2c,0x0c,0x38,0x02,0x0c,0x10,0x00,0x01,0x0c,0x01,0x0b,0x70,
0x03,0x01,0x14,0x00,0x0f,0x60,0x03,0x4d,0x22,0xfe,0xfe,0xec,0x09,0x04,0xec,0x01,
0x0f,0x08,0x00,0x15,0x22,0x6b,0x6b,0x3c,0x00,0x04,0x58,0x04,0x0f,0x60,0x03,0x28,
0x0c,0x30,0x02,0x0f,0x10,0x00,0x05,0x0c,0x48,0x02,0x0f,0x20,0x01,0x56,0x0f,0x60,
0x0c,0x31,0x0f,0xa0,0x05,0x24,0x0c,0x28,0x02,0x0f,0x10,0x00,0x0d,0x01,0x14,0x01,
0x03,0x48,0x02,0x01,0x0c,0x00,0x0f,0x40,0x02,0x51,0x04,0x24,0x01,0x0f,0x68,0x0c,
0x11,0x0f,0xa0,0x0e,0x09,0x0f,0xe0,0x07,0x1c,0x0f,0x28,0x02,0x05,0x0f,0x18,0x00,
0x0d,0x04,0x48,0x02,0x0f,0x20,0x01,0x25,0x0f,0x60,0x00,0x0d,0x0f,0x20,0x00,0x0a,
0x0f,0xe0,0x10,0x54,0x0f,0x28,0x02,0x0d,0x0f,0x20,0x00,0x0d,0x04,0xc4,0x00,0x0f,
0x40,0x0b,0x01,0x04,0x1c,0x00,0x0f,0x08,0x00,0xf1,0x0f,0x20,0x01,0xff,0x36,0xf2,
0x04,0xec,0xec,0xec,0xff,0xd6,0xd6,0xd6,0xff,0xcb,0xcb,0xcb,0xff,0xd8,0xd8,0xd8,
0xff,0xf6,0xf6,0xf6,0x58,0x04,0x04,0x60,0x06,0x0f,0x08,0x00,0x00,0x0f,0x28,0x09,
0x0d,0x0f,0x20,0x00,0x89,0x04,0x3c,0x03,0x0f,0x40,0x02,0x09,0xbd,0xc9,0xc9,0xc9,
0xff,0x69,0x69,0x69,0xff,0x21,0x21,0x21,0xcc,0x00,0xff,0x00,0x04,0x04,0x04,0xff,
0x3a,0x3a,0x3a,0xff,0xa2,0xa2,0xa2,0xff,0xfd,0xfd,0xfd,0x20,0x01,0x02,0x04,0x64,
0x00,0x0f,0x08,0x00,0xa9,0x0f,0x20,0x01,0x05,0x3d,0x4c,0x4c,0x4c,0x14,0x01,0x0c,
0x24,0x01,0x04,0x10,0x00,0x7f,0x43,0x43,0x43,0xff,0xf3,0xf3,0xf3,0x24,0x01,0xc2,
0x0f,0x20,0x01,0x05,0x3f,0x15,0x15,0x15,0x20,0x01,0x02,0x3f,0x04,0x04,0x04,0x18,
0x00,0x02,0x3f,0x55,0x55,0x55,0x20,0x01,0xda,0x35,0x19,0x19,0x19,0x08,0x01,0xff,
0x04,0x19,0x19,0x19,0xff,0xb5,0xb5,0xb5,0xff,0xf5,0xf5,0xf5,0xff,0xfb,0xfb,0xfb,
0xff,0xc2,0xc2,0xc2,0x74,0x03,0x02,0x3f,0xd3,0xd3,0xd3,0x24,0x01,0xbe,0x0f,0x20,
0x0a,0x05,0x35,0x1d,0x1d,0x1d,0x20,0x01,0x3d,0x5b,0x5b,0x5b,0xf8,0x00,0x35,0xba,
0xba,0xba,0x20,0x00,0x04,0x68,0x03,0x3d,0x8f,0x8f,0x8f,0x28,0x00,0x0c,0x7c,0x04,
0xb1,0xea,0xea,0xea,0xff,0x88,0x88,0x88,0xff,0x43,0x43,0x43,0x64,0x01,0xff,0x00,
0x18,0x18,0x18,0xff,0x2b,0x2b,0x2b,0xff,0x60,0x60,0x60,0xff,0xc7,0xc7,0xc7,0x40,
0x00,0x0e,0x0c,0x50,0x00,0x0f,0x10,0x00,0x4d,0x0f,0x20,0x01,0x05,0x71,0x40,0x40,
0x40,0xff,0x22,0x22,0x22,0x04,0x00,0x3d,0x93,0x93,0x93,0xb8,0x00,0x3d,0xf5,0xf5,
0xf5,0x20,0x01,0x3d,0x75,0x75,0x75,0x28,0x00,0x08,0xc0,0x00,0x7d,0xab,0xab,0xab,
0xff,0x06,0x06,0x06,0x38,0x00,0x04,0x60,0x01,0x7f,0x00,0x00,0x00,0xff,0x83,0x83,
0x83,0x44,0x00,0x0a,0x08,0x50,0x00,0x0f,0x0c,0x00,0x51,0x0f,0x20,0x01,0x05,0x0f,
0x7c,0x00,0x05,0x71,0xf0,0xf0,0xf0,0xff,0xea,0xea,0xea,0x04,0x00,0x08,0xd8,0x00,
0x7f,0x00,0x00,0x00,0xff,0x6e,0x6e,0x6e,0xdc,0x00,0x0a,0x35,0x92,0x92,0x92,0x1c,
0x01,0xf5,0x00,0x1e,0x1e,0x1e,0xff,0x73,0x73,0x73,0xff,0x7b,0x7b,0x7b,0xff,0x24,
0x24,0x24,0x18,0x00,0x3f,0x00,0x00,0x00,0x48,0x02,0x7a,0x0f,0x20,0x01,0x09,0xff,
0x00,0xfd,0xfd,0xfd,0xff,0xac,0xac,0xac,0xff,0x5b,0x5b,0x5b,0xff,0x1c,0x1c,0x1c,
0x9c,0x05,0x06,0x04,0x28,0x01,0x0f,0x20,0x01,0x0d,0x35,0x96,0x96,0x96,0x08,0x01,
0x35,0xbe,0xbe,0xbe,0x4c,0x01,0x75,0xeb,0xeb,0xeb,0xff,0x0d,0x0d,0x0d,0x1c,0x00,
0x35,0x72,0x72,0x72,0x1c,0x00,0x0f,0xa8,0x01,0x05,0x0f,0x18,0x00,0x21,0x04,0xfc,
0x1d,0x04,0x08,0x00,0x01,0x60,0x0d,0x0b,0x10,0x1e,0x08,0x1c,0x00,0x01,0x20,0x00,
0x0f,0x80,0x04,0x04,0x71,0xe1,0xe1,0xe1,0xff,0x34,0x34,0x34,0x40,0x00,0x04,0x00,
0x01,0x0f,0x08,0x00,0x0d,0x0f,0x20,0x01,0x0d,0x71,0xbd,0xbd,0xbd,0xff,0x5a,0x5a,
0x5a,0x04,0x00,0x39,0xec,0xec,0xec,0x04,0x01,0x35,0x39,0x39,0x39,0x6c,0x00,0x39,
0x56,0x56,0x56,0x1c,0x00,0x0f,0x0c,0x01,0x21,0x0f,0x34,0x00,0x35,0x0f,0x40,0x02,
0x01,0x31,0xf1,0xf1,0xf1,0x3c,0x05,0x0c,0x10,0x01,0xb1,0x17,0x17,0x17,0xff,0x3d,
0x3d,0x3d,0xff,0x46,0x46,0x46,0x04,0x00,0x0c,0x20,0x00,0x0f,0x20,0x01,0x0d,0x04,
0xb4,0x00,0xf1,0x00,0xec,0xec,0xec,0xff,0xa9,0xa9,0xa9,0xff,0x84,0x84,0x84,0xff,
0x72,0x72,0x72,0x98,0x03,0x35,0x1a,0x1a,0x1a,0x20,0x01,0x1b,0x52,0x30,0x15,0x04,
0x38,0x00,0x08,0x08,0x00,0xff,0x04,0xea,0xea,0xea,0xff,0xa0,0xa0,0xa0,0xff,0x80,
0x80,0x80,0xff,0x92,0x92,0x92,0xff,0xe0,0xe0,0xe0,0x54,0x01,0x42,0x0f,0x20,0x01,
0x01,0x35,0x85,0x85,0x85,0xac,0x00,0x04,0x04,0x01,0x31,0x85,0x85,0x85,0xdc,0x07,
0x08,0xa4,0x00,0x04,0x1c,0x00,0x04,0x08,0x00,0x0f,0x20,0x01,0x0d,0xbd,0xfd,0xfd,
0xfd,0xff,0x7d,0x7d,0x7d,0xff,0x07,0x07,0x07,0x60,0x00,0x04,0x44,0x00,0x0f,0x20,
0x01,0x11,0x35,0xec,0xec,0xec,0x44,0x00,0xff,0x00,0x1d,0x1d,0x1d,0xff,0x02,0x02,
0x02,0xff,0x05,0x05,0x05,0xff,0xbc,0xbc,0xbc,0x24,0x01,0x3e,0x0f,0x20,0x01,0x01,
0x39,0x43,0x43,0x43,0xc0,0x00,0x3f,0x2a,0x2a,0x2a,0x78,0x00,0x02,0x08,0xd4,0x00,
0x0f,0xa0,0x05,0x11,0x39,0x7c,0x7c,0x7c,0x58,0x00,0xb1,0x42,0x42,0x42,0xff,0x71,
0x71,0x71,0xff,0x76,0x76,0x76,0xe0,0x04,0x04,0x50,0x00,0x0f,0x40,0x02,0x0d,0x31,
0xeb,0xeb,0xeb,0x48,0x00,0x31,0x80,0x80,0x80,0x98,0x00,0x31,0xa1,0xa1,0xa1,0x10,
0x00,0x31,0x4a,0x4a,0x4a,0x10,0x00,0x08,0xc4,0x01,0x08,0x0c,0x00,0x04,0x5c,0x04,
0x04,0x08,0x00,0x01,0x60,0x04,0x0f,0x80,0x04,0x20,0x31,0x2d,0x2d,0x2d,0x38,0x00,
0x04,0xb0,0x00,0x3d,0x36,0x36,0x36,0x78,0x00,0x39,0xd4,0xd4,0xd4,0x24,0x00,0x0f,
0x20,0x01,0x0d,0x75,0xfb,0xfb,0xfb,0xff,0x0b,0x0b,0x0b,0x34,0x00,0x39,0x70,0x70,
0x70,0x54,0x00,0x35,0x3e,0x3e,0x3e,0x1c,0x00,0x0f,0x20,0x01,0x0d,0x71,0xfc,0xfc,
0xfc,0xff,0xdc,0xdc,0xdc,0xb4,0x0a,0x71,0x9d,0x9d,0x9d,0xff,0x7a,0x7a,0x7a,0x3c,
0x00,0x39,0x2f,0x2f,0x2f,0x54,0x00,0x08,0x1c,0x01,0x0f,0x0c,0x00,0x25,0x0f,0x40,
0x02,0x01,0x31,0x49,0x49,0x49,0x70,0x00,0x04,0x20,0x01,0xf1,0x00,0x00,0x00,0x00,
0xff,0x8e,0x8e,0x8e,0xff,0xe6,0xe6,0xe6,0xff,0xdf,0xdf,0xdf,0xf0,0x03,0x3d,0x12,
0x12,0x12,0x24,0x00,0x3f,0x6a,0x6a,0x6a,0xa0,0x00,0x06,0x39,0xe5,0xe5,0xe5,0x30,
0x00,0x35,0xa8,0xa8,0xa8,0x2c,0x00,0x75,0xfb,0xfb,0xfb,0xff,0x2a,0x2a,0x2a,0x20,
0x00,0x0f,0x20,0x01,0x0d,0x71,0xee,0xee,0xee,0xff,0x32,0x32,0x32,0x30,0x00,0x71,
0x20,0x20,0x20,0xff,0x25,0x25,0x25,0x0c,0x00,0x35,0x2e,0x2e,0x2e,0x54,0x00,0x0f,
0x10,0x01,0x25,0x0c,0x38,0x00,0x0f,0x20,0x01,0x01,0x31,0x9a,0x9a,0x9a,0x70,0x00,
0x08,0x20,0x01,0x0f,0x0c,0x00,0x11,0x31,0x03,0x03,0x03,0x50,0x0a,0x3d,0xb2,0xb2,
0xb2,0xa8,0x00,0x35,0xf7,0xf7,0xf7,0x34,0x04,0x04,0xb4,0x03,0x79,0xa6,0xa6,0xa6,
0xff,0x9f,0x9f,0x9f,0xbc,0x06,0x31,0x00,0x00,0x00,0x04,0x06,0x3d,0xdf,0xdf,0xdf,
0x44,0x00,0x04,0xbc,0x00,0x04,0x48,0x09,0x31,0x5a,0x5a,0x5a,0x24,0x00,0x31,0xce,
0xce,0xce,0xb0,0x00,0x0f,0x20,0x01,0x0d,0x04,0x58,0x03,0x04,0x08,0x00,0x0f,0x60,
0x03,0x25,0x71,0xfa,0xfa,0xfa,0xff,0x3c,0x3c,0x3c,0x74,0x00,0x0f,0x18,0x01,0x05,
0x3d,0x4b,0x4b,0x4b,0xd8,0x00,0x04,0x2c,0x00,0x31,0x9a,0x9a,0x9a,0xb8,0x00,0x04,
0xd0,0x00,0x04,0x08,0x00,0x3f,0x69,0x69,0x69,0x54,0x00,0x06,0x08,0xd0,0x0c,0x04,
0x48,0x00,0x3f,0xf2,0xf2,0xf2,0x48,0x00,0x02,0x04,0xc0,0x01,0xb1,0x29,0x29,0x29,
0xff,0x9a,0x9a,0x9a,0xff,0x40,0x40,0x40,0x58,0x00,0x31,0x1f,0x1f,0x1f,0x9c,0x12,
0x04,0x70,0x00,0x0f,0x08,0x00,0x31,0x0f,0x40,0x02,0x01,0xf1,0x00,0xfe,0xfe,0xfe,
0xff,0xf4,0xf4,0xf4,0xff,0x6c,0x6c,0x6c,0xff,0x08,0x08,0x08,0x7c,0x00,0x04,0xb4,
0x00,0x31,0x0b,0x0b,0x0b,0xf4,0x0a,0x79,0xf9,0xf9,0xf9,0xff,0x8c,0x8c,0x8c,0x1c,
0x00,0x04,0x24,0x00,0x0f,0x20,0x01,0x05,0x79,0xf7,0xf7,0xf7,0xff,0x67,0x67,0x67,
0x68,0x0a,0xbd,0x13,0x13,0x13,0xff,0xa2,0xa2,0xa2,0xff,0x9e,0x9e,0x9e,0x4c,0x00,
0x0f,0x20,0x01,0x05,0x71,0xf5,0xf5,0xf5,0xff,0x42,0x42,0x42,0x30,0x00,0x31,0x03,
0x03,0x03,0x90,0x00,0x31,0x05,0x05,0x05,0x10,0x00,0x3f,0x62,0x62,0x62,0x54,0x01,
0x02,0x08,0x2c,0x02,0x0f,0x40,0x02,0x2d,0x08,0x78,0x01,0xb1,0xf4,0xf4,0xf4,0xff,
0xc3,0xc3,0xc3,0xff,0xb0,0xb0,0xb0,0xb8,0x0f,0x0f,0xe8,0x11,0x31,0x31,0xf0,0xf0,
0xf0,0x44,0x0c,0x7f,0xcd,0xcd,0xcd,0xff,0xf8,0xf8,0xf8,0xd0,0x00,0x06,0x08,0x88,
0x00,0x0f,0x0c,0x00,0x01,0x7f,0xea,0xea,0xea,0xff,0xef,0xef,0xef,0x40,0x00,0x26,
0x0f,0x54,0x00,0x01,0x0c,0x14,0x00,0x0f,0x40,0x02,0x05,0x0c,0x28,0x00,0x0f,0x10,
0x00,0xe5,0x0f,0x20,0x01,0x01,0xf9,0x68,0xf6,0xfe,0x00,0xff,0xe4,0xfe,0x00,0xff,
0xd3,0xfe,0x00,0xff,0xc2,0xfe,0x00,0xff,0xb1,0xfe,0x00,0xff,0x9f,0xfe,0x00,0xff,
0x8f,0xfe,0x00,0xff,0x7e,0xfe,0x00,0xff,0x6d,0xfe,0x00,0xff,0x5b,0xfe,0x00,0xff,
0x4a,0xfe,0x00,0xff,0x39,0xfe,0x00,0xff,0x28,0xfe,0x00,0xff,0x16,0xfe,0x00,0xff,
0x01,0xfe,0x00,0xff,0x00,0xfe,0x0e,0xff,0x00,0xfe,0x1f,0xff,0x00,0xfe,0x30,0xff,
0x00,0xfe,0x42,0xff,0x00,0xfe,0x53,0xff,0x00,0xfe,0x63,0xff,0x00,0xfe,0x75,0xff,
0x00,0xfe,0x86,0xff,0x00,0xfe,0x97,0xff,0x00,0xfe,0xa8,0xff,0x00,0xfe,0xba,0xff,
0x00,0xfe,0xcb,0xff,0x00,0xfe,0xdc,0xff,0x00,0xfe,0xed,0xff,0x00,0xfe,0xfe,0x04,
0x00,0xff,0x66,0x03,0xfe,0xfe,0xff,0x0c,0xfe,0xfe,0xff,0x15,0xfe,0xfe,0xff,0x1d,
0xfe,0xfe,0xff,0x25,0xfe,0xfe,0xff,0x2e,0xfe,0xfe,0xff,0x37,0xfe,0xfe,0xff,0x3f,
0xfe,0xfe,0xff,0x48,0xfe,0xfe,0xff,0x50,0xfe,0xfe,0xff,0x59,0xfe,0xfe,0xff,0x61,
0xfe,0xfe,0xff,0x6a,0xfe,0xfe,0xff,0x72,0xfe,0xfe,0xff,0x7b,0xfe,0xfe,0xff,0x84,
0xfe,0xfe,0xff,0x8d,0xfe,0xfe,0xff,0x95,0xfe,0xfe,0xff,0x9e,0xfe,0xfe,0xff,0xa6,
0xfe,0xfe,0xff,0xaf,0xfe,0xfe,0xff,0xb7,0xfe,0xfe,0xff,0xc0,0xfe,0xfe,0xff,0xc8,
0xfe,0xfe,0xff,0xd1,0xfe,0xfe,0xff,0xd9,0xfe,0xfe,0xff,0xe2,0xfe,0xfe,0xff,0xeb,
0xfe,0xfe,0xff,0xf3,0xfe,0xfe,0xff,0xfc,0x08,0x02,0x00,0x0f,0x20,0x01,0x19,0x1f,
0x8e,0x20,0x01,0x1e,0x1f,0x41,0x20,0x01,0x08,0x5f,0xb9,0xff,0x00,0xfe,0xca,0x20,
0x01,0x0e,0x13,0x14,0x20,0x01,0x13,0x26,0x20,0x01,0x5f,0x36,0xfe,0xfe,0xff,0x40,
0x20,0x01,0x04,0x17,0x73,0x20,0x01,0x1b,0x8c,0x20,0x01,0x17,0xae,0x20,0x01,0x1f,
0xc9,0x20,0x01,0x2c,0x1f,0xf5,0x40,0x02,0x00,0x17,0xa0,0x20,0x01,0x1f,0x6c,0x40,
0x02,0x16,0x04,0x20,0x01,0x1f,0x64,0x40,0x02,0x00,0x1f,0xb9,0x40,0x02,0x1a,0x04,
0x20,0x01,0x17,0x37,0x20,0x01,0x13,0x51,0x40,0x02,0x13,0x62,0x40,0x02,0x0f,0x20,
0x01,0x09,0x0f,0x40,0x02,0x01,0x1f,0xda,0x40,0x02,0x38,0x13,0xa0,0x60,0x03,0x1f,
0x7d,0x60,0x03,0x04,0x1d,0x12,0x60,0x03,0x17,0x31,0x60,0x03,0x0f,0x20,0x01,0x09,
0x1f,0xdb,0x60,0x03,0x02,0x5f,0x04,0xfe,0xfe,0xff,0x0b,0x40,0x02,0x00,0x08,0x20,
0x01,0x0c,0x60,0x03,0x53,0x73,0xfe,0xfe,0xff,0x7c,0x60,0x03,0x0f,0x40,0x02,0x11,
0x04,0x20,0x01,0x1f,0xea,0x60,0x03,0x1c,0x0c,0x40,0x02,0x1b,0xb0,0x80,0x04,0x0f,
0x40,0x02,0x01,0x1d,0x13,0x20,0x01,0x0f,0x40,0x02,0x11,0x0f,0x60,0x03,0x1f,0x0f,
0x80,0x04,0x09,0x0f,0x20,0x01,0x09,0x08,0x40,0x02,0x0f,0x60,0x03,0x2d,0x0f,0xa0,
0x05,0x01,0x0c,0x40,0x02,0x17,0x5c,0xa0,0x05,0x1f,0x27,0x40,0x02,0x02,0x08,0xa0,
0x05,0x0c,0x40,0x02,0x13,0xa9,0x60,0x03,0x0f,0x20,0x01,0x2b,0x04,0x60,0x03,0x04,
0xa0,0x05,0x08,0x60,0x03,0x04,0xa0,0x05,0x1f,0x9d,0xa0,0x05,0x14,0x1f,0xf4,0xa0,
0x05,0x2c,0x0c,0x20,0x01,0x0c,0xc0,0x06,0x0f,0x40,0x02,0x07,0x1f,0x52,0xc0,0x06,
0x46,0x0c,0x20,0x01,0x1f,0x72,0x60,0x03,0x00,0x0f,0x20,0x01,0x15,0x0f,0xc0,0x06,
0x19,0x57,0xf5,0xfe,0x00,0xff,0xe5,0xe0,0x07,0x13,0xb0,0x20,0x01,0x0f,0xc0,0x06,
0x05,0x1f,0x24,0x20,0x01,0x0a,0x0f,0x40,0x02,0x01,0x08,0xe0,0x07,0x0f,0x80,0x04,
0x03,0x0f,0xe0,0x07,0x05,0x08,0xc0,0x06,0x04,0x20,0x01,0x0f,0xa0,0x05,0x09,0x0f,
0x20,0x01,0x09,0x08,0x80,0x04,0x5f,0xf4,0xfe,0xfe,0xff,0xfb,0x24,0x1f,0x01,0x0f,
0x60,0x15,0x00,0x1b,0xf6,0x20,0x01,0x17,0xb1,0x20,0x01,0x1f,0x7d,0x80,0x04,0x00,
0x1d,0x23,0x60,0x03,0x13,0x20,0x60,0x03,0x0f,0xc0,0x06,0x11,0x0f,0x20,0x01,0x0b,
0x04,0xe0,0x07,0x13,0x25,0xe0,0x07,0x0f,0x80,0x04,0x01,0x04,0x20,0x01,0x08,0x00,
0x09,0x04,0xa0,0x05,0x0f,0x20,0x01,0x09,0x0f,0x00,0x09,0x41,0x0f,0x20,0x01,0x05,
0x0a,0x60,0x03,0x1b,0x20,0xc0,0x06,0x5b,0x63,0xff,0x00,0xfe,0x74,0x20,0x0a,0x0f,
0xe0,0x07,0x0b,0x13,0x04,0x20,0x0a,0x08,0x20,0x01,0x1f,0x2f,0x20,0x0a,0x04,0x04,
0x20,0x01,0x0f,0x80,0x04,0x0d,0x13,0xb8,0x20,0x0a,0x04,0xa0,0x05,0x04,0x40,0x02,
0x13,0xeb,0x40,0x02,0x0f,0x20,0x0a,0x15,0x0c,0xc0,0x06,0x04,0x40,0x0b,0x04,0x60,
0x03,0x08,0xc0,0x06,0x13,0x35,0x40,0x02,0x0a,0x20,0x01,0x04,0x40,0x0b,0x04,0x80,
0x04,0x0c,0xa0,0x05,0x13,0xa8,0xa0,0x05,0x0f,0x40,0x0b,0x07,0x04,0x20,0x01,0x0f,
0x40,0x0b,0x19,0x0f,0xc0,0x06,0x0d,0x5f,0xb8,0xfe,0xfe,0xff,0xbf,0x20,0x01,0x04,
0x0f,0x80,0x04,0x21,0x1f,0xd4,0x60,0x0c,0x10,0x13,0x34,0x20,0x01,0x0f,0x00,0x09,
0x03,0x04,0x20,0x01,0x0f,0x40,0x02,0x05,0x1f,0xca,0x60,0x03,0x0e,0x04,0x20,0x01,
0x08,0x20,0x0a,0x04,0x60,0x0c,0x04,0x80,0x04,0x5b,0x61,0xfe,0xfe,0xff,0x6b,0x60,
0x0c,0x04,0x60,0x03,0x04,0x60,0x0c,0x13,0xae,0x20,0x01,0x08,0x60,0x0c,0x08,0x40,
0x02,0x0f,0x20,0x01,0x21,0x04,0x80,0x0d,0x08,0xa0,0x05,0x0c,0x60,0x03,0x0f,0x20,
0x01,0x0f,0x0f,0xa0,0x05,0x05,0x0f,0x60,0x0c,0x0b,0x04,0x40,0x02,0x04,0x60,0x03,
0x0f,0x20,0x01,0x01,0x0c,0x20,0x0a,0x0f,0x80,0x04,0x1d,0x0f,0x20,0x01,0x29,0x17,
0xe4,0xc0,0x06,0x04,0xa0,0x05,0x1b,0x8f,0x20,0x01,0x13,0x46,0x60,0x03,0x1d,0x24,
0xa0,0x05,0x13,0x1f,0x80,0x04,0x04,0xa0,0x05,0x08,0xa0,0x0e,0x17,0x98,0x00,0x09,
0x0f,0x60,0x03,0x07,0x04,0xc0,0x06,0x04,0x20,0x01,0x0f,0xa0,0x05,0x25,0x53,0x9e,
0xfe,0xfe,0xff,0xa7,0x40,0x02,0x13,0xb7,0x60,0x03,0x04,0xa0,0x0e,0x08,0x20,0x01,
0x0f,0x00,0x09,0x19,0x1f,0xfe,0xe8,0x06,0x00,0x0f,0x14,0x00,0xe5,0x0f,0xc0,0x0f,
0x01,0x0f,0x0c,0x01,0xe5,0x0f,0xf8,0x00,0x01,0x0f,0x20,0x01,0xff,0x1a,0x01,0x2c,
0x01,0x01,0xe4,0x12,0x0f,0x0c,0x00,0xfa,0x50,0xff,0x00,0x00,0x00,0x00,
};
const lv_img_dsc_t test_XRGB8888_LZ4_align1 = {
.header.magic = LV_IMAGE_HEADER_MAGIC,
.header.cf = LV_COLOR_FORMAT_XRGB8888,
.header.flags = 0 | LV_IMAGE_FLAGS_COMPRESSED,
.header.w = 71,
.header.h = 60,
.header.stride = 288,
.data_size = 3086,
.data = test_XRGB8888_LZ4_align1_map,
};