Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tinygo-org/tinydraw

TinyDraw is a package of drawing primitives on TinyGo displays.
https://github.com/tinygo-org/tinydraw

adafruit arduino arm display drawing-primitives golang gpio hacktoberfest i2c microbit microcontroller nrf51 nrf52 nrf52840 samd21 samd51 spi tinygo

Last synced: 3 months ago
JSON representation

TinyDraw is a package of drawing primitives on TinyGo displays.

Awesome Lists containing this project

README

        

# TinyDraw

[![Build](https://github.com/tinygo-org/tinydraw/actions/workflows/build.yml/badge.svg?branch=dev)](https://github.com/tinygo-org/tinydraw/actions/workflows/build.yml)

TinyDraw is a package for drawing primitives on [TinyGo](https://tinygo.org/) displays. It is heavily based on the [Adafruit GFX library](https://github.com/adafruit/Adafruit-GFX-Library).

![example](https://raw.githubusercontent.com/tinygo-org/tinydraw/master/example.png)

This package is experimental and may change in the future. It has not been optimized for speed or memory usage (yet).
## License

[This project is licensed](./LICENSE) under the BSD 3-clause license, just like the [Go project](https://golang.org/LICENSE) itself.