代码搜索结果
找到约 37,566 项符合
LCD 的代码
lcd.c
/*****************************************************
* LCD 模块
*****************************************************/
#ifndef MSP430F449_H
#include
#endif
#define LCD_IN_USE 8
lcd.c
/*****************************************************
*
* 文件名称:lcd.c
* 文件说明:LCD 模块
*****************************************************/
#ifndef MSP430F449_H
#include
lcd.ini
[Desktop-Workspace]
Wnd0=_ "Workspace" "open" 44 0 1 -1 -1 -1 -1 22 22 664 356 0 276 27 27 2 "LCD" "LCD_A" 2 "LCD/Debug" "LCD_A/Debug" "/LCD"
Wnd1=_ "Messages2" "closed" 44 0 1 -1 -1 -1 -1 0 0 6
lcd.lst
1:
2: /* LCD interface example
3: * Uses routines from delay.c
4: * This code will interface to a standard LCD controller
5: * like the Hitachi
lcd.c
/* LCD interface example
* Uses routines from delay.c
* This code will interface to a standard LCD controller
* like the Hitachi HD44780. It uses it in 4 bit mode, with
* the hardware conne
lcd.h
/*
* LCD interface header file
* See lcd.c for more info
*/
/* write a byte to the LCD in 4 bit mode */
extern void lcd_write(unsigned char);
/* Clear and home the LCD */
extern void
lcd.dp2
lcd.o: d:/icc/include/iom128v.h F:\Relations\sf6_system\measure\LCDtest/lcd.h d:/icc/include/macros.h
lcd.c
/*----------------------------------------------------------------------------
* Name: LCD.C
* Purpose: LCD module 2x16 driver for ST7066 controller
* Rev.: V1.00 / 24-may-2
lcd.d
.\Obj\lcd.o: LCD.c
.\Obj\lcd.o: C:\Keil\ARM\INC\Philips\LPC23xx.H
.\Obj\lcd.o: LCD.h
lcd(10-3).pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="D:\program\2812new\10 EV\lcd(10-3)\"
ProjectType=Executable
CPUFamily=TMS320C28XX
To