Font 6x14.h | Library Download [top]

#endif // FONT6X14_H

// 3. Iterate through Columns (Width) for (int w = 0; w < FONT_6X14_WIDTH; w++) // Read the two bytes for this column uint8_t top_byte = Font6x14[index + (w * 2)]; uint8_t bottom_byte = Font6x14[index + (w * 2) + 1];