https://github.com/dawee/arduboy-export-images
Export images to arduboy sources
https://github.com/dawee/arduboy-export-images
Last synced: 3 months ago
JSON representation
Export images to arduboy sources
- Host: GitHub
- URL: https://github.com/dawee/arduboy-export-images
- Owner: dawee
- Created: 2016-11-12T16:47:24.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-12T19:42:17.000Z (over 9 years ago)
- Last Synced: 2025-08-23T18:08:07.633Z (11 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# arduboy-export-images
Export images to arduboy sources
## Install
```
$ pip install -r requirements.txt
```
## Usage
```
$ python export-image.py nyan.png
```
You'll get **nyan.cpp** and **nyan.h** with the function **draw_nyan(arduboy, x, y)** (x and y are the coordinates to draw and arduboy, the Arduboy instance).