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

📄 sys_config.h

📁 凌阳SPCE3200多媒体开发板自带源程序。共安排了32个子目录
💻 H
字号:
/******************************************************************************
 *
 *     The information contained herein is the exclusive property of
 *   Sunplus Technology Co. And shall not be distributed, reproduced,
 *   or disclosed in whole in part without prior written permission.
 *
 *         (C) COPYRIGHT 2005   SUNPLUS TECHNOLOGY CO.
 *                        ALL RIGHTS RESERVED
 *
 * The entire notice above must be reproduced on all authorized copies.
 *
 *****************************************************************************/

/******************************************************************************
 *  Filename:   	Sys_Config.h
 *  Author:     	Robin.xjliu  (eMail: xjliu@sunplus.com)
 *  Tel:        	00885-028-87848688-5884
 *  Date:       	2005-11-03
 *  Description:	system config switch
 *  Reference:
 *  Version history:
 *-----------------------------------------------------------------------------
 *	Version   YYYY-MM-DD-INDEX   Modified By         Description
 *	1.0.0     2005-11-03           xjliu               Create
 *
 *****************************************************************************/
#ifndef _SYS_CONFIG_H
#define _SYS_CONFIG_H

#define ARG_CHK_EN	1
#define DEBUG

#define SCREENBUFF_WIDTH	1024
#define SCREENBUFF_HEIGHT	512
#define SCREEN_WIDTH		640
#define SCREEN_HEIGHT		480

#define CELL_NUM_MAX		512
#define SPRITE_NUM_MAX		64
#define SPRITE_PRI_MAX		16

/**
 * define data load mode
 */
//#define EN_SDCARD_VGA
//#define EN_SDCARD_QVGA
//#define EN_SDCARD_HVGA

//#define EN_USB_VGA
//#define EN_USB_QVGA
//#define EN_USB_HVGA

//#define EN_CDROM_VGA
//#define EN_CDROM_QVGA
//#define EN_CDROM_HVGA



#endif	//_SYS_CONFIG_H

⌨️ 快捷键说明

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