flipper_cyrillic_example/README.md

565 B

😃 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