projects
/
hackover2013-badge-firmware.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
"THE ClubMate-WARE LICENSE" (Revision 42):
[hackover2013-badge-firmware.git]
/
drivers
/
displays
/
tft
/
fonts
/
verdana14.h
1
#ifndef __VERDANA_14__
2
#define __VERDANA_14__
3
4
#include
"../fonts.h"
5
6
/* Font data for Verdana 14pt */
7
extern
const uint8_t
verdana14ptBitmaps
[];
8
extern
const
FONT_INFO verdana14ptFontInfo
;
9
extern
const
FONT_CHAR_INFO verdana14ptDescriptors
[];
10
11
#endif
This page took
0.039008 seconds
and
5
git commands to generate.