https://github.com/nmrr/flipperzero-dice
A dice homebrew for the Flipper Zero
https://github.com/nmrr/flipperzero-dice
flipper-zero flipperzero random-number
Last synced: 9 months ago
JSON representation
A dice homebrew for the Flipper Zero
- Host: GitHub
- URL: https://github.com/nmrr/flipperzero-dice
- Owner: nmrr
- Created: 2022-12-21T18:27:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-07T14:28:40.000Z (over 3 years ago)
- Last Synced: 2025-04-22T10:46:06.743Z (about 1 year ago)
- Topics: flipper-zero, flipperzero, random-number
- Language: C
- Homepage:
- Size: 54.7 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# flipperzero-dice
A dice homebrew for the Flipper Zero

Based on the [**Hello World**](https://github.com/zmactep/flipperzero-hello-world) of [zmactep](https://github.com/zmactep/)
Assuming the toolchain is already installed, copy **flipper_dice** directory to **applications_user**
Plug your **Flipper Zero** and build the dice :
```
./fbt launch_app APPSRC=applications_user/flipper_dice
```
The program will automatically be launched after compilation
Just press any button on the control pad to roll the dice. Press back button to quit
Random data are generated by using **furi_hal_random_fill_buf** function
If you don't want to build the dice, just simply copy **flipper_dice.fap** on your **Flipper Zero**
## Gallery ##