TTK4155 Ping-pong project
|
#include <avr/pgmspace.h>
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] |
This Font header file store letters in three different sizes. Large: 8x8, normal: 5x7 and small: 4x7
const unsigned char PROGMEM circles[7][32] |
const unsigned char PROGMEM font4[95][4] |
const unsigned char PROGMEM font5[95][5] |
const unsigned char PROGMEM font8[95][8] |
const unsigned char PROGMEM man[8][24] |
const unsigned char PROGMEM pingpong[1360] |