Pixel by pixel rendering on Mobitec flipdisc displays is described here
Basically
* Add subclass for [FrameBuffer](https://docs.micropython.org/en/latest/library/framebuf.html) class
* Implement Mobitec stuff in `show()` function
This will be in many respects similar to
https://git.k-space.ee/k-space/micropython-skeleton/src/branch/master/ssd1306.py
Pixel by pixel rendering on Mobitec flipdisc displays is described [here](https://wiki.k-space.ee/en/projects/flip-disc)
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Basically
show()functionThis will be in many respects similar to
https://git.k-space.ee/k-space/micropython-skeleton/src/branch/master/ssd1306.py
Pixel by pixel rendering on Mobitec flipdisc displays is described here