代码搜索结果

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

lcd.h

#ifndef _LCD_H_ #define _LCD_H_ extern char cCursorX; extern char cCursorY; extern char cCursorDeltaY; extern char cCursorSelect; extern char cCursorMaxPos; //inplemented in lcd.as

lcd.h

#ifndef _LCD_H_ #define _LCD_H_ #define MVAL_UNUSED 0x0 #define MVAL_USED 0x1 #define CLKVAL_GREY16 16 void Lcd_Init(void); #endif

lcd.c

#include #include "..\inc\def.h" #include "..\inc\44b.h" #include "..\inc\44blib.h" #include "..\inc\lcd.h" #define LINEVAL 240 #define HOZVAL 320 void Lcd_Init(void) { rD

lcd.hif

HIF003 -- -- Copyright (C) 1988-2003 Altera Corporation -- Any megafunction design, and related net list (encrypted or decrypted), -- support information, device programming or simulation file, an

lcd.vhd

--/*LCD.VHD*/--LCD驱动模块 library IEEE; use IEEE.STD_LOGIC_1164.ALL; use IEEE.STD_LOGIC_ARITH.ALL; use IEEE.STD_LOGIC_UNSIGNED.ALL; -- Uncomment the following lines to use the declarations that a

lcd.acf

-- -- Copyright (C) 1988-2003 Altera Corporation -- Any megafunction design, and related net list (encrypted or decrypted), -- support information, device programming or simulation file, and any

lcd.c

#define LCD_FUNC #include "..\include\DSP281x_Device.h" // DSP281x Headerfile Include File #include "..\include\LEU_Master_Test.h" //SelfDefine Headerfile Include File #include "..\include\LCD.h"