配置 PWM ADC LCD

This commit is contained in:
2026-07-14 17:51:39 +08:00
parent 0a5c478a42
commit 2d0d000a38
67 changed files with 33357 additions and 911 deletions

View File

@@ -0,0 +1,15 @@
/* 16×16 CJK 字库,由 font_gen.py 生成(自定义) */
#ifndef HZ16_DATA_H
#define HZ16_DATA_H
#include <stdint.h>
#define CJK_BYTES_PER_CHAR 32
#define CJK_WIDTH 16
#define CJK_HEIGHT 16
#define CJK_NUM_CHARS 18
const uint8_t* cjk_get_bitmap(uint16_t unicode);
#endif /* HZ16_DATA_H */