A dice homebrew for the Flipper Zero
Based on the Hello World of 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