Files
timely-reference/lib/fonts/font-notomono-10.h
Max Regan fab3332c65 Enable text display on Sharp display
1. Add basic code for Sharp Display
2. Add embedded font (generated by fontem)
3. Add the worst code possible to print strings to the display
4. Rejoice in the beautiful (small) text.
2019-03-04 00:22:01 -08:00

16 lines
421 B
C

/* AUTOMATICALLY GENERATED FILE! EDITING NOT RECOMMENDED!
*
* This file is distributed under the terms of the MIT License.
* See the LICENSE file at the top of this tree, or if it is missing a copy can
* be found at http://opensource.org/licenses/MIT
*/
#ifndef _FONTEM_notomono_10_H
#define _FONTEM_notomono_10_H
#include "fontem.h"
extern const struct font font_notomono_10;
#endif /* _FONTEM_notomono_10_H */