代码搜索结果
找到约 10,000 项符合
LCD 的代码
lcd.h
//------------------------------------------------------------------------
#ifndef LCDH
#define LCDH
#include
//--------------------------------------------
int LcdDisplay(const
lcd.cpp
//---------------------------------------------------------------------------
//此中包含液晶操作的全部子程序,另外还包括优盘检测的子程序
#pragma hdrstop
#define LCDEnableNum 20
#include
#include
#
lcd.err
"lcd.c", line 188: Warning: C2917W: no side effect in void context: 'unary *'
"lcd.c", line 203: Warning: C2917W: no side effect in void context: 'unary *'
"lcd.c", line 983: Warning: C2
lcd.c
//====================================================================
// File Name : LCD.c
// Function : S3C2440 LCD test code
// Program :
// Date : Apr. 21, 2003
// Version : 0.0
/
lcd.h
#ifndef __LCD_H__
#define __LCD_H__
void Lcd_Start(U32 mode);
void Test_Lcd_Stn_1Bit(void);
void Test_Lcd_Stn_2Bit(void);
void Test_Lcd_Stn_4Bit(void);
void Test_Lcd_Cstn_8Bit(void);
void Tes
lcd._c
//ICC-AVR application builder : 2006-5-29 10:59:50
// Target : M128
// Crystal: 8.0000Mhz
#include
#include
//declare memory mapped variables
extern unsigned char co
lcd.c
//ICC-AVR application builder : 2006-5-29 10:59:50
// Target : M128
// Crystal: 8.0000Mhz
#include
#include
void clear_lcd()
{
wait_lcd();
*command_lcd = 1;
lcd.c
/******************** (C) COPYRIGHT 2007 STMicroelectronics ********************
* File Name : main.c
* Author : David JIANG
* Date First Issued : 2007.9.17
* Description