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