dmconfig.h

来自「一款SmartPhone的驱动代码」· C头文件 代码 · 共 44 行

H
44
字号
/**************************************************************
*	Copyright(C) 2003--2006  
*	Epson Electronic Technology Development (ShenZhen) co., LTD
*   All rights reserved.
*	
*   File name:    DMconfig.h
*	Platform:     VC++ simulator of EPSON GUI 
*	Author:       David Cheng
*   Dept:         Electronic Enginerring Department 
*   Date:         02/26/2003
*	Descriptions:configuration of Desk Management module 
*   Modified:     
*************************************************************/
#ifndef _SYS_DMCONFIG_H_
#define	_SYS_DMCONFIG_H_


#ifdef __cplusplus
extern "C" {
#endif	// __cplusplus


#define	_DM_DEMO_			1
#define	_DM_DYNAMIC_APP		0		// 动态加载应用程序
									// 此时必有文件系统支持
#define	_DM_MULTIGUI		0		// 支持多任务的GUI


// 事实上GUI中也有了,类似的宏
#define	_DM_GUIHAVEFILE		0		// 支持文件系统的GUI

#define	_DM_PCSIMULATOR		1		// 是PC模拟版


#define	_DM_TOUCHPANEL_		0		// 是否有触摸屏

#ifdef __cplusplus
}
#endif	// __cplusplus




#endif	// _SYS_DMCONFIG_H_

⌨️ 快捷键说明

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