const struct FONT_DEF fonts[FONT_COUNT] = { {1, 7, five_1_table, 0, five_2_table,' '}, ......... {2, 8, six_1_table, 0, six_2_table, ' '}};
const char five_1_table[] = {0x00,0x00,0x00,...0x00,0x00}; const char five_2_table[] = {0x00,0x00,0x00,...0x00,0x00}; и тд.
|