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

Method hal_backlight_on

cpython/lib/lcd_api.py:176–181  ·  view source on GitHub ↗

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

(self)

Source from the content-addressed store, hash-verified

174 self.move_to(self.cursor_x, self.cursor_y)
175
176 def hal_backlight_on(self):
177 """Allows the hal layer to turn the backlight on.
178
179 If desired, a derived HAL class will implement this function.
180 """
181 pass
182
183 def hal_backlight_off(self):
184 """Allows the hal layer to turn the backlight off.

Callers 1

backlight_onMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected