代码搜索结果
找到约 10,000 项符合
LCD 的代码
lcd.done
Sat Jul 15 09:40:06 2006
lcd.qws
[ProjectWorkspace]
ptn_Child1=Frames
ptn_Child2=ActionPoints
[ProjectWorkspace.Frames]
ptn_Child1=ChildFrames
[ProjectWorkspace.Frames.ChildFrames]
ptn_Child1=Document-0
ptn_Child2=Document-1
lcd.pin
-- Copyright (C) 1991-2005 Altera Corporation
-- Your use of Altera Corporation's design tools, logic functions
-- and other software and tools, and its AMPP partner logic
-- functions,
lcd.v
module lcd(clk,data,rst,rs,rw,en,cs1,cs2,test);
input clk,rst;
output [7:0] data;
output rs,rw,en,cs1,cs2;
output [3:0]test;
reg [3:0] test;
reg [7:0] data,xaddr,yaddr,xpage;
reg [7:0] rom1
lcd.hif
Version 5.0 Build 148 04/26/2005 SJ Full Version
2
24
OFF
OFF
OFF
OFF
OFF
FV_OFF
VRSM_ON
VHSM_ON
0
# entity
lpm_add_sub
# case_insensitive
# source_file
f:|altera|quartus50|libraries|m
lcd.qpf
# Copyright (C) 1991-2005 Altera Corporation
# Your use of Altera Corporation's design tools, logic functions
# and other software and tools, and its AMPP partner logic
# functions, and any
lcd.c
#include "defs.h"
#include "regs.h"
#include "hw.h"
#include "mem.h"
#include "lcd.h"
#include "fb.h"
#include "refresh.h"
struct lcd lcd;
struct scan scan;
#define BG (scan.bg)
#defin