See changelog v0.9.8
[hackover2013-badge-firmware.git] / drivers / displays / tft / fonts / dejavusans9.h
1 #ifndef __DEJA_VU_SANS_9__
2 #define __DEJA_VU_SANS_9__
3
4 #include "bitmapfonts.h"
5
6 extern const uint8_t dejaVuSans9ptCharBitmaps[];
7 extern const FONT_CHAR_INFO dejaVuSans9ptCharDescriptors[];
8 extern const FONT_INFO dejaVuSans9ptFontInfo;
9
10 #endif
This page took 0.039933 seconds and 5 git commands to generate.