From 589b564dfe928dbd7f9202b63d1120bc4469e657 Mon Sep 17 00:00:00 2001 From: Alan Wang <44191076+alankrantas@users.noreply.github.com> Date: Sun, 9 Jan 2022 21:58:54 +0800 Subject: [PATCH] Update rc_car.py --- rc_car/rc_car.py | 2 ++ 1 file changed, 2 insertions(+) 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: