Fixed line draw
[hackover2013-badge-firmware.git] / drivers / lcd / tft / fonts / dejavusansmonobold8.h
1 #ifndef __DEJA_VU_SANS_MONO_BOLD_8__
2 #define __DEJA_VU_SANS_MONO_BOLD_8__
3
4 #include "bitmapfonts.h"
5
6 extern const uint8_t dejaVuSansMonoBold8ptCharBitmaps[];
7 extern const FONT_CHAR_INFO dejaVuSansMonoBold8ptCharDescriptors[];
8 extern const FONT_INFO dejaVuSansMonoBold8ptFontInfo;
9
10 #endif
This page took 0.060788 seconds and 5 git commands to generate.