COSA
An Object-Oriented Platform for Arduino Programming
|
#include <Segment32x50.hh>
Public Member Functions | |
Segment32x50 () | |
bool | available (char c) |
virtual void | draw (Canvas *canvas, char c, uint16_t x, uint16_t y, uint8_t scale) |
Public Attributes | |
const uint8_t | WIDTH |
const uint8_t | HEIGHT |
const uint8_t | SPACING |
uint8_t | LINE_SPACING |
const uint8_t | FIRST |
const uint8_t | LAST |
Protected Attributes | |
const uint8_t * | m_bitmap |
const uint8_t | m_compression_type |
Bitmap font size 32x50, segments, fixed with font with numbers only.
Font data originates from the UTFT library created by Henning Karlsen.
Definition at line 34 of file Segment32x50.hh.
|
inline |
Construct large segment font (32x50) singleton.
Definition at line 39 of file Segment32x50.hh.
|
inlineinherited |
|
virtualinherited |
|
protectedinherited |
|
protectedinherited |
|
inherited |