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

Method hide_cursor

cpython/lib/lcd_api.py:82–84  ·  view source on GitHub ↗

Causes the cursor to be hidden.

(self)

Source from the content-addressed store, hash-verified

80 self.LCD_ON_CURSOR)
81
82 def hide_cursor(self):
83 """Causes the cursor to be hidden."""
84 self.hal_write_command(self.LCD_ON_CTRL | self.LCD_ON_DISPLAY)
85
86 def blink_cursor_on(self):
87 """Turns on the cursor, and makes it blink."""

Callers 1

__init__Method · 0.95

Calls 1

hal_write_commandMethod · 0.95

Tested by

no test coverage detected