fdata_usage 26 tools/font_8x16_pack.c unsigned char fdata_usage[256]; fdata_usage 34 tools/font_8x16_pack.c memset(fdata_usage,0,256); fdata_usage 44 tools/font_8x16_pack.c fdata_usage[k] = 1; fdata_usage 52 tools/font_8x16_pack.c if (fdata_usage[j] != 0) fdata_usage 55 tools/font_8x16_pack.c fdata_usage[j] = i; // store index fdata_usage 200 tools/font_8x16_pack.c font_data[f] = fdata_usage[uc]; // byte's index in lookup table fdata_usage 246 tools/font_8x16_pack.c printf("0x%02x,", fdata_usage[i]);