代码搜索结果
找到约 10,000 项符合
LCD 的代码
lcd.h
#ifndef _LCD_H
#define _LCD_H
typedef struct
{
short x;
short y;
short a;
short b;
unsigned char c;
int xorm;
} ellipse_str_t;
typedef struct
{
short x1;
short y1;
short x2;
short y2;
int
lcd.gfl
# XST (Creating Lso File) :
top.lso
# xst flow : RunXST
top.syr
top.prj
top.sprj
top.ana
top.stx
top.cmd_log
top.ngc
top.ngr
# Implmentation : Translate (CPLD flow)
__projnav/top_edfTOngd
lcd.xst
set -tmpdir __projnav
set -xsthdpdir ./xst
run
-ifn lcd.prj
-ifmt mixed
-ofn lcd
-ofmt NGC
-p xbr
-top lcd
-opt_mode Speed
-opt_level 1
-iuc NO
-lso lcd.lso
-keep_hierarchy YES
-rtlview
lcd.gfl
# XST (Creating Lso File) :
top.lso
# xst flow : RunXST
top.syr
top.prj
top.sprj
top.ana
top.stx
top.cmd_log
top.ngc
top.ngr
# Implmentation : Translate (CPLD flow)
__projnav/top_edfTOngd
lcd.xst
set -tmpdir __projnav
set -xsthdpdir ./xst
run
-ifn lcd.prj
-ifmt mixed
-ofn lcd
-ofmt NGC
-p xbr
-top lcd
-opt_mode Speed
-opt_level 1
-iuc NO
-lso lcd.lso
-keep_hierarchy YES
-rtlview
lcd.c
// ************************************************
// *** 采用4位数据线的1602液晶驱动程序 ***
// *** LCD.C ***
// ************************************************
#define ENABLE_BIT_DEFINITIONS
#define LCD_C
lcd.h
// ************************************************
// *** LCD_4BIT Driver V1.0 ***
// *** LCD.H ***
// ************************************************
/* LCD data bus, 4 bit mode */
// *** LCD
lcd.mak
# This is makefile for D:\test\lab\44b0_lab\n\11_cLCD\lcd\lcd.mpj
# Friday, December 10, 2004 14:22:23
SHELL = sh
CC = arm-elf-gcc
AS = arm-elf-as
LD = arm-elf-ld
CFG = Debug Ram