MCPcopy Index your code
hub / github.com/RetiredWizard/PyDOS / display_on

Method display_on

cpython/lib/lcd_api.py:96–98  ·  view source on GitHub ↗

Turns on (i.e. unblanks) the LCD.

(self)

Source from the content-addressed store, hash-verified

94 self.LCD_ON_CURSOR)
95
96 def display_on(self):
97 """Turns on (i.e. unblanks) the LCD."""
98 self.hal_write_command(self.LCD_ON_CTRL | self.LCD_ON_DISPLAY)
99
100 def display_off(self):
101 """Turns off (i.e. blanks) the LCD."""

Callers 1

__init__Method · 0.95

Calls 1

hal_write_commandMethod · 0.95

Tested by

no test coverage detected