代码搜索:LCD
找到约 10,000 项符合「LCD」的源代码
代码结果 10,000
www.eeworm.com/read/162105/10335593
c lcd.c
//typedef unsigned short unsigned int ;
//typedef unsigned int unsigned int ;
//typedef unsigned char unsigned char ;
#include "LCD.h"
#include "Board.h"
#include "lcd_mask_chinese.h"
#in
www.eeworm.com/read/162105/10335603
h lcd.h
#ifndef _LCD_H_
#define _LCD_H_
//#pragma pack(1)
#define BS 0x08
#define CR 0x0D
#define LF 0x0A
extern void AT91F_DBGU_Printk(char *);
int lcd_init(void);
//reverse=0/1: ?y3£??ê?/·′??
www.eeworm.com/read/280227/10345676
c lcd.c
//液晶子程序
#include "includes.h"
/**********************************************************************
display the first menu
1.PWM 2.ACD 3.ECT
4.SCI 5.IIC 6.IRQ
***************************
www.eeworm.com/read/280227/10345698
h lcd.h
/*********************************************************
LCD.h
hardware connect port construction
DB0~DB7 -> PORTA
RW -> PORTE_BIT2
RS -> PORTE_BIT3
E -> PORTE_BIT4
**********
www.eeworm.com/read/280171/10350879
c lcd.c
/**************************************************************
The initial and control for 320×240 24Bpp TFT LCD----3.5寸横屏
**************************************************************/
#includ
www.eeworm.com/read/280171/10350964
h lcd.h
/**************************************************************
The initial and control for 240×320 16Bpp TFT LCD----LtS350Q1 & LQ035Q7DB02
**********************************************************
www.eeworm.com/read/280171/10351022
o lcd.o
www.eeworm.com/read/280171/10351069
o lcd.o
www.eeworm.com/read/354468/10352682
lcd12864
www.eeworm.com/read/354439/10355498