-
Notifications
You must be signed in to change notification settings - Fork 0
/
ST7735_t3_font_LiberationSerifBold.h
33 lines (28 loc) · 1.18 KB
/
ST7735_t3_font_LiberationSerifBold.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
#ifndef _ST7735_t3_font_LiberationSerifBold_
#define _ST7735_t3_font_LiberationSerifBold_
#include "ST7735_t3.h"
#ifdef __cplusplus
extern "C" {
#endif
extern const ILI9341_t3_font_t LiberationSerif_8_Bold;
extern const ILI9341_t3_font_t LiberationSerif_9_Bold;
extern const ILI9341_t3_font_t LiberationSerif_10_Bold;
extern const ILI9341_t3_font_t LiberationSerif_11_Bold;
extern const ILI9341_t3_font_t LiberationSerif_12_Bold;
extern const ILI9341_t3_font_t LiberationSerif_13_Bold;
extern const ILI9341_t3_font_t LiberationSerif_14_Bold;
extern const ILI9341_t3_font_t LiberationSerif_16_Bold;
extern const ILI9341_t3_font_t LiberationSerif_18_Bold;
extern const ILI9341_t3_font_t LiberationSerif_20_Bold;
extern const ILI9341_t3_font_t LiberationSerif_24_Bold;
extern const ILI9341_t3_font_t LiberationSerif_28_Bold;
extern const ILI9341_t3_font_t LiberationSerif_32_Bold;
extern const ILI9341_t3_font_t LiberationSerif_40_Bold;
extern const ILI9341_t3_font_t LiberationSerif_48_Bold;
extern const ILI9341_t3_font_t LiberationSerif_60_Bold;
extern const ILI9341_t3_font_t LiberationSerif_72_Bold;
extern const ILI9341_t3_font_t LiberationSerif_96_Bold;
#ifdef __cplusplus
} // extern "C"
#endif
#endif