aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/screens/Symbols.h
diff options
context:
space:
mode:
authorRiku Isokoski <riksu9000@gmail.com>2022-07-21 22:56:34 +0300
committerGitHub <noreply@github.com>2022-07-21 22:56:34 +0300
commitd6165e72b7965e587c53221f720b778b0f1cdb12 (patch)
tree36b69cff27097f6decbec47a7aaecb820f0a12bb /src/displayapp/screens/Symbols.h
parent9ee1160578e22e8dfa3da89dfd6405439d374da7 (diff)
Replace icomoon system font with material design icons (#1228)
Diffstat (limited to 'src/displayapp/screens/Symbols.h')
-rw-r--r--src/displayapp/screens/Symbols.h15
1 files changed, 7 insertions, 8 deletions
diff --git a/src/displayapp/screens/Symbols.h b/src/displayapp/screens/Symbols.h
index f9731816..c6e76e36 100644
--- a/src/displayapp/screens/Symbols.h
+++ b/src/displayapp/screens/Symbols.h
@@ -39,17 +39,16 @@ namespace Pinetime {
static constexpr const char* home = "\xEF\x80\x95";
// lv_font_sys_48.c
- static constexpr const char* settings = "\xEE\xA4\x82"; // e902
+ static constexpr const char* settings = "\xEE\xA2\xB8";
- static constexpr const char* brightnessHigh = "\xEE\xA4\x84"; // e904
- static constexpr const char* brightnessLow = "\xEE\xA4\x85"; // e905
- static constexpr const char* brightnessMedium = "\xEE\xA4\x86"; // e906
+ static constexpr const char* brightnessLow = "\xEE\x8E\xAA";
+ static constexpr const char* brightnessMedium = "\xEE\x8E\xAB";
+ static constexpr const char* brightnessHigh = "\xEE\x8E\xAC";
- static constexpr const char* notificationsOff = "\xEE\xA4\x8B"; // e90b
- static constexpr const char* notificationsOn = "\xEE\xA4\x8C"; // e90c
-
- static constexpr const char* highlight = "\xEE\xA4\x87"; // e907
+ static constexpr const char* notificationsOff = "\xEE\x9F\xB6";
+ static constexpr const char* notificationsOn = "\xEE\x9F\xB7";
+ static constexpr const char* flashlight = "\xEF\x80\x8B";
}
}
}