Skip to content

Commit

Permalink
Respond to PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rm-hull committed Jun 1, 2019
1 parent 6e03623 commit b1be19e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion luma/lcd/device.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
@rpi_gpio
class backlit_device(device):
"""
Controls a backlight (active low), assumed to be on GPIO 18 (PWM_CLK0) by default.
Controls a backlight (active low), assumed to be on GPIO 18 (``PWM_CLK0``) by default.
:param gpio: GPIO interface (must be compatible with `RPi.GPIO <https://pypi.python.org/pypi/RPi.GPIO>`_).
:param gpio_LIGHT: the GPIO pin to use for the backlight.
Expand Down

0 comments on commit b1be19e

Please sign in to comment.