代码搜索:LCD转VGA
找到约 10,000 项符合「LCD转VGA」的源代码
代码结果 10,000
www.eeworm.com/read/244396/12868731
obj lcd.obj
www.eeworm.com/read/244396/12868742
c lcd.c
#include
#include
#include
#include
#include
#include
#include "lcd.h"
#include "zimo.h"
#include "comm.h"
/*--------------
www.eeworm.com/read/244396/12868751
h lcd.h
#define Disp_On 0x3f // 显示开指令 //
#define Disp_Off 0x3e // 显示关指令 //
#define Col_Add 0x40 // 定位到第0列指令 //
#define Page_Add 0xb8 // 定位到第0页指令 //
#define Start_Line 0xc0 // 定位从
www.eeworm.com/read/330751/12870199
c lcd.c
#include "LCD.h"
/*LcdShow:在HD44780显示屏上显示数据--------------------*
*功能描述:在HD44780显示屏上显示str中的32个数据 *
*参 数:str:待显示数组 *
*返 回:无
www.eeworm.com/read/330751/12870219
lis lcd.lis
.module LCD.c
.area text
; i -> 0,X
; str -> 3,X
0000 _lcdshow::
0000 A7FF
www.eeworm.com/read/330751/12870222
h lcd.h
#include "GP32C.h" //包含头文件
#define LcdData PTB //Lcd显示数据传送口
#define LcdData_D DDRB //数据口方向寄存器
#define LcdCtrl PTC //Lcd控制信号传送口
#define LcdCtrl_D DDRC //控制口方向寄存器
#def
www.eeworm.com/read/330751/12870229
o lcd.o
XH
H 1 areas 7 global symbols
M LCD.c
S __r0 Ref0000
S __r1 Ref0000
A text size 138 flags 0
S _LcdInit Def00C3
S _lcdshow Def0000
S _lcdshow1 Def006D
S _lcdshow2 Def00A7
S _Lcd_Command Def01
www.eeworm.com/read/330751/12870314
s lcd.s
.module LCD.c
.area text
; i -> 0,X
; str -> 3,X
_lcdshow::
ais #-1
tsx
; #include "LCD.h"
; /*LcdShow:在HD44780显示屏上显示数据--------------------*
; *功能描述:在HD44780显示屏上显示
www.eeworm.com/read/143390/12878829
h lcd.h
/********************************************************************/
/* LCD Header for KS32C5000 */
/*------------------------------------------------------
www.eeworm.com/read/143390/12878907
c lcd.c
/*************************************************************************/
/* */
/* FILE NAME