diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f96c8929..e693c777a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,9 @@ * SubGHz: **Came Atomo button hold simulation with full cycle** simulation (to allow proper pairing with receiver) * SubGHz: Add **Prastel (42bit static code)** support (OFW PR 4178 by @pmazzini) * Desktop: **Add support for Favorite App - Ok Long** (Warning! Old favourites apps list will be reset!) (PR #886 | by @DrEverr) -* Display: **LCD Color Inversion** (Settings - LCD and Notifications - LCD inversion.) (PR #887 #893 | by @Dmitry422) +* Display: **LCD Color Inversion** (Settings - LCD and Notifications - LCD Inversion) (PR #887 #893 | by @Dmitry422) * Display: **Night Shift Feature** (dimming backlight in selected time interval) (PR #885 | by @Dmitry422) -* Display: **Сombining RGB Backlight mod** (by @quen0n) and original backlight support **in one firmware** (+ Rainbow/Wave effect (based on @Willy-JL idea)) (PR #877 #881 #890 | by @Dmitry422) - (**To enable RGB Backlight support go into Notifications settings with Debug mode - ON**) +* Display: **Сombining RGB Backlight mod** (by @quen0n) and original backlight support **in one firmware** (+ Rainbow/Wave effect (based on @Willy-JL idea)) (PR #877 #881 #890 | by @Dmitry422) - (**To enable RGB Backlight support go into Notifications settings**) * NFC: Use default UL/UL-C pwd/key as default value for key input (PR #891 | by @mishamyte) * OFW: LFRFID - **EM4305 support** * OFW: **Universal IR signal selection** @@ -134,7 +134,7 @@ What build I should download and what this name means - `flipper-z-f7-update-(ve | `c` | | | | `e` | ✅ | ✅ | -**To enable RGB Backlight support go into Notifications settings with Debug mode = ON** +**To enable RGB Backlight support go into LCD & Notifications settings** ⚠️RGB backlight [hardware mod](https://github.com/quen0n/flipperzero-firmware-rgb#readme), works only on modded flippers! do not enable on non modded device! diff --git a/documentation/FAQ.md b/documentation/FAQ.md index cae0ba61c..7dea58c5d 100644 --- a/documentation/FAQ.md +++ b/documentation/FAQ.md @@ -18,9 +18,7 @@ Follow this link for [details](https://github.com/DarkFlippers/unleashed-firmwar You’ve enabled RGB backlight mod in settings made for custom RGB modded flippers.
Please, do not use that version if your flipper isn’t modded! -Disable in Settings -> Notifications -> RGB mod settings - -Make sure to have System -> Debug = ON before, otherwise first option (is mod installed) will not appear +Disable in Settings -> LCD & Notifications -> RGB mod settings If you have RGB backlight mod do the same but enable the mod instead diff --git a/documentation/HowToBuild.md b/documentation/HowToBuild.md index eec2e632a..b10c7493b 100644 --- a/documentation/HowToBuild.md +++ b/documentation/HowToBuild.md @@ -29,13 +29,8 @@ Check out `documentation/fbt.md` for details on building and flashing firmware. ./fbt COMPACT=1 DEBUG=0 launch_app APPSRC=applications_user/yourplugin ``` -### Compile everything for development -```sh -./fbt updater_package -``` - -### Compile everything for release + get updater package to update from microSD card +### Compile everything + get updater package to update from microSD card ```sh ./fbt COMPACT=1 DEBUG=0 updater_package @@ -49,13 +44,8 @@ Use `flipper-z-{target}-update-{suffix}.tgz` to flash your device. Check out `documentation/fbt.md` for details on building and flashing firmware. -### Compile everything for development -```powershell -./fbt.cmd updater_package -``` - -### Compile everything for release + get updater package to update from microSD card +### Compile everything + get updater package to update from microSD card ```powershell ./fbt.cmd COMPACT=1 DEBUG=0 updater_package