Interface definition to access the Mineplex font. More...
Interface definition to access the Mineplex font.
Definition in file mineplex.h.
#include <stdint.h>
Go to the source code of this file.
Macros | |
#define | MINEPLEX_CHAR_W (5U) |
The width of a single character in pixel. | |
#define | MINEPLEX_CHAR_H (5U) |
The height of a single character in pixel. | |
Functions | |
const uint8_t * | mineplex_char (char c) |
Get the Mineplex representation of a given ASCII character. | |