mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-28 07:03:00 +08:00
32 lines
1.1 KiB
C
32 lines
1.1 KiB
C
#include "img_conf.h"
|
|
#include "lv_conf.h"
|
|
|
|
#if USE_IMG_LEFT != 0 && LV_APP_USE_INTERNAL_ICONS == 1
|
|
|
|
#include <stdint.h>
|
|
#include "misc/others/color.h"
|
|
|
|
const color_int_t img_left [] = { /*Width = 10, Height = 15*/
|
|
10, /*Width*/
|
|
15, /*Heigth*/
|
|
16, /*Color depth = 16*/
|
|
1, /*Flags: Transp = 1*/
|
|
2016, 2016, 2016, 2016, 2016, 2016, 27501, 21130, 2016, 2016,
|
|
2016, 2016, 2016, 2016, 2016, 29582, 0, 0, 21130, 2016,
|
|
2016, 2016, 2016, 2016, 31695, 0, 0, 0, 0, 27469,
|
|
2016, 2016, 2016, 29582, 0, 0, 0, 0, 4226, 2016,
|
|
2016, 2016, 29582, 0, 0, 0, 0, 4226, 2016, 2016,
|
|
2016, 29582, 0, 0, 0, 0, 4226, 2016, 2016, 2016,
|
|
29582, 0, 0, 0, 0, 4226, 2016, 2016, 2016, 2016,
|
|
0, 0, 0, 0, 0, 2016, 2016, 2016, 2016, 2016,
|
|
19049, 0, 0, 0, 0, 8484, 2016, 2016, 2016, 2016,
|
|
2016, 19049, 0, 0, 0, 0, 8484, 2016, 2016, 2016,
|
|
2016, 2016, 21130, 0, 0, 0, 0, 8484, 2016, 2016,
|
|
2016, 2016, 2016, 21130, 0, 0, 0, 0, 8484, 2016,
|
|
2016, 2016, 2016, 2016, 19017, 0, 0, 0, 0, 23243,
|
|
2016, 2016, 2016, 2016, 2016, 21130, 0, 0, 12710, 2016,
|
|
2016, 2016, 2016, 2016, 2016, 2016, 21130, 14791, 2016, 2016,
|
|
};
|
|
|
|
#endif
|