summaryrefslogtreecommitdiff
path: root/src/displayapp/Colors.h
diff options
context:
space:
mode:
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 00000000..9db7dd20
--- /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