Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/tinygo-org/tinydraw
- Owner: tinygo-org
- License: bsd-3-clause
- Created: 2019-05-11T15:58:29.000Z (over 5 years ago)
- Default Branch: release
- Last Pushed: 2023-06-11T23:26:15.000Z (over 1 year ago)
- Last Synced: 2024-09-29T10:19:39.171Z (4 months ago)
- Topics: adafruit, arduino, arm, display, drawing-primitives, golang, gpio, hacktoberfest, i2c, microbit, microcontroller, nrf51, nrf52, nrf52840, samd21, samd51, spi, tinygo
- Language: Go
- Homepage: https://tinygo.org
- Size: 1.59 MB
- Stars: 42
- Watchers: 7
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-tinygo - TinyDraw - Draw primitives on TinyGo displays. It is heavily based on the Adafruit GFX library. (Display Hardware)
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.