Software
DIT Graphic Libraries - Font 08px
The source code can be found on GitHub.
A readable 8 pixel height, proportional font.
Functions
font_08px_draw_character() |
Draws a single character of the font into a Framebuffer. |
font_08px_draw_string() |
Draws a sequence of characters of the font into a Framebuffer. |
Files in this library
Font_8px.h |
Declarations for the 8px font |
Font_8px.c |
Implementation of the 8px font functions |
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