Fixed cast warning
[hackover2013-badge-firmware.git] / drivers / lcd / 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.046015 seconds and 5 git commands to generate.