summaryrefslogtreecommitdiff
path: root/src/displayapp/icons/navigation/notification-slight-right.c
diff options
context:
space:
mode:
authorJoaquim <joaquim.org@gmail.com>2021-04-04 03:08:51 +0100
committerJoaquim <joaquim.org@gmail.com>2021-04-04 03:08:51 +0100
commit1d3742e14f09316a1d795527713eb8f9742f0ffb (patch)
tree6bc6343538506b68256aa057121e063d22f8ed1a /src/displayapp/icons/navigation/notification-slight-right.c
parent58a2d000c4d49d96121894d6dd6bb861d7564bea (diff)
Big UI and navigation Rewrite
new navigation add some color to the apps redesign menus new settings menu new quick settings code clean up size reduction by converting navigation images to font and more...
Diffstat (limited to 'src/displayapp/icons/navigation/notification-slight-right.c')
-rw-r--r--src/displayapp/icons/navigation/notification-slight-right.c96
1 files changed, 0 insertions, 96 deletions
diff --git a/src/displayapp/icons/navigation/notification-slight-right.c b/src/displayapp/icons/navigation/notification-slight-right.c
deleted file mode 100644
index ed3221cc..00000000
--- a/src/displayapp/icons/navigation/notification-slight-right.c
+++ /dev/null
@@ -1,96 +0,0 @@
-#if defined(LV_LVGL_H_INCLUDE_SIMPLE)
-#include "lvgl.h"
-#else
-#include "lvgl/lvgl.h"
-#endif
-
-
-#ifndef LV_ATTRIBUTE_MEM_ALIGN
-#define LV_ATTRIBUTE_MEM_ALIGN
-#endif
-
-#ifndef LV_ATTRIBUTE_IMG_NOTIFICATION_SLIGHT_RIGHT
-#define LV_ATTRIBUTE_IMG_NOTIFICATION_SLIGHT_RIGHT
-#endif
-
-const LV_ATTRIBUTE_MEM_ALIGN LV_ATTRIBUTE_LARGE_CONST LV_ATTRIBUTE_IMG_NOTIFICATION_SLIGHT_RIGHT uint8_t notification_slight_right_map[] = {
- 0x04, 0x02, 0x04, 0xff, /*Color of index 0*/
- 0xfc, 0xfe, 0xfc, 0xff, /*Color of index 1*/
-
- 0x00, 0x00, 0x7f, 0xff, 0xff, 0xff, 0xfc, 0x00,
- 0x00, 0x00, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x00,
- 0x00, 0x00, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x00,
- 0x00, 0x00, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x00,
- 0x00, 0x00, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x00,
- 0x00, 0x00, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x00,
- 0x00, 0x00, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x00,
- 0x00, 0x00, 0x3f, 0xff, 0xff, 0xff, 0xfc, 0x00,
- 0x00, 0x00, 0x0f, 0xff, 0xff, 0xff, 0xfc, 0x00,
- 0x00, 0x00, 0x03, 0xff, 0xff, 0xff, 0xfc, 0x00,
- 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0xfc, 0x00,
- 0x00, 0x00, 0x00, 0x1f, 0xff, 0xff, 0xfc, 0x00,
- 0x00, 0x00, 0x00, 0x07, 0xff, 0xff, 0xfc, 0x00,
- 0x00, 0x00, 0x00, 0x1f, 0xff, 0xff, 0xf8, 0x00,
- 0x00, 0x00, 0x00, 0x1f, 0xff, 0xff, 0xf8, 0x00,
- 0x00, 0x00, 0x00, 0x7f, 0xff, 0xff, 0xf8, 0x00,
- 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0xf8, 0x00,
- 0x00, 0x00, 0x01, 0xff, 0xff, 0xff, 0xf8, 0x00,
- 0x00, 0x00, 0x03, 0xff, 0xff, 0xff, 0xf0, 0x00,
- 0x00, 0x00, 0x0f, 0xff, 0xff, 0xff, 0xf0, 0x00,
- 0x00, 0x00, 0x1f, 0xff, 0xff, 0xff, 0xf0, 0x00,
- 0x00, 0x00, 0x3f, 0xff, 0xff, 0xff, 0xf0, 0x00,
- 0x00, 0x00, 0x7f, 0xff, 0xff, 0xff, 0xf0, 0x00,
- 0x00, 0x00, 0xff, 0xff, 0xff, 0xff, 0xe0, 0x00,
- 0x00, 0x00, 0xff, 0xff, 0xf1, 0xff, 0xe0, 0x00,
- 0x00, 0x01, 0xff, 0xff, 0xe1, 0xff, 0xe0, 0x00,
- 0x00, 0x03, 0xff, 0xff, 0xc1, 0xff, 0xe0, 0x00,
- 0x00, 0x03, 0xff, 0xff, 0x80, 0xff, 0xe0, 0x00,
- 0x00, 0x07, 0xff, 0xff, 0x00, 0xff, 0xc0, 0x00,
- 0x00, 0x0f, 0xff, 0xfc, 0x00, 0xff, 0xc0, 0x00,
- 0x00, 0x0f, 0xff, 0xf8, 0x00, 0xff, 0xc0, 0x00,
- 0x00, 0x0f, 0xff, 0xf0, 0x00, 0x7f, 0xc0, 0x00,
- 0x00, 0x1f, 0xff, 0xe0, 0x00, 0x7f, 0xc0, 0x00,
- 0x00, 0x1f, 0xff, 0xc0, 0x00, 0x7f, 0x80, 0x00,
- 0x00, 0x1f, 0xff, 0xc0, 0x00, 0x3f, 0x80, 0x00,
- 0x00, 0x1f, 0xff, 0x80, 0x00, 0x3f, 0x80, 0x00,
- 0x00, 0x1f, 0xff, 0x00, 0x00, 0x3f, 0x80, 0x00,
- 0x00, 0x1f, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00,
- 0x00, 0x1f, 0xfe, 0x00, 0x00, 0x00, 0x00, 0x00,
- 0x00, 0x1f, 0xfe, 0x00, 0x00, 0x00, 0x00, 0x00,
- 0x00, 0x1f, 0xfe, 0x00, 0x00, 0x00, 0x00, 0x00,
- 0x00, 0x1f, 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00,
- 0x00, 0x1f, 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00,
- 0x00, 0x1f, 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00,
- 0x00, 0x1f, 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00,
- 0x00, 0x1f, 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00,
- 0x00, 0x1f, 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00,
- 0x00, 0x1f, 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00,
- 0x00, 0x1f, 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00,
- 0x00, 0x1f, 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00,
- 0x00, 0x1f, 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00,
- 0x00, 0x1f, 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00,
- 0x00, 0x1f, 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00,
- 0x00, 0x1f, 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00,
- 0x00, 0x1f, 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00,
- 0x00, 0x1f, 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00,
- 0x00, 0x1f, 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00,
- 0x00, 0x1f, 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00,
- 0x00, 0x1f, 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00,
- 0x00, 0x1f, 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00,
- 0x00, 0x1f, 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00,
- 0x00, 0x1f, 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00,
- 0x00, 0x1f, 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00,
- 0x00, 0x1f, 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00,
-};
-
-const lv_img_dsc_t notification_slight_right = {
- {
- LV_IMG_CF_INDEXED_1BIT,
- 0,
- 0,
- 64,
- 64
- },
- 520,
-notification_slight_right_map,
-};