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:
15
lib/fonts/font-notomono-10.h
Normal file
15
lib/fonts/font-notomono-10.h
Normal 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 */
|
||||
Reference in New Issue
Block a user