Skip to content

AdrianN001/Flipper-Zero-GUI-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GUI template for Flipper Zero

State

Currently the "app" has three scenes:

  • One Widget View (defined in scenes/main_page.h)
  • Two Popup View (defined in scenes/warning_page.h and scenes/happy_page.h)

The logic of switching between this three is not yet implemented. It can be implemented in the individual _on_event() functions.

Build

  • Clone this repo into a the firmware of your choice's applications_user directory
  • Optional: Run ufbt vscode_dist to create a better developer experience in case if you're using VSC.
  • Run ufbt to build this project
  • Rename the APPID, entrypoint, icon ...

Requirements

  • optional: ufbt (instead of fbt offered by the flipper's firmware)

Sources and useful websites

Releases

No releases published

Packages

No packages published

Languages