代码搜索:LCD
找到约 10,000 项符合「LCD」的源代码
代码结果 10,000
www.eeworm.com/read/345413/11816445
pdf lcd.pdf
www.eeworm.com/read/345409/11816481
pjt lcd.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="lcd"
ProjectDir="D:\DSPII\54\5402\normal\Exp16 LCD\"
ProjectType=Executable
CPUFami
www.eeworm.com/read/345409/11816510
c lcd.c
/*lcd.c */
/*ioport unsigned port8000;*/
#include
extern void InitC5402(void);
extern void Write_lcd(void);
void main(void)
{
for(; ;)
{
InitC5402();
/* asm(" stm #
www.eeworm.com/read/345409/11816517
paf lcd.paf
www.eeworm.com/read/345339/11819737
vhd lcd.vhd
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.STD_LOGIC_ARITH.ALL;
use IEEE.STD_LOGIC_UNSIGNED.ALL;
entity lcd is
Port ( clk : in std_logic;
reset : in std_logic;
www.eeworm.com/read/345339/11819740
bsf lcd.bsf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/156186/11822777
c lcd.c
//#########################################################################
// File: LCD.C
//
// Ansteuerung einer LCD-Anzeige
// im 8 Bit Daten Mode
//
//#######################################
www.eeworm.com/read/156186/11822789
h lcd.h
//#########################################################################
// File: LCD.H
//
// Ansteuerung einer LCD-Anzeige
// im 8 Bit Daten Mode
//
//#######################################
www.eeworm.com/read/259041/11825709
o lcd.o
XL
H 1 areas F global symbols
M lcd.c
S push_gset1 Ref0000
S push_gset2 Ref0000
S push_gset3 Ref0000
S push_gset5 Ref0000
S pop_gset1 Ref0000
S pop_gset2 Ref0000
S pop_gset3 Ref0000
S pop_gs
www.eeworm.com/read/259041/11825781
_c lcd._c
///****************************************************************//
//液晶显示模块,采用ATmega8单片机和OCM4*8液晶,串行方式
//采用PORTD的高三位
//pd5---lcd_cs
//pd7---lcd_sdat
//pd6---lcd_sclk
//周金广2006年7月20日整理
///***