diff options
| author | JF <jf@codingfield.com> | 2019-12-05 20:19:47 (GMT) |
|---|---|---|
| committer | JF <jf@codingfield.com> | 2019-12-05 20:19:47 (GMT) |
| commit | 5225706cc83a60647eea52d9ee28e7a4ee164aa4 (patch) | |
| tree | 004d312c7721d6699c4c1729d1b9e3b03c1aad1c /src/DisplayApp/lcdfont.h | |
| parent | 29efb9aef60175f2e9fd29073cd5929aa76ed05d (diff) | |
Add DisplayApp, and lcdfont. Update the display every second
Diffstat (limited to 'src/DisplayApp/lcdfont.h')
| -rw-r--r-- | src/DisplayApp/lcdfont.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/DisplayApp/lcdfont.h b/src/DisplayApp/lcdfont.h new file mode 100644 index 0000000..232dc89 --- /dev/null +++ b/src/DisplayApp/lcdfont.h @@ -0,0 +1,5 @@ +// Font data for LCD 70pt +extern const uint_8 lCD_70ptBitmaps[]; +extern const FONT_INFO lCD_70ptFontInfo; +extern const FONT_CHAR_INFO lCD_70ptDescriptors[]; + |
