⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 lcd.c

📁 ertfs文件系统里面既有完整ucos程序
💻 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 + -