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

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

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).