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

📄 includes.h

📁 S3C44B0X LCD(320*240)驱动程序
💻 H
字号:
#ifndef _INCLUDES_H_
#define _INCLUDES_H_
#include <stdarg.h>
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include <ctype.h>
#include <rt_fp.h>
#include <setjmp.h>
#include <rt_misc.h>
#include <math.h>
 //#include "Interface.h"
 #include "44b.h"
 #include "OPTION.H"
 #include "def.h"
 #include "LCMDriver.h"
 
#define ZKaddr (uint8 *)0x01A0000  //416 扇区~479

#endif

⌨️ 快捷键说明

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