File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,15 +7,15 @@ Current PCF8574 is supported.
7
7
The original code started with the RPLCD library by Danilo Bargen, in https://github.com/dbrgn/RPLCD,
8
8
but it has been reworked considerably.
9
9
10
- lcd/lcd.py is too big to use as `.py `. Use `mpy-cross ` to convert the `.py ` files into `.mpy `.
10
+ `` lcd/lcd.py `` is too big to use as `` .py `` . Use `` mpy-cross `` to convert the `` .py `` files into `` .mpy ` `.
11
11
12
12
Usage Example
13
13
=============
14
14
15
15
The ``LCD `` supports character LCDs using the HD77480 chip.
16
16
17
17
The interface to the LCD is separated into an ``Interface `` class.
18
- Currently there is only one such class: `I2CPCF8574Interface.
18
+ Currently there is only one such class: `` I2CPCF8574Interface `` .
19
19
20
20
.. code-block :: python
21
21
You can’t perform that action at this time.
0 commit comments