displaylib_1bit_PICO 2.0.0
1-bit colour graphic display library, Rpi PICO RP2040 library
Loading...
Searching...
No Matches
Classes | Variables
display_fonts.hpp File Reference

font data file 10 fonts. Data Vertical addressed 1-bit color displays. More...

#include "display_data.hpp"
#include <cstdio>
#include <array>
#include <span>

Go to the source code of this file.

Classes

class  displaylib_fonts
 Font class to hold font data object
More...
 

Variables

const std::span< const uint8_t > pFontDefault
 
const std::span< const uint8_t > pFontWide
 
const std::span< const uint8_t > pFontPico
 
const std::span< const uint8_t > pFontSinclairS
 
const std::span< const uint8_t > pFontMega
 
const std::span< const uint8_t > pFontArialBold
 
const std::span< const uint8_t > pFontHallfetica
 
const std::span< const uint8_t > pFontArialRound
 
const std::span< const uint8_t > pFontGroTesk
 
const std::span< const uint8_t > pFontSixteenSeg
 

Detailed Description

font data file 10 fonts. Data Vertical addressed 1-bit color displays.

Author
Gavin Lyons.
  1. 1. pFontDefault 6 by 8
  2. 2. pFontWide 9 by 8 (NO LOWERCASE)
  3. 3. pFontpico 3 by 6
  4. 4. pFontSinclairS 8 by 8
  5. 5. pFontMega Mega 16 by 16
  6. 6. pFontArialBold 16 by 16
  7. 7. pFontHallfetica 16 by 16
  8. 8. pFontArialRound 16 by 24
  9. 9. pFontGroTesk 16 by 32
  10. 10. pFontSixteenSeg 32 by 48 (NUMBERS ONLY + : . -)

Variable Documentation

◆ pFontArialBold

const std::span<const uint8_t> pFontArialBold
extern

pFontArialBold 16 by 16

◆ pFontArialRound

const std::span<const uint8_t> pFontArialRound
extern

pFontArialRound 16 by 24

◆ pFontDefault

const std::span<const uint8_t> pFontDefault
extern

pFontDefault 6 by 8

◆ pFontGroTesk

const std::span<const uint8_t> pFontGroTesk
extern

pFontGroTesk 16 by 32

◆ pFontHallfetica

const std::span<const uint8_t> pFontHallfetica
extern

pFontHallfetica 16 by 16

◆ pFontMega

const std::span<const uint8_t> pFontMega
extern

pFontMega Mega 16 by 16

◆ pFontPico

const std::span<const uint8_t> pFontPico
extern

pFontpico 3 by 6

◆ pFontSinclairS

const std::span<const uint8_t> pFontSinclairS
extern

pFontSinclairS 8 by 8

◆ pFontSixteenSeg

const std::span<const uint8_t> pFontSixteenSeg
extern

pFontSixteenSeg 32 by 48 (NUMBERS ONLY + : . -)

◆ pFontWide

const std::span<const uint8_t> pFontWide
extern

pFontWide 9 by 8 (NO LOWERCASE)