Update of /cvsroot/pure-data/externals/pidip/charmaps In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15162
Added Files: arabic.map default.map Log Message: Charmaps now used by pdp_ascii
--- NEW FILE: arabic.map --- #ifndef __arabic_h__ #define __arabic_h__
#define CHARWIDTH 16 #define CHARHEIGHT 16 #define NBCHARS 128
static char charmaps[NBCHARS][CHARWIDTH*CHARHEIGHT] = { { 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,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,1,0,0,0,0,0,0,0,0,0,0,1,0,0, 0,1,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,0,0,1,0,0, 0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0, 0,0,1,1,1,1,1,1,1,1,1,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, [...2276 lines suppressed...] 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,0,1,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0, 0,0,0,0,0,0,0,0,0,1,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,0,0,0,0,0,0,0, 0,0,0,0,0,0,1,0,0,0,1,0,1,0,0,0, 0,0,0,0,0,0,1,0,0,0,1,0,1,0,0,0, 0,1,0,0,0,0,0,1,1,1,1,1,1,1,1,0, 1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0, 1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0, 1,0,0,0,0,0,0,1,0,0,1,0,1,0,0,0, 0,1,0,0,0,1,1,0,0,0,1,0,1,0,0,0, 0,0,1,1,1,0,0,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, } };
#endif
--- NEW FILE: default.map --- #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,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, }, { [...1251 lines suppressed...] 0,1,0,0,0, 0,0,1,0,0, 0,1,0,0,0, 0,1,0,0,0, 1,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, } };
#endif