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_RIGHT != 0 && LV_APP_USE_INTERNAL_ICONS == 1
|
|
|
|
#include <stdint.h>
|
|
#include "misc/others/color.h"
|
|
|
|
const color_int_t img_right [] = { /*Width = 10, Height = 15*/
|
|
10, /*Width*/
|
|
15, /*Heigth*/
|
|
16, /*Color depth = 16*/
|
|
1, /*Flags: Transp = 1*/
|
|
2016, 2016, 21130, 27501, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
2016, 21130, 0, 0, 29582, 2016, 2016, 2016, 2016, 2016,
|
|
27469, 0, 0, 0, 0, 31695, 2016, 2016, 2016, 2016,
|
|
2016, 4226, 0, 0, 0, 0, 29582, 2016, 2016, 2016,
|
|
2016, 2016, 4226, 0, 0, 0, 0, 29582, 2016, 2016,
|
|
2016, 2016, 2016, 4226, 0, 0, 0, 0, 29582, 2016,
|
|
2016, 2016, 2016, 2016, 4226, 0, 0, 0, 0, 29582,
|
|
2016, 2016, 2016, 2016, 2016, 0, 0, 0, 0, 0,
|
|
2016, 2016, 2016, 2016, 8484, 0, 0, 0, 0, 19049,
|
|
2016, 2016, 2016, 8484, 0, 0, 0, 0, 19049, 2016,
|
|
2016, 2016, 8484, 0, 0, 0, 0, 21130, 2016, 2016,
|
|
2016, 8484, 0, 0, 0, 0, 21130, 2016, 2016, 2016,
|
|
23243, 0, 0, 0, 0, 19017, 2016, 2016, 2016, 2016,
|
|
2016, 12710, 0, 0, 21130, 2016, 2016, 2016, 2016, 2016,
|
|
2016, 2016, 14791, 21130, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
};
|
|
|
|
#endif
|