代码搜索:LCD调试
找到约 10,000 项符合「LCD调试」的源代码
代码结果 10,000
www.eeworm.com/read/12110/239483
h 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
www.eeworm.com/read/12110/239493
h 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
www.eeworm.com/read/12454/241221
v 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;
www.eeworm.com/read/12454/241282
bsf 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
www.eeworm.com/read/12477/241680
ise lcd.ise
www.eeworm.com/read/12477/241685
ipf lcd.ipf
www.eeworm.com/read/12477/241713
vhd lcd.vhd
----------------------------------------------------------------------------------
-- Company:
-- Engineer:
--
-- Create Date: 23:51:29 09/18/2007
-- Design Name:
-- Module Name: lcd
-- Pr
www.eeworm.com/read/12662/246604
c lcd.c
#include
#include "lcd.h"
// LCD 定义
//h为小数点控制
#define h 0x80
#define e 0x40 // AAAA
#define g 0x20 // F
www.eeworm.com/read/12662/246660
c lcd.c
#include
#include "lcd.h"
// LCD 定义
//h为小数点控制
#define h 0x80
#define e 0x40 // AAAA
#define g 0x20 //