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

📄 check1.c

📁 The combined demo is dedicated for S1C33L05, so DMT33L05 should be used to load and run the demo. F
💻 C
字号:
/* $Id: check1.c V1.0 Mon Nov 19 14:59:10 2001*//************************************************************************* *    This source code has been made available to you by EPSON on an AS-IS *    basis.  Anyone receiving this source is licensed under EPSON *    copyrights to use it in any way he or she deems fit, including *    copying it, modifying it, compiling it, and redistributing it either *    with or without modifications. * *    Any person who transfers this source code or any derivative work *    must include the EPSON copyright notice, this paragraph, and the *    preceding two paragraphs in the transferred software. * *    COPYRIGHT   EPSON  CORPORATION 2001 *    LICENSED MATERIAL  -  PROGRAM PROPERTY OF EPSON************************************************************************//*********************************************************************** * FILE: check1.c * MODULE: BMP * * PURPOSE: * AUTHOR(S): YangCX * GROUP: GUI Group * DATE CREATED: Mon Nov 19 14:59:10 2001 * REFERENCE DOCUMENT ID: * MODIFICATIONS: *   Date           userName     Description *   2001/09/20     YangCX       Create this file**********************************************************************/#include "sysGUI.h"#include "guiColor.h"T_CONST T_TYPE check1array[] = {  GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 BLACK,		 BLACK,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 BLACK,		 BLACK,		 BLACK,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 BLACK,		 BLACK,		 BLACK,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 BLACK,		 BLACK,		 BLACK,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 BLACK,		 BLACK,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 BLACK,		 BLACK,		 BLACK,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 BLACK,		 BLACK,		 BLACK,		 GREEN,		 GREEN,		 BLACK,		 BLACK,		 BLACK,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 BLACK,		 BLACK,		 BLACK,		 BLACK,		 BLACK,		 BLACK,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 BLACK,		 BLACK,		 BLACK,		 BLACK,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 BLACK,		 BLACK,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		 GREEN,		};T_GUI_Bitmap check1 = {       0 ,        16 ,        12 ,        0 ,        0 ,        4 ,        (T_VOID *)check1array ,        -1 , };

⌨️ 快捷键说明

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