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

https://github.com/gmelodie/flipper-learning


https://github.com/gmelodie/flipper-learning

Last synced: 7 months ago
JSON representation

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