代码搜索:lCD
找到约 10,000 项符合「lCD」的源代码
代码结果 10,000
www.eeworm.com/read/390757/8443479
h lcd.h
#ifndef __LCD_H__
#define __LCD_H__
#include
#define CMD_WR XBYTE[0xF060]//XBYTE[0x4000]
#define CMD_RD XBYTE[0xF062]//XBYTE[0x4002]
#define DATA_WR XBYTE[0xF061]//XBYTE[0x40
www.eeworm.com/read/390757/8443510
obj lcd.obj
www.eeworm.com/read/390757/8443513
lst lcd.lst
C51 COMPILER V7.50 LCD 08/22/2008 20:37:25 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE LCD
OBJECT MODULE PLACED IN LCD
www.eeworm.com/read/390756/8443586
bsf lcd.bsf
(header "symbol" (version "1.1"))
(symbol
(rect 0 0 248 208)
(text "LCD" (rect 4 0 40 16)(font "Arial" (font_size 10)))
(text "inst" (rect 4 192 28 208)(font "Arial"))
(port
(pt 0 32)
(input)
www.eeworm.com/read/390756/8443607
vhd lcd.vhd
--megafunction wizard: %Altera SOPC Builder%
--GENERATION: STANDARD
--VERSION: WM1.0
--Legal Notice: (C)2007 Altera Corporation. All rights reserved. Your
--use of Altera Corporation's design
www.eeworm.com/read/390756/8443978
qip lcd.qip
www.eeworm.com/read/390756/8444020
ptf lcd.ptf
SYSTEM LCD
{
System_Wizard_Version = "7.20";
System_Wizard_Build = "207";
Builder_Application = "sopc_builder_ca";
WIZARD_SCRIPT_ARGUMENTS
{
hdl_language = "vhdl";
device_fa
www.eeworm.com/read/290961/8447191
c lcd.c
#include "DSP28_Device.h"
extern const Uint16 LIB16x24[];
extern const Uint16 LIB24x24[];
extern const Uint16 LIB16x16[];
extern const Uint16 LIB8x16[];
extern const Uint16 LIB64[];
ext
www.eeworm.com/read/290943/8448567
h lcd.h
/*----------------------------------------------------------------------------
* Name: LCD.H
* Purpose: LCD function prototypes
* Version: V1.10
*----------------------------