U8g2 Font Converter
BDF Configuration
1. Upload a .bdf file:
2. Font Name (C array name):
Auto-filled from BDF metadata.
3. Command Line Options:
Convert Font
Main Options
-v Print log messages
-b <n> Font build mode (0: prop, 1: common height, 2: mono, 3: mult of 8)
-f <n> Font format (0: ucglib, 1: u8g2, 2: uncompressed 8x8)
-m 'map' Unicode ASCII mapping
-M 'mapfile' Read Unicode map from file
-th <n> Horiz size of 8x8 glyphs
-tv <n> Vert size of 8x8 glyphs
Build Modes
-b 0: Most compact, minimal bitmap
-b 1: Extended to largest glyph height.
-b 2: Extended to largest glyph width.
-b 3: Forced to multiple of 8.
Character Mapping
-m '32-255' select glyphs 32 to 255
-m '32-255,~64' select 32-255, exclude '@'
-m '32,48-57' select space, '1'...'9'
Copy
Download