diff --git a/rc_car/rc_car.py b/rc_car/rc_car.py index cd24d83..49cda96 100644 --- a/rc_car/rc_car.py +++ b/rc_car/rc_car.py @@ -18,6 +18,8 @@ motor_right_B.write_digital(0) motor_left_A.write_digital(0) motor_left_B.write_digital(0) +display.show(Image.SQUARE) + while True: direction = radio.receive() if direction == None: