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
584 stars 180 forks source link

uc8151: improvements to speed and also add flicker-free mode #679

Closed deadprogram closed 1 month ago

deadprogram commented 1 month ago

This PR modifies the uc8151 with improvements to speed and also adds a "flicker-free" mode based on @antirez code example in https://github.com/antirez/uc8151_micropython

conejoninja commented 1 month ago

Thanks, looks good to me and works fine. Merged :)