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: update to support all functions needed by tinygl and board package Displayer interface #677

Closed deadprogram closed 1 month ago

deadprogram commented 1 month ago

This PR updates the uc8151 display driver to support all functions needed by tinygl and board package Displayer interface.

Should allow using Badger2040 board with TinyGL and friends.

deadprogram commented 1 month ago

Thanks for review/feedback @aykevl now merging.