aboutsummaryrefslogtreecommitdiff
path: root/brailleboi.h
diff options
context:
space:
mode:
Diffstat (limited to 'brailleboi.h')
-rw-r--r--brailleboi.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/brailleboi.h b/brailleboi.h
index f909181..1138e09 100644
--- a/brailleboi.h
+++ b/brailleboi.h
@@ -14,4 +14,8 @@ int brailleReorganizeBits(int old);
void braillePrint(int data);
+int braillePlot(int x, int y, image_buffer* buf);
+
+void brailleUpdateScreen(image_buffer* buf);
+
#endif