bbcmicrobit / micropython

Port of MicroPython for the BBC micro:bit
https://microbit-micropython.readthedocs.io
Other
595 stars 287 forks source link

The display.get_pixel method return invalid value #717

Closed ardaij closed 3 years ago

ardaij commented 3 years ago

Hi,

In our school, we programming micro:bits in MicroPython.

The display.get_pixel method return invalid values, e.g. 8, 16, 32, 64, 128, 255, instead of 0-9. What is the problem? This discourages our kids from programming.

We use microbit v2 microcontrollers: MicroPython v1.13 on 2021-03-16; micro:bit v2.0.0-beta.5 with nRF52833

Please help us.

Thanks