"Hello, World!" tutorial designed exclusively for Flipper Zero enthusiasts.
This repository contains a simple "Hello, World!" program written in C that uses the Furi library to display a message on the screen. The program creates a graphical user interface (GUI) with a canvas and renders the text "Hello, World!" on it.
Clone this repository to your local machine:
git clone https://github.com/nenomg/FlipperZero-HelloWorld.git
You need to clone the firmware from the repository, for this case I'm using Rogue Master Firmware.
git clone --recursive https://github.com/RogueMaster/flipperzero-firmware-wPlugins.git
Paste the helloworld folder inside ./flipperzero-firmware-wPlugins/applications/external
Compile the firmware using ./fbt updater_package
inside ./flipperzero-firmware-wPlugins
, once it finishes you will see the following message:
Paste the compiled firmware to the update directory inside the flipper zero
Run the update from the flipper zero
Go to the games folder and find hello world app, run it to see the results. Note: You dont have to compile the firmware every time, just go to the build folder and paste the .fap into the flipper.