Skip to content

"Hello, World!" tutorial designed exclusively for Flipper Zero enthusiasts.

Notifications You must be signed in to change notification settings

nenomg/FlipperZero-HelloWorld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

FlipperZero-HelloWorld

"Hello, World!" tutorial designed exclusively for Flipper Zero enthusiasts.

Summary

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.

Step 1

Clone this repository to your local machine: git clone https://github.com/nenomg/FlipperZero-HelloWorld.git

Step 2

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

Step 3

Paste the helloworld folder inside ./flipperzero-firmware-wPlugins/applications/external

Step 4

Compile the firmware using ./fbt updater_package inside ./flipperzero-firmware-wPlugins, once it finishes you will see the following message: image

Step 5

Paste the compiled firmware to the update directory inside the flipper zero image image

Step 6

Run the update from the flipper zero image image

Final Step

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. image image

About

"Hello, World!" tutorial designed exclusively for Flipper Zero enthusiasts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages