// Portable Gray Map A-Z and 0-9 // #define WIDTH1 58 #define HEIGHT 96 #define LENGTH (26*HEIGHT) extern const unsigned char a2z[LENGTH][WIDTH1]; #define NUMS_WIDTH1 7 #define NUMS_HEIGHT 12 #define NUMS_LENGTH (10*NUMS_HEIGHT) extern const unsigned char nums[NUMS_LENGTH][NUMS_WIDTH1];