Skip to content

Commit 021c95d

Browse files
committed
Fixed link errors in README
1 parent 750077f commit 021c95d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,19 @@ Introduction
1616
CircuitPython library for the Sparkfun SerLCD displays. This library is ported from
1717
`SparkFun SerLCD Arduino Library <https://github.com/sparkfun/SparkFun_SerLCD_Arduino_Library>`_
1818

19-
`SparkFun 16x2 SerLCD - Black on RGB 3.3V (LCD-14072)<https://www.sparkfun.com/products/14072>`_
19+
* `SparkFun 16x2 SerLCD - Black on RGB 3.3V (LCD-14072)<https://www.sparkfun.com/products/14072>`_
2020

2121
.. image:: https://cdn.sparkfun.com/r/140-140/assets/parts/1/1/9/2/5/14072-SparkFun_16x2_SerLCD_-_Black_on_RGB_3.3V-05.jpg
2222
:target: https://www.sparkfun.com/products/14072
2323
:alt: SparkFun 16x2 SerLCD - Black on RGB 3.3V (LCD-14072)
2424

25-
`SparkFun 16x2 SerLCD - RGB on Black 3.3V (LCD-14073)<https://www.sparkfun.com/products/14073>`_
25+
* `SparkFun 16x2 SerLCD - RGB on Black 3.3V (LCD-14073)<https://www.sparkfun.com/products/14073>`_
2626

2727
.. image:: https://cdn.sparkfun.com/r/140-140/assets/parts/1/1/9/2/6/14073-SparkFun_16x2_SerLCD_-_RGB_on_Black_3.3V-05.jpg
2828
:target: https://www.sparkfun.com/products/14073
2929
:alt: SparkFun 16x2 SerLCD - RGB on Black 3.3V (LCD-14073)
3030

31-
`SparkFun 20x4 SerLCD - Black on RGB 3.3V (LCD-14074)<https://www.sparkfun.com/products/14074>`_
31+
* `SparkFun 20x4 SerLCD - Black on RGB 3.3V (LCD-14074)<https://www.sparkfun.com/products/14074>`_
3232

3333
.. image:: https://cdn.sparkfun.com/r/140-140/assets/parts/1/1/9/2/7/14074-SparkFun_20x4_SerLCD_-_Black_on_RGB_3.3V-05.jpg
3434
:target: https://www.sparkfun.com/products/14074
@@ -145,12 +145,12 @@ Usage Example
145145
#
146146
#serlcd = Sparkfun_SerLCD_SPI(spi, cs)
147147
148-
# Enable Serial communication
148+
# Enable UART Serial communication
149149
# SerLCD is connected to the RPi via a USB to TTL 3.3v Serial Cable:
150150
# https://www.sparkfun.com/products/12977
151151
# https://www.adafruit.com/product/954
152152
#import serial
153-
#from sparkfun_serlcd import Sparkfun_SerLCD_Serial
153+
#from sparkfun_serlcd import Sparkfun_SerLCD_UART
154154
#
155155
#usb0 = serial.Serial(
156156
# port='/dev/ttyUSB0',
@@ -160,7 +160,7 @@ Usage Example
160160
# bytesize=serial.EIGHTBITS,
161161
# timeout=1)
162162
#
163-
#serlcd = Sparkfun_SerLCD_Serial(usb0)
163+
#serlcd = Sparkfun_SerLCD_UART(usb0)
164164
165165
Contributing
166166
============

0 commit comments

Comments
 (0)