mirror of
https://github.com/micropython/micropython.git
synced 2026-03-14 12:50:16 +01:00
It removes the need for a wrapper Python function to dispatch to the framebuf method which makes each function call a bit faster, roughly 2.5x. This patch also adds the rest of the framebuf methods to the SSD class.