void initialize() {
pros::lcd::initialize();
pros::delay(1000);
pros::lcd::set_text(1, "Waiting for checking and initialize!");
pros::delay(100);
}
When the program starts, the V5 display doesn’t show any thing, I can’t see the green screen and three virtual buttons and things that I want to see. I try to add delay and reverse the screen in the V5 brain settings, but it still doesn’t works.
The situation is that it doesn’t work suddenly, I just change the code in the opcontrol(I don’t think it matters), and the initialize code as same as before.
Is there any solutions to solve this situation???