https://github.com/embeddedt/lv_ev3
LittlevGL for LEGO Mindstorms EV3 (based on linux_frame_buffer)
https://github.com/embeddedt/lv_ev3
brick c ev3 ev3dev littlevgl mindstorms
Last synced: 5 months ago
JSON representation
LittlevGL for LEGO Mindstorms EV3 (based on linux_frame_buffer)
- Host: GitHub
- URL: https://github.com/embeddedt/lv_ev3
- Owner: embeddedt
- License: mit
- Created: 2019-07-05T18:29:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-08T21:14:15.000Z (over 6 years ago)
- Last Synced: 2025-02-17T01:41:21.904Z (8 months ago)
- Topics: brick, c, ev3, ev3dev, littlevgl, mindstorms
- Language: C
- Size: 39.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lv_ev3
LittlevGL configured to run on the LEGO EV3 brick# Setup
1. You need [ev3dev](https://www.ev3dev.org/) installed on your brick, and the ability to transfer programs to it.
2. Run `docker build --build-arg uid=$UID --tag lv_ev3cc --file Dockerfile .` to download the cross compiler.
3. Run `docker run --rm -it -v $PWD:/src -w /src lv_ev3cc make -j4` to build.
4. A file named `demo` will be present in the root directory. Copy this to ev3dev and run it as you would any other program or Python script.