robert-hh / SH1106

MicroPython driver for the SH1106 OLED controller
Other
157 stars 38 forks source link

Is this compatible with a Micro:Bit V2? #19

Closed bsmntoid closed 2 years ago

bsmntoid commented 2 years ago

I don't want to sound stupid, but if I add this driver to a Micro:Bit V2, will it function correctly? I just want to be sure it'll work before I waste a good $20 on a display.

robert-hh commented 2 years ago

The driver itself is simple and requires little resources besides the frame buffer. If you just need I2C, you can remove the SPI part, and vice versa. But the driver uses the framebuffer module, and that if acquires 1k RAM for the buffer. At a V2 model this should not be a problem.