代码搜索结果

找到约 10,000 项符合 LCD 的代码

lcd.h

/*---------------------------------------------------------------------------- * Name: LCD.H * Purpose: LCD function prototypes * Version: V1.10 *----------------------------

lcd.h

/*---------------------------------------------------------------------------- * Name: LCD.H * Purpose: LCD function prototypes * Version: V1.10 *----------------------------

lcd.pjt

; Code Composer Project File, Version 2.0 (do not modify or remove this line) [Project Settings] ProjectDir="E:\lp\2407C\8LCD\" ProjectType=Executable CPUFamily=TMS320C24XX Tool="Compiler" Too

lcd.c

//(2)主程序 #include "f2407_c.h" char table1[300]={ 0x08,0x08,0x0A,0xEA,0xAA,0xAA,0xAA,0xFF,0xA9,0xA9,0xA9,0xE9,0x08,0x08,0x08,0x00, 0x40,0x40,0x48,0x4B,0x4A,0x4A,0x4A,0x7F,0x4A,0x4A,0x4A,0x4B

lcd.c

#include #include #include "lcd.h" #include "font6x8.h" #include "font8x16.h" #include "my_type.h" /**************************************** * out

lcd.h

#ifndef _LCD_H_ #define _LCD_H_ #include #include "my_type.h" /* LCD interface: MCU LCD PC2 ------- CS PC3 ------- RST PC4 ------- RS PC5 -------

lcd.h

#ifndef __LCD_H__ #define __LCD_H__ void MoveViewPort(int depth); void Test_LcdMono(void); void Test_LcdG4(void); void Test_LcdStr(void); #endif /*__LCD_H__*/