OpenCores
URL https://opencores.org/ocsvn/lcd/lcd/trunk

Subversion Repositories lcd

[/] [lcd/] [web_uploads/] [index.shtml] - Blame information for rev 6

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 6 root
<!--# set var="title" value="LCD driver" -->
2
<!--# include virtual="/ssi/ssi_start.shtml" -->
3
<b><font color="#BF0000"><font size=+2>Project
4
Name: LCD Driver</font></font></font></b>
5
<p><b><font size=+1>Description:</font></b>
6
<p>LCD Driver that we want to designed is a CMOS LCD driver capable of
7
driving a multiplexed display of up to 128 segments ( 16 columns by 8 backplanes
8
). The number of backplanes being driven is programmable from one to eight.
9
Data to be displayed is sent to the chip serially and stored in an internal
10
RAM. An external resistor and capasitor control the frequency of the driving
11
signals to the LCD. The displayed data may also be read serially from the
12
on-chip RAM.
13
<p><b><font size=+1>Specifications:</font></b>
14
<ul>
15
<li>
16
Operates on 22-bits (five bits first is address, the next bit is read and
17
write flags, and 16 bits data )</li>
18
 
19
<li>
20
Can be programmed to accept oscillator output</li>
21
 
22
<li>
23
Can be programmed to backplane signals of another LCD Driver for cascading
24
purposes.</li>
25
 
26
<li>
27
Can driving a multiplexed display</li>
28
 
29
<li>
30
For backplane capacitance under 2000 pF LCD driver guarantees an offset
31
of less than 10 mV.</li>
32
 
33
<li>
34
Power supply of  VDD is 5 V - 15 V.</li>
35
</ul>
36
 
37
<center><span style="font-size:12.0pt;font-family:"Times New Roman";
38
mso-fareast-font-family:"Times New Roman";mso-ansi-language:EN-US;mso-fareast-language:
39
EN-US;mso-bidi-language:AR-SA"><!--[if gte vml 1]><v:shapetype id="_x0000_t75"
40
 coordsize="21600,21600" o:spt="75" o:preferrelative="t" path="m@4@5l@4@11@9@11@9@5xe"
41
 filled="f" stroked="f">
42
 <v:stroke joinstyle="miter"/>
43
 <v:formulas>
44
  <v:f eqn="if lineDrawn pixelLineWidth 0"/>
45
  <v:f eqn="sum @0 1 0"/>
46
  <v:f eqn="sum 0 0 @1"/>
47
  <v:f eqn="prod @2 1 2"/>
48
  <v:f eqn="prod @3 21600 pixelWidth"/>
49
  <v:f eqn="prod @3 21600 pixelHeight"/>
50
  <v:f eqn="sum @0 0 1"/>
51
  <v:f eqn="prod @6 1 2"/>
52
  <v:f eqn="prod @7 21600 pixelWidth"/>
53
  <v:f eqn="sum @8 21600 0"/>
54
  <v:f eqn="prod @7 21600 pixelHeight"/>
55
  <v:f eqn="sum @10 21600 0"/>
56
 </v:formulas>
57
 <v:path o:extrusionok="f" gradientshapeok="t" o:connecttype="rect"/>
58
 <o:lock v:ext="edit" aspectratio="t"/>
59
</v:shapetype><v:shape id="_x0000_i1025" type="#_x0000_t75" style='width:392.25pt;
60
 height:274.5pt' o:ole="">
61
 <v:imagedata src="file:///C:/WINDOWS/TEMP/msoclip1/01/clip_image001.wmz"
62
  o:title=""/>
63
</v:shape><![endif]--><!--[if gte vml 1]><v:shapetype id="_x0000_t75"
64
 coordsize="21600,21600" o:spt="75" o:preferrelative="t" path="m@4@5l@4@11@9@11@9@5xe"
65
 filled="f" stroked="f">
66
 <v:stroke joinstyle="miter"/>
67
 <v:formulas>
68
  <v:f eqn="if lineDrawn pixelLineWidth 0"/>
69
  <v:f eqn="sum @0 1 0"/>
70
  <v:f eqn="sum 0 0 @1"/>
71
  <v:f eqn="prod @2 1 2"/>
72
  <v:f eqn="prod @3 21600 pixelWidth"/>
73
  <v:f eqn="prod @3 21600 pixelHeight"/>
74
  <v:f eqn="sum @0 0 1"/>
75
  <v:f eqn="prod @6 1 2"/>
76
  <v:f eqn="prod @7 21600 pixelWidth"/>
77
  <v:f eqn="sum @8 21600 0"/>
78
  <v:f eqn="prod @7 21600 pixelHeight"/>
79
  <v:f eqn="sum @10 21600 0"/>
80
 </v:formulas>
81
 <v:path o:extrusionok="f" gradientshapeok="t" o:connecttype="rect"/>
82
 <o:lock v:ext="edit" aspectratio="t"/>
83
</v:shapetype><v:shape id="_x0000_i1025" type="#_x0000_t75" style='width:431.5pt;
84
 height:285.5pt' o:ole="">
85
 <v:imagedata src="file:///C:/WINDOWS/TEMP/msoclip1/01/clip_image001.wmz"
86
  o:title=""/>
87
</v:shape><![endif]--><a href="LCD.ht1.gif"><img SRC="LCD.ht1.gif" v:shapes="_x0000_i1025" height=381 width=575></a><!--[if gte mso 9]><xml>
88
 <o:OLEObject Type="Embed" ProgID="Visio.Drawing.5" ShapeID="_x0000_i1025"
89
  DrawAspect="Content" ObjectID="_1044360745">
90
 </o:OLEObject>
91
</xml><![endif]--><!--[if gte mso 9]><xml>
92
 <o:OLEObject Type="Embed" ProgID="Visio.Drawing.4" ShapeID="_x0000_i1025"
93
  DrawAspect="Content" ObjectID="_1039063543">
94
 </o:OLEObject>
95
</xml><![endif]--></span></center>
96
<br> 
97
<b><font size=+1>Design Stages:</font></b>
98
<ul>
99
<li>
100
Make core specifications</li>
101
 
102
<li>
103
Design the behavioral and structural VHDL using Alliance tools</li>
104
 
105
<li>
106
Implementation to symbolic layout</li>
107
 
108
<li>
109
Full verifications</li>
110
 
111
<li>
112
Converting to real layout</li>
113
 
114
<li>
115
Make full report</li>
116
</ul>
117
<b><font size=+1>Current Stage:</font></b>
118
<ul>
119
<li>
120
Make the behavioral and structural VHDL using Alliance tools</li>
121
 
122
<li>
123
To know a little bit about Alliance, click <a href="alliance.shtml">this</a></li>
124
 
125
<li>
126
You can download our work documentation (Alliance VHDL code) <a href="lcd.zip">here</a>. </li>
127
</ul>
128
<b><font size=+1>Maintainers and Authors :</font></b>
129
<p>LCD Driver development team
130
<p>current members: 
131
<br> 
132
<br> 
133
<ul>
134
<li>
135
<a href="mailto:Mima@manufel.paume.itb.ac.id">Kharisma Sinung P</a></li>
136
 
137
<li>
138
<a href="mailto:hendrag01@s.ee.itb.ac.id">Hendra Gunawan</a></li>
139
 
140
<li>
141
<a href="mailto:iyon@s.ee.itb.ac.id">Nurhadi Wiyono</a></li>
142
 
143
<li>
144
<a href="mailto:ssarwono@ieee.org">Sarwono Sutikno</a></li>
145
</ul>
146
<b><font size=+1>Mailing-list:</font></b>
147
<ul><a href="mailto:cores@opencores.org_NOSPAM">cores@opencores.org_NOSPAM</a></ul>
148
<!--# include virtual="/ssi/ssi_end.shtml" -->

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.