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