summaryrefslogtreecommitdiff
path: root/app/include/zmk/display/status_screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'app/include/zmk/display/status_screen.h')
-rw-r--r--app/include/zmk/display/status_screen.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/app/include/zmk/display/status_screen.h b/app/include/zmk/display/status_screen.h
new file mode 100644
index 0000000..34660ad
--- /dev/null
+++ b/app/include/zmk/display/status_screen.h
@@ -0,0 +1,11 @@
+/*
+ * Copyright (c) 2020 Peter Johanson <peter@peterjohanson.com>
+ *
+ * SPDX-License-Identifier: MIT
+ */
+
+#pragma once
+
+#include <lvgl.h>
+
+lv_obj_t *zmk_display_status_screen(); \ No newline at end of file