mirror of
https://github.com/mist-devel/mist-firmware.git
synced 2026-05-06 00:04:39 +00:00
11 lines
85 B
C
11 lines
85 B
C
/*
|
|
* font.h
|
|
*/
|
|
|
|
#ifndef FONT_H
|
|
#define FONT_H
|
|
|
|
void font_load();
|
|
|
|
#endif // FONT_H
|