aboutsummaryrefslogtreecommitdiffstats
path: root/include/display_draw.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/display_draw.h')
-rw-r--r--include/display_draw.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/display_draw.h b/include/display_draw.h
new file mode 100644
index 0000000..1030d45
--- /dev/null
+++ b/include/display_draw.h
@@ -0,0 +1,9 @@
+#ifndef DISPLAY_DRAW_H_
+#define DISPLAY_DRAW_H_
+
+void dsp_rect(int x, int y, int w, int h, uint16_t color);
+
+void dsp_cpos(int x, int y);
+void dsp_puts(const char *s);
+
+#endif // DISPLAY_DRAW_H_