Versión de Firmware con funciones de RAM incorporadas.

Dependencies:   mbed

Fork of VmRecorderV1dot1 by virtualmech

Revision:
0:3d456b8ce449
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Doggy/xfont.h	Mon Jun 15 15:34:27 2015 +0000
@@ -0,0 +1,15 @@
+#ifndef FONT_H
+#define FONT_H
+
+typedef struct {
+    unsigned char   cod; // unicode value
+    unsigned char   wid; // data width in pixels
+    unsigned char   hei; // data height in pixels (multiple of 8)
+    unsigned char   tlc; // form allows left top crening
+    unsigned char   trc; // form allows right top crening
+    unsigned char   blc; // form allows left bottom crening
+    unsigned char   brc; // form allows right bottom crening
+    const char*     bmp;
+} XGlyph;
+
+#endif
\ No newline at end of file