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

📄 lcdlib.h.bak

📁 这是三星公司的arm7 s3c44b0x芯片的所有外设中断程序
💻 BAK
字号:
//44BTEST : lcdlib.h
#ifndef __LCDLIB_H__
#define __LCDLIB_H__
#include "..\inc\option.h"
void Lcd_Init(int depth);
void Lcd_MoveViewPort(int vx,int vy,int depth);
#define MODE_MONO (1)
#define MODE_G4 (4)
#define MODE_G16 (16)
#define MODE_COLOR (256)
#if (LCD_TYPE==MLCD_320_240)
#define SCR_XSIZE (640)
#define SCR_YSIZE (480)
#define LCD_XSIZE (320)
#define LCD_YSIZE (240)
#elif (LCD_TYPE==CLCD_240_320)
#define SCR_XSIZE (640)
#define SCR_YSIZE (480)
#define LCD_XSIZE (240)
#define LCD_YSIZE (320)
#endif
extern unsigned int (*frameBuffer1)[SCR_XSIZE/32];
extern unsigned int (*frameBuffer4)[SCR_XSIZE/16];
extern unsigned int (*frameBuffer16)[SCR_XSIZE/8];
extern unsigned int (*frameBuffer256)[SCR_XSIZE/4];
#endif /*__LCDLIB_H__*/

⌨️ 快捷键说明

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