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

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

Awesome Lists containing this project

README

          

# flipperzero-dice
A dice homebrew for the Flipper Zero

![](https://github.com/nmrr/flipperzero-dice/blob/main/img/Flipper_Zero.jpg)

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 ##