-
Notifications
You must be signed in to change notification settings - Fork 0
/
lcd-character-creator.html
282 lines (280 loc) · 10.2 KB
/
lcd-character-creator.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>LCD Special Character Creation</title>
<link
rel="icon"
href="https://projedefteri.com/araclar/lcd-karakter-olusturucu/img/karakter-olusturucu.png"
type="image/x-icon"
/>
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Ranchers&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="For Arduino, design your own LCD pixel! - You can use the following online design tool to print special character on the LCD screen."
/>
<meta
name="keywords"
content="lcd, 16x2 lcd, lcd 16x2, lcd custom character, How to create Special Character, How to create LCD Special Character, lcd character generator, liquid crystal, display, custom character creator, arduino nano, lcd-assistant, lcd özel karakter, karakter, karakter oluşturucu, özel karakter, lcd karakter, pixel, bilgi, rehber, pixel özel oluşturma, pixel oluştur, 16x2 lcd ekran, 16x2 lcd ekran pixeli oluşturma, i2c lcd, i2c, arduino, arduino ide, arduino mega, arduino uno, lcd with arduino, character creation, character, special character"
/>
<link rel="stylesheet" href="css/prism.css" />
<link rel="stylesheet" href="css/style.css" />
</head>
<body>
<article class="content">
<h2 style="text-align: center">
<strong
><a href="https://projedefteri.com/en" rel="nofollow ugc"
>Proje Defteri</a
><a class="ortaction-button yellow"> -</a
><a class="ortaction-button yellow">
LCDAssistant - image2cpp</a
></strong
><a class="ortaction-button yellow"> - </a
><strong
><a href="https://projedefteri.com/en/tools" rel="nofollow ugc"
>Back to Tools</a
></strong
>
</h2>
<p style="text-align: center">
<a href="https://projedefteri.com/araclar/lcd-karakter-olusturucu/">
🇹🇷 For Turkish page</a
>
</p>
<h2>For Arduino, design your own LCD pixel!</h2>
<div class="main-box">
<div class="box-char-pic">
<div class="btn-group">
<button style="padding: 6px 10px" type="button" id="up">Up</button>
<button style="padding: 6px 10px" type="button" id="down">
Down
</button>
<button style="padding: 6px 10px" type="button" id="left">
Left
</button>
<button style="padding: 6px 10px" type="button" id="right">
Right
</button>
</div>
<div class="box-char blue">
<!-- <div id="loop"></div> -->
<div class="col">
<div class="dot-px" data-x="0" data-y="0"></div>
<div class="dot-px" data-x="0" data-y="1"></div>
<div class="dot-px" data-x="0" data-y="2"></div>
<div class="dot-px" data-x="0" data-y="3"></div>
<div class="dot-px" data-x="0" data-y="4"></div>
</div>
<div class="col">
<div class="dot-px" data-x="1" data-y="0"></div>
<div class="dot-px" data-x="1" data-y="1"></div>
<div class="dot-px" data-x="1" data-y="2"></div>
<div class="dot-px" data-x="1" data-y="3"></div>
<div class="dot-px" data-x="1" data-y="4"></div>
</div>
<div class="col">
<div class="dot-px" data-x="2" data-y="0"></div>
<div class="dot-px" data-x="2" data-y="1"></div>
<div class="dot-px" data-x="2" data-y="2"></div>
<div class="dot-px" data-x="2" data-y="3"></div>
<div class="dot-px" data-x="2" data-y="4"></div>
</div>
<div class="col">
<div class="dot-px" data-x="3" data-y="0"></div>
<div class="dot-px" data-x="3" data-y="1"></div>
<div class="dot-px" data-x="3" data-y="2"></div>
<div class="dot-px" data-x="3" data-y="3"></div>
<div class="dot-px" data-x="3" data-y="4"></div>
</div>
<div class="col">
<div class="dot-px" data-x="4" data-y="0"></div>
<div class="dot-px" data-x="4" data-y="1"></div>
<div class="dot-px" data-x="4" data-y="2"></div>
<div class="dot-px" data-x="4" data-y="3"></div>
<div class="dot-px" data-x="4" data-y="4"></div>
</div>
<div class="col">
<div class="dot-px" data-x="5" data-y="0"></div>
<div class="dot-px" data-x="5" data-y="1"></div>
<div class="dot-px" data-x="5" data-y="2"></div>
<div class="dot-px" data-x="5" data-y="3"></div>
<div class="dot-px" data-x="5" data-y="4"></div>
</div>
<div class="col">
<div class="dot-px" data-x="6" data-y="0"></div>
<div class="dot-px" data-x="6" data-y="1"></div>
<div class="dot-px" data-x="6" data-y="2"></div>
<div class="dot-px" data-x="6" data-y="3"></div>
<div class="dot-px" data-x="6" data-y="4"></div>
</div>
<div class="col">
<div class="dot-px" data-x="7" data-y="0"></div>
<div class="dot-px" data-x="7" data-y="1"></div>
<div class="dot-px" data-x="7" data-y="2"></div>
<div class="dot-px" data-x="7" data-y="3"></div>
<div class="dot-px" data-x="7" data-y="4"></div>
</div>
</div>
<div class="btn-group">
<button type="button" id="clear">Clear</button>
<button type="button" id="invert">Reverse</button>
<button type="button" id="preview">Preview</button>
</div>
<strong>Schemas</strong>
<ul class="link-list">
<li>
<a href="img/ArduinoUnoR3LCD.png" target="_blank"
>16x2 LCD Diagram</a
>
</li>
<li>
<a href="img/ArduinoUnoR3LCDI2C.png" target="_blank"
>16x2 LCD I2C Diagram</a
>
</li>
</ul>
<strong>Libraries</strong>
<ul class="link-list">
<li>
<a
href="https://github.com/fdebrabander/Arduino-LiquidCrystal-I2C-library"
target="_blank"
>LCD I2C Library</a
>
</li>
</ul>
</div>
<div class="config">
<form action="">
<div class="inline">
<strong>Color:</strong>
<label
><input
type="radio"
id="color"
name="color"
value="blue"
checked
/>
Blue</label
>
<label
><input type="radio" id="color" name="color" value="green" />
Green</label
>
</div>
<div class="inline">
<strong>Microcontroller:</strong>
<label
><input
type="radio"
id="mcu"
name="mcu"
value="Arduino"
checked
disabled
/>
Arduino</label
>
</div>
<div class="inline">
<strong>Interface:</strong>
<label
><input
type="radio"
id="interfacing"
name="interfacing"
value="parallel"
checked
/>
Parallel</label
>
<label
><input
type="radio"
id="interfacing"
name="interfacing"
value="i2c"
/>
I2C</label
>
</div>
<div class="inline">
<strong>Data type:</strong>
<label
><input
type="radio"
id="datatype"
name="datatype"
value="bin"
checked
/>
Binary</label
>
<label
><input
type="radio"
id="datatype"
name="datatype"
value="hex"
/>
Hex</label
>
</div>
<div class="inline">
<strong style="float: left">Cod:</strong>
<div id="copybutton" style="float: left">
<button
type="button"
onclick="copyFunction()"
class="fa fa-copy"
>
Copy
</button>
</div>
</div>
<pre
style="float: left"
><code class="language-cpp" id="code-box"></code></pre>
</form>
</div>
</div>
</article>
<footer>
<h5 style="text-align: center">
© 2022 <a href="https://projedefteri.com/">Proje Defteri</a>
·
<a
href="https://projedefteri.com/privacy-policy/"
target="_blank"
rel="noopener"
>Privacy Policy</a
>
· The page source is edited from
<a
href="https://maxpromer.github.io/LCD-Character-Creator/"
target="_blank"
>LCD-Character-Creator</a
>.
</h5>
</footer>
<script src="js/jquery-1.11.3.min.js"></script>
<script src="js/prism.js"></script>
<script src="js/app.js"></script>
</body>
</html>