tinygo-org / drivers

TinyGo drivers for sensors, displays, wireless adaptors, and other devices that use I2C, SPI, GPIO, ADC, and UART interfaces.
https://tinygo.org
BSD 3-Clause "New" or "Revised" License
608 stars 192 forks source link

st7735: add DrawRGBBitmap8 method to draw raw RGB565 buffers #536

Closed aykevl closed 1 year ago

aykevl commented 1 year ago

This is needed for high performance graphics. It's the same API as on the ili9341. Using this API, and using partial updates to the screen (no full screen refreshes), I've been able to get well over 60fps of updates.

deadprogram commented 1 year ago

Thanks for the addition @aykevl now merging.