COSA
An Object-Oriented Platform for Arduino Programming
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:
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
Definition: Font.hh:30
Segment32x50 segment32x50