代码搜索:LCD菜单

找到约 10,000 项符合「LCD菜单」的源代码

代码结果 10,000
www.eeworm.com/read/211037/15188149

c lcd.c

/** Functions for simplified LCD usage. This module is for HD44780 and compatible display controllers. Note that this controller has a display memory for two lines with 64 characters on each, but most
www.eeworm.com/read/211037/15188150

h lcd.h

/** LCD functions, header file. chris */ #ifndef LCD_H #define LCD_H //Instructions for LCD chip /** Switch on display. IMPORTANT: lcdDelay(LCDDELAY2) must be
www.eeworm.com/read/210973/15189493

c lcd.c

#include "includes.h" char cCursorX; char cCursorY; char cCursorDeltaY; char cCursorSelect; char cCursorMaxPos; //显示光标,光标位置由全局变量cCursorX,cCursorY指定c void ShowCursor() { B_AL = c
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