Skip to content

Files

Latest commit

 

History

History
25 lines (15 loc) · 424 Bytes

api.rst

File metadata and controls

25 lines (15 loc) · 424 Bytes

API

CharLCD (I²C)

The main class for controlling I²C connected LCDs.

.. autoclass:: RPLCD.i2c.CharLCD

CharLCD (GPIO)

The main class for controlling GPIO (parallel) connected LCDs.

.. autoclass:: RPLCD.gpio.CharLCD

CharLCD (pigpio)

The main class for controlling LCDs through pigpio.

.. autoclass:: RPLCD.pigpio.CharLCD