代码搜索结果
找到约 10,000 项符合
LCD 的代码
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
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
lcd.v
module lcd(sram_data,in_out_data,clk_in_data,clkin,OE,CE,WE,LB,UB,ADDER,DE,CLKOUT,HSYNC,YSYNC,PON,HL,JGND,DATA,led1,led2);
inout [15:0] sram_data;
input [15:0] in_out_data;
input clkin,clk_in_data;
lcd.bsf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
lcd.vhd
----------------------------------------------------------------------------------
-- Company:
-- Engineer:
--
-- Create Date: 23:51:29 09/18/2007
-- Design Name:
-- Module Name: lcd
-- Pr
lcd.c
#include
#include "lcd.h"
// LCD 定义
//h为小数点控制
#define h 0x80
#define e 0x40 // AAAA
#define g 0x20 // F
lcd.h
//函数定义
void dispData(char *pBuf,int len,int neg);
lcd.c
#include
#include "lcd.h"
// LCD 定义
//h为小数点控制
#define h 0x80
#define e 0x40 // AAAA
#define g 0x20 //