Files
STC32G_Power_Monitor/Header/oled_font.h
2025-09-01 22:43:03 +08:00

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