gifs and stuff on the brain

This commit is contained in:
ary 2023-11-29 10:05:56 -05:00
parent c1bf3dfdea
commit 91a38d7ba2
2 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@
#include "main.h" #include "main.h"
ASSET(chip_gif) ASSET(chip_gif)
ASSET(romantical_gif)
using namespace globals; using namespace globals;
using namespace superstruct; using namespace superstruct;
@ -63,7 +64,7 @@ void autonomous() {
} }
void opcontrol() { void opcontrol() {
Gif gif(chip_gif, lv_scr_act()); //Gif gif(romantical_gif, lv_scr_act());
disableActiveBrake(); disableActiveBrake();
opControlInit(); // Configure the chassis for driver control opControlInit(); // Configure the chassis for driver control

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 MiB