Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Needs test: RPi, M0, standalone LCDs
  • Loading branch information
kattni committed Nov 19, 2018
commit b5adf5e59445e9b92483185c4ad1b4daa4cd5a00
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ To verify that your pins are correct, print a hello message to the CharLCD:

.. code-block:: python

lcd.message('hello\ncircuitpython')
lcd.message = "Hello\nCircuitPython"


Custom character example with create_char() is provided within /examples/
Expand Down Expand Up @@ -143,4 +143,4 @@ Now, once you have the virtual environment activated:

This will output the documentation to ``docs/_build/html``. Open the index.html in your browser to
view them. It will also (due to -W) error out on any warning like Travis will. This is a good way to
locally verify it will pass.
locally verify it will pass.
Loading