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
- Host: GitHub
- URL: https://github.com/jcash/arduino-utils
- Owner: JCash
- License: mit
- Created: 2017-06-06T07:19:00.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-06T12:42:58.000Z (about 9 years ago)
- Last Synced: 2025-01-24T12:45:33.185Z (over 1 year ago)
- Language: C
- Size: 61.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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