mirror of
https://github.com/micropython/micropython.git
synced 2026-01-09 05:30:27 +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.