代码搜索:LCD转VGA
找到约 10,000 项符合「LCD转VGA」的源代码
代码结果 10,000
www.eeworm.com/read/140565/13074176
h lcd.h
/*-----------------------------------------------------------------------------
@@ (Summary) : LCD controller driver header file
@@ (Comment) : User include file
@@ (Author) :
@@ (Hist
www.eeworm.com/read/140491/13078594
o lcd.o
www.eeworm.com/read/140491/13078627
o lcd.o
www.eeworm.com/read/140491/13078679
c lcd.c
#include "44b.h"
#include "44blib.h"
#include "def.h"
#include "option.h"
#include "lcd.h"
#include "lcdlib.h"
#include "glib.h"
#include
#include "Bmp_Mono.h"
#include "Bmp_
www.eeworm.com/read/140491/13078695
h lcd.h
#ifndef __LCD_H__
#define __LCD_H__
void MoveViewPort(int depth);
void Test_LcdMono(void);
void Test_LcdG4(void);
void Test_LcdG16(void);
void Test_LcdColor(void);
#endif /*__LCD_H__*/
www.eeworm.com/read/327414/13080678
c lcd.c
#include ".\inc\def.h"
#include ".\inc\44b.h"
//*************************640x240*******************************************
#define SCR_XSIZE (640)
#define SCR_YSIZE (240)
#define LCD_XSIZE
www.eeworm.com/read/327414/13080737
o lcd.o
www.eeworm.com/read/242291/13081548
h lcd.h
#ifndef _LCD_H
#define _LCD_H
struct STMENUITEM_
{ Uint16 ItemId;
Uint16 ItemRowNoInWin; //行反白
Uint16 ItemColNoInWin; //页反白
Uint16 ItemNumInWin;
// Uin
www.eeworm.com/read/242291/13081560
c lcd.c
#include "Device.h"
#include "zk.h"
#define KEYVAL (*( volatile Uint16 *)0x2c00);
//LCDK控制位选 574
#define LCD_CS1 0x01
#define LCD_CS2 0x02
#define LCD_RS 0x04
#define LCD_WR 0x08
#d
www.eeworm.com/read/242291/13081602