flipper_cyrillic_example/README.md

35 lines
565 B
Markdown
Raw Permalink Normal View History

2023-05-03 00:09:29 +03:00
## 😃 Example
2023-05-03 00:05:40 +03:00
![example](example.png)
2023-05-03 00:09:29 +03:00
- ⬇️ [Binary for `0.82.3`](cyr_example.fap)
2023-05-03 00:08:38 +03:00
2023-05-02 21:01:20 +03:00
## 🧰 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 .
```
2023-05-03 00:05:40 +03:00
3. Copy `u8g2` library in to code directory
2023-05-02 21:01:20 +03:00
```sh
2023-05-03 00:05:40 +03:00
cd cyr_fap
ln -s /path/to/flipperzero-firmware/lib/u8g2 .
```
4. Build application
```sh
cd /path/to/flipperzero-firmware
2023-05-02 21:01:20 +03:00
./fbt fap_cyr_example
```