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

Add ST7789 async operations #625

Open aykevl opened 6 months ago

aykevl commented 6 months ago

This is just a draft as an example of how https://github.com/tinygo-org/tinygo/pull/3985 will be used. The final version will probably include multiple displays and probably not include the drivers.AsyncSPI type.