-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathST7735_t3_font_LiberationSansNarrowBold.h
33 lines (28 loc) · 1.28 KB
/
ST7735_t3_font_LiberationSansNarrowBold.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_LiberationSansNarrowBold_
#define _ST7735_t3_font_LiberationSansNarrowBold_
#include "ST7735_t3.h"
#ifdef __cplusplus
extern "C" {
#endif
extern const ILI9341_t3_font_t LiberationSansNarrow_8_Bold;
extern const ILI9341_t3_font_t LiberationSansNarrow_9_Bold;
extern const ILI9341_t3_font_t LiberationSansNarrow_10_Bold;
extern const ILI9341_t3_font_t LiberationSansNarrow_11_Bold;
extern const ILI9341_t3_font_t LiberationSansNarrow_12_Bold;
extern const ILI9341_t3_font_t LiberationSansNarrow_13_Bold;
extern const ILI9341_t3_font_t LiberationSansNarrow_14_Bold;
extern const ILI9341_t3_font_t LiberationSansNarrow_16_Bold;
extern const ILI9341_t3_font_t LiberationSansNarrow_18_Bold;
extern const ILI9341_t3_font_t LiberationSansNarrow_20_Bold;
extern const ILI9341_t3_font_t LiberationSansNarrow_24_Bold;
extern const ILI9341_t3_font_t LiberationSansNarrow_28_Bold;
extern const ILI9341_t3_font_t LiberationSansNarrow_32_Bold;
extern const ILI9341_t3_font_t LiberationSansNarrow_40_Bold;
extern const ILI9341_t3_font_t LiberationSansNarrow_48_Bold;
extern const ILI9341_t3_font_t LiberationSansNarrow_60_Bold;
extern const ILI9341_t3_font_t LiberationSansNarrow_72_Bold;
extern const ILI9341_t3_font_t LiberationSansNarrow_96_Bold;
#ifdef __cplusplus
} // extern "C"
#endif
#endif