diff --git a/HVN-ON-EARTH/src/main.cpp b/HVN-ON-EARTH/src/main.cpp index aedd7fe..a6beb45 100644 --- a/HVN-ON-EARTH/src/main.cpp +++ b/HVN-ON-EARTH/src/main.cpp @@ -7,6 +7,7 @@ #include "main.h" ASSET(chip_gif) +ASSET(romantical_gif) using namespace globals; using namespace superstruct; @@ -63,7 +64,7 @@ void autonomous() { } void opcontrol() { - Gif gif(chip_gif, lv_scr_act()); + //Gif gif(romantical_gif, lv_scr_act()); disableActiveBrake(); opControlInit(); // Configure the chassis for driver control diff --git a/HVN-ON-EARTH/static/romantical.gif b/HVN-ON-EARTH/static/romantical.gif new file mode 100644 index 0000000..99f5f6f Binary files /dev/null and b/HVN-ON-EARTH/static/romantical.gif differ