afiskon / stm32-st7735

STM32 HAL-based library for ST7735 displays
https://eax.me/stm32-st7735/
MIT License
235 stars 65 forks source link

Faster rectangle fill #9

Closed froller closed 2 years ago

froller commented 2 years ago

Significantly increases speed of filling rectangles but requires 2 * rect_width bytes in heap.

afiskon commented 2 years ago

Many thanks for the contribution! 🙏