adding support for display binary in IDE

At the moment if I turn a fb into binary using the following code

    img = sensor.snapshot()
    img.gaussian(1)
    img.binary([white_threshold]).erode(1).to_bitmap()

Then this fb will no longer display in the IDE. Can displaying binary images in the IDE be added??

It’s already there actually, however, the camera will always jpeg compress images when sending them to the IDE.

Okay, so, I’ll get you a firmware update today or tomorrow with the features you need.