|
Canvas graphics library
0.1.0
This library is developed to perform canvas graphics in memory buffers
|
#include <canvas_types.h>
Public Attributes | |
| uint8_t | width |
| char width in pixels | |
| uint8_t | height |
| char height in pixels | |
| uint8_t | spacing |
| additional spaces after char in pixels | |
| const uint8_t * | glyph |
| char data, located in progmem. | |
Structure describes single char information
Definition at line 142 of file canvas_types.h.
1.8.13