?? sys_config.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 512
#define SPRITE_PRI_MAX 16
#define SPRITETAB_BIN //define sprite tab data from Bin file, or else from Asm file.
//#define TFTLCD_EN //define TFT enable from Scene Director setting by Robin.Lau 06-03-01
/**
* 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 + -