-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfont_LiberationMono.h
36 lines (31 loc) · 1.13 KB
/
font_LiberationMono.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
34
35
36
#ifndef _ST7735_t3_font_LiberationMono_
#define _ST7735_t3_font_LiberationMono_
#include "whichteensy.h"
#ifdef TEENSY //skip all this if not using Teensy
#include "ST7735_t3.h"
#ifdef __cplusplus
extern "C" {
#endif
extern const ST7735_t3_font_t LiberationMono_8;
extern const ST7735_t3_font_t LiberationMono_9;
extern const ST7735_t3_font_t LiberationMono_10;
extern const ST7735_t3_font_t LiberationMono_11;
extern const ST7735_t3_font_t LiberationMono_12;
extern const ST7735_t3_font_t LiberationMono_13;
extern const ST7735_t3_font_t LiberationMono_14;
extern const ST7735_t3_font_t LiberationMono_16;
extern const ST7735_t3_font_t LiberationMono_18;
extern const ST7735_t3_font_t LiberationMono_20;
extern const ST7735_t3_font_t LiberationMono_24;
extern const ST7735_t3_font_t LiberationMono_28;
extern const ST7735_t3_font_t LiberationMono_32;
extern const ST7735_t3_font_t LiberationMono_40;
extern const ST7735_t3_font_t LiberationMono_48;
extern const ST7735_t3_font_t LiberationMono_60;
extern const ST7735_t3_font_t LiberationMono_72;
extern const ST7735_t3_font_t LiberationMono_96;
#ifdef __cplusplus
} // extern "C"
#endif
#endif
#endif