From 1e818b31a3c6caf0ce19b52db4acbaee7454b792 Mon Sep 17 00:00:00 2001
From: jma1g20 <jma1g20@soton.ac.uk>
Date: Tue, 26 Apr 2022 14:20:08 +0000
Subject: [PATCH] Upload New File

---
 lib/fonts.h | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 lib/fonts.h

diff --git a/lib/fonts.h b/lib/fonts.h
new file mode 100644
index 0000000..554b318
--- /dev/null
+++ b/lib/fonts.h
@@ -0,0 +1,17 @@
+/* vim: set ai et ts=4 sw=4: */
+#ifndef __FONTS_H__
+#define __FONTS_H__
+
+#include <stdint.h>
+
+typedef struct {
+    const uint8_t width;
+    uint8_t height;
+    const uint16_t *data;
+} FontDef;
+
+
+extern FontDef Font_16x26;
+extern const uint8_t arducam_logo[25608];
+
+#endif // __FONTS_H__
-- 
GitLab