dd415019c4
When the program starts, when the showBoot() function is launched, the screenMode is checked and the showPorts function is launched, which in turn executes the renderPorts() function in a loop. While renderPorts is running, the screenMode may change, for example to ShowLines (when showString() was run). It may turn out that the mode has changed, and the renderPorts method has not been fully executed ... in the future, it will draw its own graphics on the screen, although we do not expect to see them already, because. a regime change has occurred. I added checks inside the function before displaying. |
||
---|---|---|
.. | ||
base | ||
blocksprj | ||
broadcast | ||
color-sensor | ||
core | ||
datalog | ||
ev3 | ||
game | ||
gyro-sensor | ||
infrared-sensor | ||
music | ||
screen | ||
storage | ||
tests | ||
touch-sensor | ||
ultrasonic-sensor | ||
tsconfig.json |