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

📄 config.h

📁 S3C2440 bootloader nboot1
💻 H
字号:
//======================Copyright (c)=====================================// 文件名称: config.h// 功能描述://// 修改记录://           2009-02-16, PiaoHong 创建文件//////========================================================================#ifndef _CONFIG_H#define _CONFIG_H//= Start ================================================================//允许LCD#define LCD_TFT_ENABLE#ifdef LCD_TFT_ENABLE//#define IN_HZK16X16#define IN_ASCII#endif#include <stdarg.h>#include <string.h>#include <stdlib.h>#include <stdio.h>#include <ctype.h>#include "INIT\INC\Def.h"#include "INIT\INC\2440addr.h"#include "INIT\INC\2440lib.h"#include "INIT\INC\2440slib.h"#include "sdmmc/sdconfig.h"#include "sdmmc/sdhal.h"#include "sdmmc/sdcmd.h"#include "sdmmc/sddriver.h"#include "nand/nand.h"#include "FAT\FAT.h"#include "App\inc\Loader.h"#ifdef DEBUG#define Debug_Printf Uart_Printf#else#define Debug_Printf(...)#endif#include "LCD_TFT.h"//= end   ================================================================#endif //_CONFIG_H

⌨️ 快捷键说明

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