代码搜索:LCD调试
找到约 10,000 项符合「LCD调试」的源代码
代码结果 10,000
www.eeworm.com/read/210973/15189494
h 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
www.eeworm.com/read/210959/15189650
sch lcd.sch
www.eeworm.com/read/210697/15193272
h 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
www.eeworm.com/read/210697/15193280
c 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
www.eeworm.com/read/210620/15195075
mmf lcd.mmf
www.eeworm.com/read/210620/15195078
hif 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
www.eeworm.com/read/210620/15195114
vhd 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
www.eeworm.com/read/210620/15195122
acf 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
www.eeworm.com/read/210566/15196474
lcd1602
www.eeworm.com/read/210337/15201396
c 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"