代码搜索结果
找到约 10,000 项符合
LCD 的代码
lcd.c
/**************************************************************
The initial and control for 320×240 16Bpp TFT LCD--LTS350Q1_PE1 & LQ035Q7DB02
********************************************************
lcd.h
/**************************************************************
The initial and control for 240×320 16Bpp TFT LCD----LtS350Q1 & LQ035Q7DB02
**********************************************************
lcd.asm
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; LCD-Routinen ;;
;; ============ ;;
;; (c)andreas-s@web.de ;;
;; 4bit-Interface ;;
;; DB4-DB7: PC0-PC3 ;;
;; RS: PC4 ;;
;; E
lcd.c
#include "general.h"
#include "LCD.h"
#include "bin2dec.h"
void Int2Ascii(int value, int *pstring);
void Wait(WORD count);
//------------------------------------------------------------------
lcd.h
#ifndef LCD_H
#define LCD_H
#define dRS LATCbits.LATC3
#define dE LATDbits.LATD13
#define dR_W LATCbits.LATC1
#define dBusy PORTDbits.RD3
void Int2Ascii(int value, int *pstring);
void
lcd.h
////////LCD.h 此为LCD显示子系统/////////
#include "C8051F040.h" // Register definition file.
#include "intrins.h"
#include "math.h"
#include "string.h"
#include "stdlib.h"
typedef unsigned char uchar