10 lines
164 B
C
10 lines
164 B
C
#ifndef __OLED_FONT_H__
|
|
#define __OLED_FONT_H__
|
|
|
|
#include "common.h"
|
|
|
|
extern const uint8 code oled_6x8[][6];
|
|
extern const uint8 code ascii_font_8x16[][16];
|
|
|
|
#endif
|