pxt-ev3/libs
Dmitriy Antipov dd415019c4
renderPorts-extra-checks-before-print (#1020)
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.
2023-05-05 15:46:43 -07:00
..
base Updating npm dependencies and getting the build to work (#1001) 2021-09-22 15:51:32 -07:00
blocksprj Zoom screen (#285) 2018-01-30 22:22:21 -08:00
broadcast broadcast project (#918) 2019-09-24 21:44:59 -07:00
color-sensor is color detected (#952) 2019-10-20 09:02:17 -07:00
core Troubleshooting updates v1.4.25 (#1012) 2023-04-25 12:06:54 -07:00
datalog Clean generated files (#289) 2018-01-31 10:04:40 -08:00
ev3 Pulling updates from master (#951) 2019-10-18 22:53:30 -07:00
game Integrate screen APIs from common packages (#343) 2018-02-26 15:16:17 -08:00
gyro-sensor More gyro lessons (#933) 2019-10-01 14:54:17 -07:00
infrared-sensor Safepolling (#915) 2019-09-17 14:30:02 -07:00
music Read default volume from device settings at start (#987) 2020-09-09 12:06:33 -07:00
screen renderPorts-extra-checks-before-print (#1020) 2023-05-05 15:46:43 -07:00
storage reenable permanent storage (#909) 2019-09-09 09:04:12 -07:00
tests Drift support (#926) 2019-09-29 09:49:13 -07:00
touch-sensor Safepolling (#915) 2019-09-17 14:30:02 -07:00
ultrasonic-sensor Safepolling (#915) 2019-09-17 14:30:02 -07:00
tsconfig.json Add tsconfig.json for easier library editing (#96) 2017-12-15 14:29:31 -08:00