mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 11:10:14 +01:00
Fill is a very common operation (eg to clear the screen) and it is worth optimising it, by providing a specialised fill_rect function for each framebuffer format. This patch improved the speed of fill by 10 times for a 16-bit display with 160*128 pixels.
12 KiB
12 KiB