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

https://github.com/jcash/arduino-utils

A bunch of headers and tools for Arduino development
https://github.com/jcash/arduino-utils

Last synced: 11 months ago
JSON representation

A bunch of headers and tools for Arduino development

Awesome Lists containing this project

README

          

# arduino-utils
A bunch of headers and tools for Arduino development

## Build Tools

Build the tools with

$ ./build.sh

## image2header

Converts an image into a C++ header with a byte array suitable for rendering on an OLED device (e.g. SSD1306)
The input formats are: .png, .tga, .jpg, .bmp etc. See [src/stb_image.h](src/stb_image.h) for more info.

Usage:

$ ./image2header img.png > img.h