gif sauce
This commit is contained in:
parent
2caf8a543a
commit
b8efdc8e10
@ -20,6 +20,7 @@ e_controlsch currentuser = RENU;
|
|||||||
* to keep execution time for this mode under a few seconds.
|
* to keep execution time for this mode under a few seconds.
|
||||||
*/
|
*/
|
||||||
void initialize() {
|
void initialize() {
|
||||||
|
|
||||||
ary::printScr();
|
ary::printScr();
|
||||||
|
|
||||||
pros::delay(500); // Give time for legacy ports configure
|
pros::delay(500); // Give time for legacy ports configure
|
||||||
@ -64,7 +65,7 @@ void autonomous() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void opcontrol() {
|
void opcontrol() {
|
||||||
Gif gif(chip_gif, lv_scr_act());
|
Gif gif(chip_gif, lv_scr_act());
|
||||||
opControlInit(); // Configure the chassis for driver control
|
opControlInit(); // Configure the chassis for driver control
|
||||||
|
|
||||||
while (true) {
|
while (true) {
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 880 KiB After Width: | Height: | Size: 880 KiB |
Loading…
x
Reference in New Issue
Block a user