These docs are public and open source.Edit on GitHub
RC.DISPLAY
The display module writes text to the dot matrix on the back of the car and opens image windows on the Jetson desktop.
METHODS
EXAMPLE USAGE
pythonimport racecar_core rc = racecar_core.create_racecar() def start(): rc.display.show_text("NEO") def update(): pass rc.set_start_update(start, update) rc.go()
For full documentation, visit the racecar-neo-library documentation.
