Added EPD business card project to archives.

This commit is contained in:
2018-06-04 14:24:02 -07:00
parent e6715f3686
commit 43b3555da8
556 changed files with 214719 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
#include "config/stm32plus.h"
#include "config/display/font.h"
namespace stm32plus { namespace display {
// byte definitions for FDEF_ROBOTO_THIN
uint8_t FDEF_ROBOTO_THIN68_BYTES[]={ 0,224,137,162,40,138,30,0,};
// character definitions for FDEF_ROBOTO_THIN
extern const struct FontChar FDEF_ROBOTO_THIN_CHAR[]={
{ 68,6,FDEF_ROBOTO_THIN68_BYTES },
};
} }