COSA
An Object-Oriented Platform for Arduino Programming
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
Font7x14B.hh
Go to the documentation of this file.
1
23
#ifndef COSA_FONT7X14B_HH
24
#define COSA_FONT7X14B_HH
25
26
#include "
Font.hh
"
27
31
class
Font7x14B
:
public
Font
{
32
public
:
36
Font7x14B
() :
37
Font
(width, height, first, last, bitmap, compression_type)
38
{}
39
40
private
:
41
static
const
uint8_t bitmap[] PROGMEM;
42
static
const
uint8_t compression_type;
43
static
const
uint8_t width;
44
static
const
uint8_t height;
45
static
const
uint8_t first;
46
static
const
uint8_t last;
47
}
font7x14B
;
48
49
#include "
Data/7x14B.h
"
50
51
#endif
Font
Definition:
Font.hh:30
Font.hh
font7x14B
Font7x14B font7x14B
Font7x14B
Definition:
Font7x14B.hh:31
Font7x14B::Font7x14B
Font7x14B()
Definition:
Font7x14B.hh:36
7x14B.h
libraries
Font
Font7x14B.hh
Generated on Thu Aug 31 2017 17:02:03 for COSA by
1.8.11