Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sneezry/devkit-oled-canvas


https://github.com/sneezry/devkit-oled-canvas

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

        

# DevKit OLED Canvas

This JS library has the same API interface as DevKit OLED class, see .

```html

var screen = new Screen(document.getElementById('oled'));
screen.print('IoT DevKit');
screen.print(2, ' Hello World', false);

```