## 😃 Example ![example](example.png) - ⬇️ [Binary for `0.82.3`](cyr_example.fap) ## 🧰 Build 1. Clone Flipper Zero firmware. ```sh git clone --depth 1 --branch 0.82.3 https://github.com/flipperdevices/flipperzero-firmware.git ``` 2. Copy this repo to firmware sources directory. ```sh cd /path/to/flipperzero-firmware ln -s /path/to/cyr_fap . ``` 3. Copy `u8g2` library in to code directory ```sh cd cyr_fap ln -s /path/to/flipperzero-firmware/lib/u8g2 . ``` 4. Build application ```sh cd /path/to/flipperzero-firmware ./fbt fap_cyr_example ```