Go to file
Alexander Popov 79ae0e3802
remove comments
2023-05-03 00:37:47 +03:00
cyr_fap remove comments 2023-05-03 00:37:47 +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 emoji 2023-05-03 00:09:29 +03:00
cyr_example.fap add binary 2023-05-03 00:08:38 +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