MCPcopy Create free account
hub / github.com/RetiredWizard/PyDOS / hal_backlight_off

Method hal_backlight_off

cpython/lib/lcd_api.py:183–188  ·  view source on GitHub ↗

Allows the hal layer to turn the backlight off. If desired, a derived HAL class will implement this function.

(self)

Source from the content-addressed store, hash-verified

181 pass
182
183 def hal_backlight_off(self):
184 """Allows the hal layer to turn the backlight off.
185
186 If desired, a derived HAL class will implement this function.
187 """
188 pass
189
190 def hal_write_command(self, cmd):
191 """Write a command to the LCD.

Callers 1

backlight_offMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected