PicoVGA  1.0-cmake
VGA/TV display on Raspberry Pico
Fonts

Description

Included fonts.

The following fonts are ready to use in programs. The fonts in PicoVGA are in monochrome image format (i.e. 1 pixel is 1 bit) with 256 characters per line and a character width of 8 pixels. The total width of the image is therefore 2048 pixels (256 bytes). The height of the font can be arbitrary, but by default there are 8, 14 and 16 line fonts in the library. Fonts are exported by the RaspPicoImg utility to *.cpp source text format, and are added to the program as a byte array.

Example of font FontBold8x8:

Variables

const ALIGNED u8 FontBold8x8 [2048]
 
const ALIGNED u8 FontBold8x14 [3584]
 
const ALIGNED u8 FontBold8x16 [4096]
 
const ALIGNED u8 FontBoldB8x14 [3584]
 
const ALIGNED u8 FontBoldB8x16 [4096]
 
const ALIGNED u8 FontGame8x8 [2048]
 
const ALIGNED u8 FontIbm8x8 [2048]
 
const ALIGNED u8 FontIbm8x14 [3584]
 
const ALIGNED u8 FontIbm8x16 [4096]
 
const ALIGNED u8 FontIbmTiny8x8 [2048]
 
const ALIGNED u8 FontItalic8x8 [2048]
 
const ALIGNED u8 FontThin8x8 [2048]