From b8efdc8e1050b6981bef96a0c89bf41a1f1b0eda Mon Sep 17 00:00:00 2001 From: ary Date: Sun, 5 Nov 2023 22:19:41 -0500 Subject: [PATCH] gif sauce --- HVN-ON-EARTH/src/main.cpp | 3 ++- HVN-ON-EARTH/static/{clear.gif => chip.gif} | Bin 2 files changed, 2 insertions(+), 1 deletion(-) rename HVN-ON-EARTH/static/{clear.gif => chip.gif} (100%) 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