Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dleslie/odroid-go-examples-for-esp-idf
https://github.com/dleslie/odroid-go-examples-for-esp-idf
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dleslie/odroid-go-examples-for-esp-idf
- Owner: dleslie
- License: other
- Archived: true
- Created: 2019-02-01T08:27:51.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-06T01:28:22.000Z (almost 4 years ago)
- Last Synced: 2024-04-08T21:20:35.731Z (7 months ago)
- Language: Objective-C
- Size: 33.7 MB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-odroid-go - ESP-IDF Port of the Examples
README
# odroid-go-examples-for-esp-idf
This is a port of many of the ODROID-GO Arduino examples to the ESP-IDF toolchain.
Provided also is an install script to bootstrap the necessary ESP-IDF toolchain variants on Ubuntu-based Linux environments.
# Making fw
Create the tile:
```ffmpeg -i 86x48px-Arduino_Logo.png -f rawvideo -pix_fmt rgb565 tile.raw```
Run mkfw:
```./mkfw test tile.raw 0 16 1048576 app build/odroid-go-examples.bin```