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/acuadrosypuntos.map | 91 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 91 insertions(+) create mode 100644 charmaps/acuadrosypuntos.map (limited to 'charmaps/acuadrosypuntos.map') diff --git a/charmaps/acuadrosypuntos.map b/charmaps/acuadrosypuntos.map new file mode 100644 index 0000000..856690a --- /dev/null +++ b/charmaps/acuadrosypuntos.map @@ -0,0 +1,91 @@ +#ifndef __default_h__ +#define __default_h__ + +#define CHARWIDTH 5 +#define CHARHEIGHT 8 +#define NBCHARS 128 + +static char charmaps[NBCHARS][CHARWIDTH*CHARHEIGHT] = { +{ +0,1,0,0,0, +1,0,1,0,0, +0,1,0,0,0, +1,0,1,0,0, +1,0,1,0,0, +1,1,0,0,0, +0,1,1,0,0, +0,0,0,0,0, +}, +{ +0,0,0,0,0, +0,1,0,0,0, +0,1,0,0,0, +0,0,0,0,0, +0,0,0,0,0, +0,0,0,0,0, +0,0,0,0,0, +0,0,0,0,0, +}, +{ +0,1,0,1,0, +0,1,0,1,0, +0,1,1,1,0, +0,1,0,1,0, +0,1,0,1,0, +0,0,1,1,0, +0,0,0,1,0, +0,0,0,1,0, +}, +{ +0,0,0,0,0, +0,1,1,0,0, +0,1,1,1,0, +1,1,1,1,0, +0,1,1,1,0, +0,0,1,0,0, +0,0,0,0,0, +0,0,0,0,0, +}, +{ +0,1,1,0,0, +1,0,0,0,0, +0,1,1,0,0, +0,0,0,0,0, +0,0,1,1,0, +0,0,1,0,0, +0,0,1,1,0, +0,0,1,0,0, +}, +{ +0,0,0,0,0, +0,0,0,0,0, +1,1,0,0,0, +0,1,1,0,0, +0,0,0,0,0, +0,0,0,0,0, +0,0,0,0,0, +0,0,0,0,0, +}, +{ +0,0,0,0,0, +0,0,0,0,0, +1,1,0,0,0, +0,1,1,0,0, +0,0,0,0,0, +0,0,0,0,0, +0,0,0,0,0, +0,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