aboutsummaryrefslogtreecommitdiffstats
path: root/src/DisplayApp/Screens/Symbols.h
diff options
context:
space:
mode:
authorJF <jf@codingfield.com>2020-08-21 11:55:59 +0200
committerJF <jf@codingfield.com>2020-08-21 11:55:59 +0200
commita664dec07f894c88105c356816b49cac244ad319 (patch)
tree89be9d38577becd3670b679f4a478f09b56d36b8 /src/DisplayApp/Screens/Symbols.h
parent7d3af600bd056e0f4be7d31122cc2dbb352cef70 (diff)
Add paint application.
Diffstat (limited to 'src/DisplayApp/Screens/Symbols.h')
-rw-r--r--src/DisplayApp/Screens/Symbols.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/DisplayApp/Screens/Symbols.h b/src/DisplayApp/Screens/Symbols.h
index 69078c8a..aeea3243 100644
--- a/src/DisplayApp/Screens/Symbols.h
+++ b/src/DisplayApp/Screens/Symbols.h
@@ -23,6 +23,7 @@ namespace Pinetime {
static constexpr const char* music = "\xEF\x80\x81";
static constexpr const char* tachometer = "\xEF\x8F\xBD";
static constexpr const char* asterisk = "\xEF\x81\xA9";
+ static constexpr const char* paintbrush = "\xEF\x87\xBC";
}
}
}