TTK4155 Lab Node 1
Term project in the NTNU course TTK4155 Embedded and Industrial Computer Systems Design
Loading...
Searching...
No Matches
fonts.h
Go to the documentation of this file.
1
/*
2
* fonts.h
3
*
4
* Library of fonts
5
* Large: 8x8, normal: 5x7 and small: 4x7
6
* Taken from Course resources on blackboard
7
*/
8
#ifndef FONTS_H_
9
#define FONTS_H_
10
11
#include <avr/pgmspace.h>
12
13
extern
const
unsigned
char
PROGMEM
font8
[95][8];
14
extern
const
unsigned
char
PROGMEM
font5
[95][5];
15
extern
const
unsigned
char
PROGMEM
font4
[95][4];
16
17
#endif
/* FONTS_H_ */
font5
const unsigned char PROGMEM font5[95][5]
Definition
fonts.c:104
font4
const unsigned char PROGMEM font4[95][4]
Definition
fonts.c:203
font8
const unsigned char PROGMEM font8[95][8]
Definition
fonts.c:5
PROGMEM
static const char log_prefix_critical[] PROGMEM
Definition
log.h:24
include
fonts.h
Generated by
1.15.0