summaryrefslogtreecommitdiff
path: root/src/DisplayApp/Icons/battery/os_batterycharging_050.c
diff options
context:
space:
mode:
authorAvamander <avamander@gmail.com>2020-10-02 21:46:41 +0300
committerAvamander <avamander@gmail.com>2020-10-02 21:46:41 +0300
commite3fb2f0b8974f3e9a124d27f4b568e754ccfb782 (patch)
treebc43f58bca6920bfb5a78f3cf26d0ec5e8c0d5a0 /src/DisplayApp/Icons/battery/os_batterycharging_050.c
parent30c261028e27dab0e30aec19b9c21c37cc74e92b (diff)
Renamed DisplayApp/ to displayapp/
Diffstat (limited to 'src/DisplayApp/Icons/battery/os_batterycharging_050.c')
-rw-r--r--src/DisplayApp/Icons/battery/os_batterycharging_050.c56
1 files changed, 0 insertions, 56 deletions
diff --git a/src/DisplayApp/Icons/battery/os_batterycharging_050.c b/src/DisplayApp/Icons/battery/os_batterycharging_050.c
deleted file mode 100644
index d2eea829..00000000
--- a/src/DisplayApp/Icons/battery/os_batterycharging_050.c
+++ /dev/null
@@ -1,56 +0,0 @@
-#include "lvgl/lvgl.h"
-
-#ifndef LV_ATTRIBUTE_MEM_ALIGN
-#define LV_ATTRIBUTE_MEM_ALIGN
-#endif
-
-#ifndef LV_ATTRIBUTE_IMG_CK_OS_BATTERYCHARGING_050
-#define LV_ATTRIBUTE_IMG_CK_OS_BATTERYCHARGING_050
-#endif
-
-const LV_ATTRIBUTE_MEM_ALIGN LV_ATTRIBUTE_IMG_CK_OS_BATTERYCHARGING_050 uint8_t ck_os_batterycharging_050_map[] = {
- 0x6c, 0xfe, 0x6c, 0xff, /*Color of index 0*/
- 0xe4, 0xe6, 0xe4, 0xff, /*Color of index 1*/
-
- 0x03, 0xff, 0xc0, 0x00,
- 0x07, 0xff, 0xe0, 0x00,
- 0x0f, 0xff, 0xf0, 0x00,
- 0x0f, 0xff, 0xf0, 0x00,
- 0xff, 0x00, 0xff, 0x00,
- 0xff, 0x00, 0xff, 0x00,
- 0xff, 0x00, 0xff, 0x00,
- 0xff, 0x00, 0xff, 0x00,
- 0xf0, 0x00, 0x0f, 0x00,
- 0xf0, 0x00, 0x0f, 0x00,
- 0xf0, 0x00, 0x0f, 0x00,
- 0xf0, 0x00, 0x0f, 0x00,
- 0xf0, 0x00, 0x0f, 0x00,
- 0xf0, 0x00, 0x0f, 0x00,
- 0xf0, 0x00, 0x00, 0x00,
- 0xf0, 0x00, 0x00, 0x00,
- 0xf0, 0x00, 0x07, 0x00,
- 0xf0, 0x00, 0x0f, 0x00,
- 0xf3, 0xfe, 0x1f, 0x00,
- 0xf3, 0xfc, 0x3e, 0x00,
- 0xf3, 0xf8, 0x7e, 0x00,
- 0xf3, 0xf0, 0xfc, 0x00,
- 0xf3, 0xf1, 0xff, 0xf0,
- 0xf3, 0xf3, 0xff, 0xf0,
- 0xf3, 0xf3, 0xff, 0xf0,
- 0xf3, 0xf3, 0xff, 0xe0,
- 0xf0, 0x00, 0x0f, 0xc0,
- 0xf0, 0x00, 0x1f, 0x80,
- 0xff, 0xff, 0x3f, 0x00,
- 0xff, 0xff, 0x3e, 0x00,
- 0xff, 0xff, 0x3c, 0x00,
- 0xff, 0xff, 0x38, 0x00,
-};
-
-const lv_img_dsc_t ck_os_batterycharging_050 = {
- .header.always_zero = 0,
- .header.w = 28,
- .header.h = 32,
- .data_size = 136,
- .header.cf = LV_IMG_CF_INDEXED_1BIT,
- .data = ck_os_batterycharging_050_map,
-};