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

📄 lcd.h

📁 嵌入式下实验的新的驱动设计源代码
💻 H
字号:
#ifndef _LCD_H#define _LCD_Htypedef struct{	short x;	short y;	short a;	short b;	unsigned char c;	int xorm;} ellipse_str_t;typedef struct{	short x1;	short y1;	short x2;	short y2;	int c;} rect_t;typedef struct{	short x;	short y1;	short y2;	unsigned char c;	int xorm;} vline_t;typedef struct{	short x;	short y;	unsigned char c;	int xorm;} bigpixel_t;typedef struct{	short x;	short y;	unsigned char *buf;} textout_t;typedef struct{	short x0;	short y0;	short width;	short height;	unsigned char *pcc;	int xorm;} chinese_t;#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -