Software
Font Graphic Library
The source code can be found on GitHub.
The whole font system is designed to draw charachters in the Framebuffer of a graphic display.
Files in this library
Font.h |
Global declarations for the font system |
Font_06px |
A tiny 6 pixel height, proportional font |
Font_08px |
A readable 8 pixel height, proportional font |
Notes
This library is currently implemented for the Atmel Software Foundation only.
You can get rid of this dependency by
- removing
#include <asf.h>
- defining your own
enum status_code