代码搜索结果
找到约 10,000 项符合
LCD 的代码
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
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
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)
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
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
lcd.sopc
c:\altera\72\quartus
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
lcd.h
/*----------------------------------------------------------------------------
* Name: LCD.H
* Purpose: LCD function prototypes
* Version: V1.10
*----------------------------