https://github.com/gmelodie/flipper-learning
https://github.com/gmelodie/flipper-learning
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gmelodie/flipper-learning
- Owner: gmelodie
- Created: 2023-12-20T22:49:32.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-21T11:14:55.000Z (almost 2 years ago)
- Last Synced: 2025-01-24T11:44:30.333Z (9 months ago)
- Language: C
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Compile and copy to flipper:
```bash
./fbt fap_blink && cp ./build/f7-firmware-D/.extapps/blink.fap /media/$USER/FLIPPER\ SD/apps/./fbt fap_draw && cp ./build/f7-firmware-D/.extapps/draw.fap /media/$USER/FLIPPER\ SD/apps/
```Next steps:
- Make draw change letters of string
- Make code accept input (back button to close)
- Interact with GPIO input
- Create more complicated circuits