18 lines
292 B
C
18 lines
292 B
C
#ifndef OLED_OLEDFONT_H_
|
|
#define OLED_OLEDFONT_H_
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
extern const unsigned char F6x8[][6];
|
|
extern const unsigned char F8X16[];
|
|
extern const unsigned char Hzk[][32];
|
|
extern unsigned char BMP1[];
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif /* OLED_OLEDFONT_H_ */
|