Provides high-readability text for critical telemetry values. Supported Microcontrollers Arduino Boards: Uno, Nano, Mega, and Every.

The 14-pixel height provides excellent readability for numeric data.

If the built-in fonts do not suit your needs, you can generate custom fonts using tools like GLCD Font Creator. This utility allows you to design characters pixel-by-pixel and export the bitmap array in a format compatible with your graphics library. When creating a custom 6x14 font, it is best practice to use a descriptive filename that includes the font base name, size, and other relevant parameters so that the .h filename and the font structure name match for clarity and ease of use.

The (e.g., SSD1306, ST7735, ILI9341) Your current graphics library

Ensure the .h file is in the same folder as your code, not in a subfolder, unless you specify the path.

If you want to customize specific glyphs, generating the file takes less than two minutes:

Go to Top