-
Notifications
You must be signed in to change notification settings - Fork 0
/
ST7735_t3_font_CourierNewBoldItalic.h
33 lines (28 loc) · 1.22 KB
/
ST7735_t3_font_CourierNewBoldItalic.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_CourierNewBoldItalic_
#define _ST7735_t3_font_CourierNewBoldItalic_
#include "ST7735_t3.h"
#ifdef __cplusplus
extern "C" {
#endif
extern const ILI9341_t3_font_t CourierNew_8_Bold_Italic;
extern const ILI9341_t3_font_t CourierNew_9_Bold_Italic;
extern const ILI9341_t3_font_t CourierNew_10_Bold_Italic;
extern const ILI9341_t3_font_t CourierNew_11_Bold_Italic;
extern const ILI9341_t3_font_t CourierNew_12_Bold_Italic;
extern const ILI9341_t3_font_t CourierNew_13_Bold_Italic;
extern const ILI9341_t3_font_t CourierNew_14_Bold_Italic;
extern const ILI9341_t3_font_t CourierNew_16_Bold_Italic;
extern const ILI9341_t3_font_t CourierNew_18_Bold_Italic;
extern const ILI9341_t3_font_t CourierNew_20_Bold_Italic;
extern const ILI9341_t3_font_t CourierNew_24_Bold_Italic;
extern const ILI9341_t3_font_t CourierNew_28_Bold_Italic;
extern const ILI9341_t3_font_t CourierNew_32_Bold_Italic;
extern const ILI9341_t3_font_t CourierNew_40_Bold_Italic;
extern const ILI9341_t3_font_t CourierNew_48_Bold_Italic;
extern const ILI9341_t3_font_t CourierNew_60_Bold_Italic;
extern const ILI9341_t3_font_t CourierNew_72_Bold_Italic;
extern const ILI9341_t3_font_t CourierNew_96_Bold_Italic;
#ifdef __cplusplus
} // extern "C"
#endif
#endif