microsoft / devicescript

TypeScript for Tiny IoT Devices (ESP32, RP2040, ...)
https://microsoft.github.io/devicescript/
MIT License
3.28k stars 118 forks source link

SPI service support #396

Closed pelikhan closed 1 year ago

pelikhan commented 1 year ago

To implement screen driver, we need to be able to efficiently send buffers through SPI.

pelikhan commented 1 year ago

PR #423

mmoskal commented 1 year ago

to be clear, the referenced PR will include a method to send an Image over SPI but the send-buffer-over-SPI is already there (though only on esp32 right now)