1
0
mirror of https://github.com/mist-devel/mist-firmware.git synced 2026-01-13 07:09:44 +00:00
2021-05-15 19:47:18 +02:00

12 lines
118 B
C

/*
* font.h
*/
#ifndef FONT_H
#define FONT_H
void font_load();
char char_row(char c, char row);
#endif // FONT_H