Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1022 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 1022 Bytes

flipper-app-c_calculator

Flipper App - Custom Calculator

Custom Calculation

Purpose

  • Adding more functions to the Calculation
  • Learning how to modify app in Flipper
  • @Arerus44 is my Flipper device name :D

Running

  • Set venv for python version: python3 -m venv env
  • Active venv: source venv/bin/activate
  • Install ufbt: python3 -m pip install --upgrade ufbt
  • Read from here
  • Setup: ufbt
  • First run: ufbt vscode_dist to setup styling, formatting.
  • Install on Flipper run: ufbt launch
  • Incase to debug, I simple show console output, open other console and run: ufbt cli then l, when want to exit press: ctrl + ]

Images

example_1 example_2