You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Alexander Popov 79ae0e3802
remove comments
1 month ago
cyr_fap remove comments 1 month ago
font first draft 1 month ago
.editorconfig add font 1 month ago
LICENSE Init 🏴‍☠️ 1 month ago
README.md emoji 1 month ago
cyr_example.fap add binary 1 month ago
example.png first draft 1 month ago

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