Skip to content

Commit d3aa251

Browse files
authored
Formatting
1 parent 129a414 commit d3aa251

File tree

1 file changed

+17
-9
lines changed

1 file changed

+17
-9
lines changed

README.md

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
1-
OpenLCD Firmware
2-
================
3-
4-
![SparkFun 16x2 SerLCD - Black on RGB 3.3V](https://cdn.sparkfun.com/assets/parts/1/1/9/2/5/14072-SparkFun_16x2_SerLCD_-_Black_on_RGB_3.3V-01.jpg)
5-
6-
![SparkFun 16x2 SerLCD - RGB on Black 3.3V](https://cdn.sparkfun.com/assets/parts/1/1/9/2/6/14073-SparkFun_16x2_SerLCD_-_RGB_on_Black_3.3V-01.jpg)
7-
8-
![SparkFun 20x4 SerLCD - Black on RGB 3.3V](https://cdn.sparkfun.com/assets/parts/1/1/9/2/7/14074-SparkFun_20x4_SerLCD_-_Black_on_RGB_3.3V-01.jpg)
9-
1+
OpenLCD
2+
=========
3+
4+
<table class="table table-hover table-striped table-bordered">
5+
<tr align="center">
6+
<td><a href="https://www.sparkfun.com/products/14072"><img src="https://cdn.sparkfun.com/assets/parts/1/1/9/2/5/14072-SparkFun_16x2_SerLCD_-_Black_on_RGB_3.3V-01.jpg"></a></td>
7+
<td><a href="https://www.sparkfun.com/products/14073"><img src="https://cdn.sparkfun.com/assets/parts/1/1/9/2/6/14073-SparkFun_16x2_SerLCD_-_RGB_on_Black_3.3V-01.jpg"></a></td>
8+
<td><a href="https://www.sparkfun.com/products/14074"><img src="https://cdn.sparkfun.com/assets/parts/1/1/9/2/7/14074-SparkFun_20x4_SerLCD_-_Black_on_RGB_3.3V-01.jpg"></a></td>
9+
</tr>
10+
<tr align="center">
11+
<td><a href="https://www.sparkfun.com/products/14072">SparkFun 16x2 SerLCD - Black on RGB 3.3V (LCD-14072)</a></td>
12+
<td><a href="https://www.sparkfun.com/products/14073">SparkFun 16x2 SerLCD - RGB on Black 3.3V (LCD-14073)</a></td>
13+
<td><a href="https://www.sparkfun.com/products/14074">SparkFun 20x4 SerLCD - Black on RGB 3.3V (LCD-14074)</a></td>
14+
</tr>
15+
</table>
16+
17+
These AVR-based Serial Enabled LCDs are based on the HD44780 controller, and include an AVR ATMega328p with an Arduino compatible bootloader. They accept control commands via Serial, I2C and SPI.
1018

1119
Repository Contents
1220
-------------------

0 commit comments

Comments
 (0)