UP tft form st7796
This commit is contained in:
@@ -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个字节 */
|
||||
|
Reference in New Issue
Block a user