forked from PaulStoffregen/ILI9341_fonts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfont_AwesomeF080.h
More file actions
33 lines (28 loc) · 1.01 KB
/
Copy pathfont_AwesomeF080.h
File metadata and controls
33 lines (28 loc) · 1.01 KB
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 _ILI9341_t3_font_AwesomeF080_
#define _ILI9341_t3_font_AwesomeF080_
#include "ILI9341_t3.h"
#ifdef __cplusplus
extern "C" {
#endif
extern const ILI9341_t3_font_t AwesomeF080_8;
extern const ILI9341_t3_font_t AwesomeF080_9;
extern const ILI9341_t3_font_t AwesomeF080_10;
extern const ILI9341_t3_font_t AwesomeF080_11;
extern const ILI9341_t3_font_t AwesomeF080_12;
extern const ILI9341_t3_font_t AwesomeF080_13;
extern const ILI9341_t3_font_t AwesomeF080_14;
extern const ILI9341_t3_font_t AwesomeF080_16;
extern const ILI9341_t3_font_t AwesomeF080_18;
extern const ILI9341_t3_font_t AwesomeF080_20;
extern const ILI9341_t3_font_t AwesomeF080_24;
extern const ILI9341_t3_font_t AwesomeF080_28;
extern const ILI9341_t3_font_t AwesomeF080_32;
extern const ILI9341_t3_font_t AwesomeF080_40;
extern const ILI9341_t3_font_t AwesomeF080_48;
extern const ILI9341_t3_font_t AwesomeF080_60;
extern const ILI9341_t3_font_t AwesomeF080_72;
extern const ILI9341_t3_font_t AwesomeF080_96;
#ifdef __cplusplus
} // extern "C"
#endif
#endif