You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When printing to the controller, the text cuts off earlier than it should.
To Reproduce
In a new project, run this code twice, switching which master.set_test() is ran.
voidopcontrol() {
pros::Controller master(pros::E_CONTROLLER_MASTER);
while (true) {
// master.set_text(2, 0, "0.0 0.0"); // both of these print to controller, but the second one isn't all the way to the right
master.set_text(2, 0, "0.0 0.0"); // with an additional 3 spaces, only the first 0.0 will print to controllerpros::delay(50);
}
}
Expected Behavior
The text cutoff should be at the edge of the screen instead of somewhere in the middle.
Screenshots
The cutoff being early can be seen in the image below.
Desktop (please complete the following information):
Windows 10
Kernel 4.1.0
lvgl 8.3.8
The text was updated successfully, but these errors were encountered:
Describe the bug
When printing to the controller, the text cuts off earlier than it should.
To Reproduce
In a new project, run this code twice, switching which
master.set_test()
is ran.Expected Behavior
The text cutoff should be at the edge of the screen instead of somewhere in the middle.
Screenshots
The cutoff being early can be seen in the image below.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: