代码搜索:LCD
找到约 10,000 项符合「LCD」的源代码
代码结果 10,000
www.eeworm.com/read/354434/10356171
plg lcd_in.plg
礦ision3 Build Log
Project:
E:\工作asm\C\sed1335\带液晶\LCD_IN.uv2
Project File Date: 02/29/2008
Output:
www.eeworm.com/read/280057/10358197
c lcd.c
#include
#include
#include
#include "clock.h"
#ifdef UNCACHED
#undef UNCACHED
#endif
#define UNCACHED(addr) ((unsigned int)(addr) | 0x20000000)
#define STATIC_MALLOC
#
www.eeworm.com/read/280057/10358365
c lcd.c
#include
#include
#include
#include "clock.h"
#ifdef UNCACHED
#undef UNCACHED
#endif
#define UNCACHED(addr) ((unsigned int)(addr) | 0x20000000)
#define STATIC_MALLOC
#
www.eeworm.com/read/280056/10358530
c lcd.c
#include
#include
#ifdef UNCACHED
#undef UNCACHED
#endif
#define UNCACHED(addr) ((unsigned int)(addr) | 0xa0000000)
#define STATIC_MALLOC
#define MODE_MASK 0x0f
#define MODE_TFT_
www.eeworm.com/read/354402/10358823
h lcd.h
/*----------------------------------------------------------------------------
* Name: LCD.H
* Purpose: LCD function prototypes
* Version: V1.10
*-------------------------------------------
www.eeworm.com/read/354398/10358937
h lcd.h
/*----------------------------------------------------------------------------
* Name: LCD.H
* Purpose: LCD function prototypes
* Version: V1.10
*-------------------------------------------
www.eeworm.com/read/354396/10359087
h lcd.h
/*----------------------------------------------------------------------------
* Name: LCD.H
* Purpose: LCD function prototypes
* Version: V1.10
*-------------------------------------------
www.eeworm.com/read/354375/10361082
c lcd.c
#include
#include"lcd.h"
void Lcd_Delay(unsigned int times)
{
unsigned int i,j;
for(i=0;i
www.eeworm.com/read/354375/10361086
h lcd.h
//#include
#include
#define _nop_ _nop_()
//以下为液晶显示部分
sbit LCD_CS=P1^5;
sbit LCD_SDA=P1^6;
sbit LCD_SCL=P1^7;
extern void Lcd_Delay(unsigned int times);
extern void
www.eeworm.com/read/280025/10364728
c 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