代码搜索结果
找到约 37,566 项符合
LCD 的代码
lcd.c
/*****************************************************
*
* 文件名称:lcd.c
* 文件说明:LCD 模块
*****************************************************/
#ifndef MSP430F449_H
#include
lcd.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="D:\2812_pro\LCD\"
ProjectType=Executable
CPUFamily=TMS320C28XX
Tool="Compiler"
Tool
lcd.plg
礦ision3 Build Log
Project:
E:\XrEmbedded\Z32R\Software\Example\3.1 - LCD\LCD.uv2
Project File Date: 04/20/2008
Output:
Build target 'Z32R'
as
lcd.lnp
".\output\stm32f10x.o" ".\output\stm32_init.o" ".\output\tft018.o" ".\output\lcd.o" --device DARMSTM --strict --scatter ".\output\LCD.sct"
--autoat --summary_stderr --info summarysizes --map --xref
lcd.d
.\output\lcd.o: LCD.c
.\output\lcd.o: C:\Keil\ARM\INC\ST\STM32F10x\stm32f10x_lib.h
.\output\lcd.o: C:\Keil\ARM\INC\ST\STM32F10x\stm32f10x_map.h
.\output\lcd.o: C:\Keil\ARM\INC\ST\STM32F10x\stm32f10
lcd.tra
*** Creating Trace Output File '.\output\LCD.tra' Ok.
### Preparing for ADS-LD.
### Creating ADS-LD Command Line
### List of Objects: adding '".\output\stm32f10x.o"'
### List of Objects: adding '"
lcd.bat
tftp -i 192.168.3.100 put LCD.bin
lcd.c
#include "DSP28_Device.h"
#include "LCD.h"
#ifndef bool
#define bool unsigned short
#define FALSE 0
#define TRUE 1
#endif
/***************************************************************
lcd.cce
Warning[000] lcd.h 16 : Missing newline
16x4 lcd.h
/*****************************************************************************
* LCD control functions.
* 16X4 LCD DRIVER 4 bit mode
* Created By:Ganesh Kumar.SW
* Created On:8-06-2007
D