COSA
An Object-Oriented Platform for Arduino Programming
|
#include <System5x7.hh>
Public Member Functions | |
System5x7 () | |
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 system font size 5x7. Full ASCII table (0..127).
Inspired by graphics library by ladyada/adafruit.
Definition at line 32 of file System5x7.hh.
|
inline |
Construct system font (5x7) singleton.
Definition at line 37 of file System5x7.hh.
|
inlineinherited |
|
virtualinherited |
|
protectedinherited |
|
protectedinherited |
|
inherited |