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.
This commit is contained in:
2019-03-04 00:22:01 -08:00
parent 43d29285ef
commit fab3332c65
6 changed files with 2822 additions and 42 deletions

View File

@@ -0,0 +1,15 @@
/* 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 */