UP tft form st7796

This commit is contained in:
JiXieShi
2024-09-17 16:32:06 +08:00
parent 14ca8c36a9
commit 39654926be
7 changed files with 701 additions and 238 deletions

View File

@@ -263,7 +263,7 @@ void OLED_ShowCHChr(OLED_T *dev, uint8_t x, uint8_t y, Chinese_t *hzk) {
#ifdef UTF8_TO_UNICODE
#include "font.h"
#include "font_t.h"
#define GET_LOW_BYTE0(x) ((x >> 0) & 0x000000ff) /* 获取第0个字节 */
#define GET_LOW_BYTE1(x) ((x >> 8) & 0x000000ff) /* 获取第1个字节 */