Added backlight, reset, triangle and corner commands
[hackover2013-badge-firmware.git] / drivers / lcd / tft / fonts / veramonobold11.h
1 #ifndef __VERA_MONO_BOLD_11__
2 #define __VERA_MONO_BOLD_11__
3
4 #include "bitmapfonts.h"
5
6 /* Font data for Bitstream Vera Sans Mono Bold 11pt */
7 extern const uint8_t bitstreamVeraSansMonoBold11ptCharBitmaps[];
8 extern const FONT_CHAR_INFO bitstreamVeraSansMonoBold11ptCharDescriptors[];
9 extern const FONT_INFO bitstreamVeraSansMonoBold11ptFontInfo;
10
11 #endif
This page took 0.038534 seconds and 5 git commands to generate.