Skip to content

Commit e8ceca3

Browse files
committed
updated title docstrings
1 parent 00e4b42 commit e8ceca3

File tree

2 files changed

+20
-10
lines changed

2 files changed

+20
-10
lines changed

adafruit_character_lcd/character_lcd.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@
2323
`adafruit_CircuitPython_CharLCD`
2424
====================================================
2525
26-
Character_LCD - module for interfacing with character lcds module for interfacing with character
27-
lcds
26+
Character_LCD - module for interfacing with monochromatic character LCDs
2827
2928
* Author(s):
3029
-Brent Rubell

adafruit_character_lcd/character_lcd_rgb.py

Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
"""Character_LCD_RGB - module for interfacing with character lcds
21
# The MIT License (MIT)
32
#
43
# Copyright (c) 2017 Brent Rubell for Adafruit Industries
@@ -20,20 +19,32 @@
2019
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2120
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2221
# THE SOFTWARE.
23-
22+
"""
2423
`adafruit_CircuitPython_CharLCD`
2524
====================================================
2625
26+
Character_LCD - module for interfacing with RGB character LCDs
2727
2828
* Author(s):
29-
-Brent Rubell
30-
-Asher Lieber
31-
-Tony DiCola for the original python charLCD library
29+
-Brent Rubell
30+
-Asher Lieber
31+
-Tony DiCola for the original python charLCD library
32+
33+
Implementation Notes
34+
--------------------
35+
36+
**Hardware:**
37+
38+
* Adafruit `Character LCDs
39+
<http://www.adafruit.com/category/63_96>`_
40+
41+
**Software and Dependencies:**
3242
43+
* Adafruit CircuitPython firmware (2.2.0+) for the ESP8622 and M0-based boards:
44+
https://github.com/adafruit/circuitpython/releases
45+
* Adafruit's Bus Device library (when using I2C/SPI):
46+
https://github.com/adafruit/Adafruit_CircuitPython_BusDevice
3347
34-
:mod:`adafruit_character_lcd_RGB`
35-
=================================================
36-
module for interfacing with RGB character lcds
3748
"""
3849
import time
3950
import digitalio

0 commit comments

Comments
 (0)