Various changes for smartlcd boards
[hackover2013-badge-firmware.git] / drivers / lcd / tft / fonts / veramono9.h
1 #ifndef __VERA_MONO_9__
2 #define __VERA_MONO_9__
3
4 #include "bitmapfonts.h"
5
6 /* Font data for Bitstream Vera Sans Mono 9pt */
7 extern const uint8_t bitstreamVeraSansMono9ptCharBitmaps[];
8 extern const FONT_CHAR_INFO bitstreamVeraSansMono9ptCharDescriptors[];
9 extern const FONT_INFO bitstreamVeraSansMono9ptFontInfo;
10
11 #endif
This page took 0.042165 seconds and 5 git commands to generate.