mirror of
https://github.com/tinygo-org/drivers.git
synced 2026-08-05 23:43:41 +00:00
100aadf585
Same as for st7735 in the previous commit. In addition, this avoids allocating a big chunk of memory on _every_ draw operation (even SetPixel) and instead reuses it across draw operations. This makes the driver a whole lot more efficient.