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 (about 6 years ago)
- Default Branch: release
- Last Pushed: 2023-06-11T23:26:15.000Z (almost 2 years ago)
- Last Synced: 2025-02-06T16:51:13.368Z (3 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: 43
- 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
[](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).

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.