From 66dcf910bd4744d8ced56cb9586aa937a1a2d4c5 Mon Sep 17 00:00:00 2001 From: vg Date: Tue, 7 Jul 2020 16:24:01 +0200 Subject: first commit --- instructables/cube8/font.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 instructables/cube8/font.h (limited to 'instructables/cube8/font.h') diff --git a/instructables/cube8/font.h b/instructables/cube8/font.h new file mode 100644 index 0000000..006414b --- /dev/null +++ b/instructables/cube8/font.h @@ -0,0 +1,13 @@ +#ifndef FONT_H +#define FONT_H + +#include + +void font_getchar (char chr, unsigned char dst[5]); +void font_getpath (unsigned char path, unsigned char *destination, int length); +void font_getbitmap (char bitmap, unsigned char dst[8]); +unsigned char font_getbitmappixel ( char bitmap, char x, char y); + + + +#endif -- cgit v1.2.3