summaryrefslogtreecommitdiff
path: root/src/displayapp/Colors.h
diff options
context:
space:
mode:
authorhubmartin <hub.martin@gmail.com>2021-09-16 20:04:31 (GMT)
committerhubmartin <hub.martin@gmail.com>2021-09-16 20:04:31 (GMT)
commit27366bdfdf05a5fd3128ad8eabedbeba720ca885 (patch)
tree94bf7fe9e60c7c88d269e207acb197915eb98660 /src/displayapp/Colors.h
parentdb50131ed49f2fdb639799ca12839862340f8396 (diff)
parent3eb73774a39e255cd4b5de76441a59f1525a989c (diff)
Merge branch 'develop' into wake-time
Diffstat (limited to 'src/displayapp/Colors.h')
-rw-r--r--src/displayapp/Colors.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/displayapp/Colors.h b/src/displayapp/Colors.h
new file mode 100644
index 0000000..9db7dd2
--- /dev/null
+++ b/src/displayapp/Colors.h
@@ -0,0 +1,10 @@
+#pragma once
+
+#include <lvgl/src/lv_misc/lv_color.h>
+#include <components/settings/Settings.h>
+
+namespace Pinetime {
+ namespace Applications {
+ lv_color_t Convert(Controllers::Settings::Colors color);
+ }
+} \ No newline at end of file