Display¶
Class Documentation¶
-
class
compLib.Display.
Display
¶ Access the different IR Sensors of the robot
-
static
clear
()¶ Clear the display
-
static
write
(line: int, text: str)¶ Write a string of text to the integrated display.
- Parameters
line – Line to write. Between 1 and 4
text – Text to write. Up to 16 characters
- Raises
IndexError
-
static