diff --git a/HVN-ON-EARTH/src/main.cpp b/HVN-ON-EARTH/src/main.cpp index 5652a04..1d1173a 100644 --- a/HVN-ON-EARTH/src/main.cpp +++ b/HVN-ON-EARTH/src/main.cpp @@ -20,6 +20,7 @@ e_controlsch currentuser = RENU; * to keep execution time for this mode under a few seconds. */ void initialize() { + ary::printScr(); pros::delay(500); // Give time for legacy ports configure @@ -64,7 +65,7 @@ void autonomous() { } void opcontrol() { - Gif gif(chip_gif, lv_scr_act()); + Gif gif(chip_gif, lv_scr_act()); opControlInit(); // Configure the chassis for driver control while (true) { diff --git a/HVN-ON-EARTH/static/clear.gif b/HVN-ON-EARTH/static/chip.gif similarity index 100% rename from HVN-ON-EARTH/static/clear.gif rename to HVN-ON-EARTH/static/chip.gif