TTK4155 Ping-pong project
fonts.h File Reference
#include <avr/pgmspace.h>
Include dependency graph for fonts.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

const unsigned char PROGMEM font8 [95][8]
 
const unsigned char PROGMEM font5 [95][5]
 
const unsigned char PROGMEM font4 [95][4]
 
const unsigned char PROGMEM circles [7][32]
 
const unsigned char PROGMEM pingpong [1360]
 
const unsigned char PROGMEM man [8][24]
 

Detailed Description

This Font header file store letters in three different sizes. Large: 8x8, normal: 5x7 and small: 4x7

Variable Documentation

◆ circles

const unsigned char PROGMEM circles[7][32]

◆ font4

const unsigned char PROGMEM font4[95][4]

◆ font5

const unsigned char PROGMEM font5[95][5]

◆ font8

const unsigned char PROGMEM font8[95][8]

◆ man

const unsigned char PROGMEM man[8][24]

◆ pingpong

const unsigned char PROGMEM pingpong[1360]