microsoft / devicescript

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

add built-in Image type #423

Closed mmoskal closed 1 year ago

mmoskal commented 1 year ago

This is based on code from MakeCode Arcade in particular https://github.com/microsoft/pxt-common-packages/tree/master/libs/screen

This also moved I2C API to the interpreter (no longer runs through Jacdac service)

TODO: