Frequently Asked Questions

Why is Robodash frozen? The rest of the brain is still functional and the program is running.

You likely have an indefinite loop that doesn’t yield to PROS’ task scheduler with pros::delay, this hogs CPU time and never lets LVGL’s tasks run. You should add a delay in any long-living loop, like your drive code.

Is Robodash compatible with ___ template?

As long as the other template doesn’t use the screen itself (without using Robodash), it is compatible with Robodash.

Is Robodash compatible with LLEMU?

No.