Initial commit
This commit is contained in:
17
MyCode/Gui/my_font.h
Normal file
17
MyCode/Gui/my_font.h
Normal file
@@ -0,0 +1,17 @@
|
||||
#ifndef MY_FONT_H_
|
||||
#define MY_FONT_H_
|
||||
|
||||
//extern const unsigned char ascii_5x8_table[];
|
||||
//extern const unsigned char ascii_7x12_table[];
|
||||
extern const unsigned char ascii_8x16[1536];
|
||||
extern const unsigned char ascii_11x16_table[];
|
||||
extern const unsigned char ascii_14x20_table[];
|
||||
extern const unsigned char ascii_17x24_table[];
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user