Go to file
Alexander Popov 71f1e96e01
first draft
2023-05-03 00:05:40 +03:00
cyr_fap first draft 2023-05-03 00:05:40 +03:00
font first draft 2023-05-03 00:05:40 +03:00
.editorconfig add font 2023-05-02 22:13:01 +03:00
LICENSE Init 🏴‍☠️ 2023-05-02 21:01:20 +03:00
README.md first draft 2023-05-03 00:05:40 +03:00
example.png first draft 2023-05-03 00:05:40 +03:00

README.md

Example

example

🧰 Build

  1. Clone Flipper Zero firmware.
git clone --depth 1 --branch 0.82.3 https://github.com/flipperdevices/flipperzero-firmware.git
  1. Copy this repo to firmware sources directory.
cd /path/to/flipperzero-firmware
ln -s /path/to/cyr_fap .
  1. Copy u8g2 library in to code directory
cd cyr_fap
ln -s /path/to/flipperzero-firmware/lib/u8g2 .
  1. Build application
cd /path/to/flipperzero-firmware
./fbt fap_cyr_example