📄 lcd.c
字号:
#include "..\inc\lcd.h"
#include "..\inc\bmp.h"
#include "..\inc\44b.h"
#include <stdarg.h>
#include <math.h>
#include <string.h>
#include <stdlib.h>
INT32U aLcdActiveBuffer[LCD_YSIZE][LCD_XSIZE/4];
extern const unsigned char aucEK[];
//*****************************************************************
// 函数名:void Lcd_Init(void)
// 输 入: Null
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -