Added backlight, reset, triangle and corner commands
[hackover2013-badge-firmware.git] / drivers / lcd / tft / fonts / dejavusansbold9.h
1 #ifndef __DEJA_VU_SANS_BOLD_9__
2 #define __DEJA_VU_SANS_BOLD_9__
3
4 #include "bitmapfonts.h"
5
6 extern const uint8_t dejaVuSansBold9ptCharBitmaps[];
7 extern const FONT_CHAR_INFO dejaVuSansBold9ptCharDescriptors[];
8 extern const FONT_INFO dejaVuSansBold9ptFontInfo;
9
10 #endif
This page took 0.043549 seconds and 5 git commands to generate.