From 304d25a2828076188afbd32757f5a67009ed866b Mon Sep 17 00:00:00 2001 From: "N.N." Date: Sun, 2 Jan 2005 06:02:50 +0000 Subject: PiDiP 0.12.18 svn path=/trunk/externals/pidip/; revision=2440 --- charmaps/cuadros-basic.map | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 charmaps/cuadros-basic.map (limited to 'charmaps/cuadros-basic.map') diff --git a/charmaps/cuadros-basic.map b/charmaps/cuadros-basic.map new file mode 100644 index 0000000..66d80b5 --- /dev/null +++ b/charmaps/cuadros-basic.map @@ -0,0 +1,32 @@ +#ifndef __default_h__ +#define __default_h__ + +#define CHARWIDTH 5 +#define CHARHEIGHT 8 +#define NBCHARS 128 + +static char charmaps[NBCHARS][CHARWIDTH*CHARHEIGHT] = { + +{ +0,0,0,0,0, +0,0,0,0,0, +1,1,0,0,0, +1,0,1,0,0, +1,0,1,0,0, +1,1,0,0,0, +1,0,0,0,0, +1,0,0,0,0, +}, +{ +0,0,0,0,0, +0,0,0,0,0, +0,1,0,0,0, +0,0,0,0,0, +0,0,0,0,0, +0,1,0,0,0, +1,0,0,0,0, +0,0,0,0,0, +}, +}; + +#endif -- cgit v1.2.1