代码搜索:LCD转VGA
找到约 10,000 项符合「LCD转VGA」的源代码
代码结果 10,000
www.eeworm.com/read/140992/13048866
frm lcd.frm
VERSION 5.00
Object = "{648A5603-2C6E-101B-82B6-000000000014}#1.1#0"; "MSCOMM32.OCX"
Begin VB.Form Form1
Caption = "点阵字符型液晶显示编程 苏州大学freescale MCU&DSP研发中心 2005年3月版"
www.eeworm.com/read/328047/13050275
obj lcd.obj
www.eeworm.com/read/328047/13050294
lst lcd.lst
C51 COMPILER V7.50 LCD 05/09/2008 16:12:47 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE LCD
OBJECT MODULE PLACED IN .\o
www.eeworm.com/read/328047/13050307
c lcd.c
/********************************************************
LCD采用ST7920,RT240128GB
控制单片机AT89C51 11.0592MHz
2008.5.9 汪亲朋.
************************************************************/
#i
www.eeworm.com/read/328047/13050308
h lcd.h
#include
#define uchar unsigned char
#define uint unsigned int
#define PORTB P1
sbit WRT =P2^7;//低电平有效//
sbit RAD =P2^6;//低电平有效//
sbit CS =P2^5;//低电平有效//
sbit
www.eeworm.com/read/328044/13050517
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);
void Test_Lcd(void);
#en
www.eeworm.com/read/328018/13052413
c lcd.c
#include "spce061.h"
#include "global.h"
#include "LCD.h"
/////////////////lcd control/////////////////
#define lcd_busy 0x2000
#define setb_req 0x4000
#define reset 0x7fff
uint re;
con
www.eeworm.com/read/328018/13052422
h lcd.h
void write_data(uint date); //write a data
void clrscreen();
void displayscreen(uint *p,uint type);
void draw_pic(uint *p,uint type);
void initLCD();
void dispnumber(uint xaddr,uint yaddr,ui
www.eeworm.com/read/140887/13054361
c lcd.c
#define _LIBRARY_DEFINE
#include
#include
#include "..\Inc\AT8xC51SND1.h"
#include "..\Inc\GLOBAL.h"
#include "..\Inc\CHIPSOURCE.h"
#include "..\Inc\COMMON.h"
#include "LCD
www.eeworm.com/read/140887/13054369
opt lcd.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.a*; *.src)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt)
pExt (*.plm)
DaveTm { 0,0,0,0,0,0,0,0 }
Target (Tar