NOKIA5110_TEXT  2.4.0
Arduino Eco-system Library for Nokia 5110 LCD ( PCD8544 controller)
Macros | Variables
NOKIA5110_TEXT_FONT_DATA.h File Reference

Font data file , 9 fonts. More...

#include "WProgram.h"

Go to the source code of this file.

Macros

#define NOKIA5110_FONT_Default
 
#define NOKIA5110_FONT_Thick
 
#define NOKIA5110_FONT_HomeSpun
 
#define NOKIA5110_FONT_SevenSeg
 
#define NOKIA5110_FONT_Wide
 
#define NOKIA5110_FONT_Tiny
 
#define NOKIA5110_FONT_Large
 
#define NOKIA5110_FONT_Huge
 
#define NOKIA5110_FONT_Mega
 

Variables

const unsigned char(* pFontDefaultPtr )[5]
 
const unsigned char(* pFontThickPtr )[7]
 
const unsigned char(* pFontHomeSpunPtr )[7]
 
const unsigned char(* pFontSevenSegPtr )[4]
 
const unsigned char(* pFontWidePtr )[8]
 
const unsigned char(* pFontTinyPtr )[3]
 
const uint16_t(* pFontLargePtr )[12]
 
const uint32_t(* pFontHugePtr )[16]
 
const uint32_t(* pFontMegaPtr )[16]
 

Detailed Description

Font data file , 9 fonts.

Author
Gavin Lyons

Project Name NOKIA5110_TEXT URL:https://github.com/gavinlyonsrepo/NOKIA5110_TEXT

Note
Comment in the fonts YOU want, NOKIA5110_FONT_One is default.
  1. NOKIA5110_FONT_Default
  2. NOKIA5110_FONT_Thick (NO LOWERCASE)
  3. NOKIA5110_FONT_HomeSpun
  4. NOKIA5110_FONT_SevenSeg
  5. NOKIA5110_FONT_Wide (NO LOWERCASE)
  6. NOKIA5110_FONT_Tiny
  7. NOKIA5110_FONT_Large (NO LOWERCASE)
  8. NOKIA5110_FONT_Huge Numbers + : . only, use / for space
  9. NOKIA5110_FONT_Mega Numbers + : . only, use / for space

Macro Definition Documentation

◆ NOKIA5110_FONT_Default

#define NOKIA5110_FONT_Default

(1) default

◆ NOKIA5110_FONT_HomeSpun

#define NOKIA5110_FONT_HomeSpun

(3) HomeSpun

◆ NOKIA5110_FONT_Huge

#define NOKIA5110_FONT_Huge

(8) Huge 16x24

◆ NOKIA5110_FONT_Large

#define NOKIA5110_FONT_Large

(7) Large 12x16

◆ NOKIA5110_FONT_Mega

#define NOKIA5110_FONT_Mega

(9) Mega 16x32

◆ NOKIA5110_FONT_SevenSeg

#define NOKIA5110_FONT_SevenSeg

(4) seven segment

◆ NOKIA5110_FONT_Thick

#define NOKIA5110_FONT_Thick

(2) thick (NO LOWERCASE)

◆ NOKIA5110_FONT_Tiny

#define NOKIA5110_FONT_Tiny

(6) tiny

◆ NOKIA5110_FONT_Wide

#define NOKIA5110_FONT_Wide

(5) wide (NO LOWERCASE)