|
@@ -23,6 +23,7 @@
|
|
|
- [Software Installation](#software-installation)
|
|
- [Software Installation](#software-installation)
|
|
|
- [Software Guide](#software-guide)
|
|
- [Software Guide](#software-guide)
|
|
|
- [Attributions](#attributions)
|
|
- [Attributions](#attributions)
|
|
|
|
|
+- [Contributions](#contributions)
|
|
|
|
|
|
|
|
## Previews <a name="previews"></a>
|
|
## Previews <a name="previews"></a>
|
|
|
|
|
|
|
@@ -127,7 +128,7 @@ Note the upload may fail a few times, this is normal, try again. If it still fai
|
|
|
|
|
|
|
|
### Camera Suite settings:
|
|
### Camera Suite settings:
|
|
|
|
|
|
|
|
-**Orientation** = Rotate the camera image 90 degrees clockwise starting at zero by default (0, 90, 180, 270). This is useful if you have your camera module mounted in a different orientation than the default.
|
|
|
|
|
|
|
+**Orientation** = Rotate the camera image 90 degrees counter-clockwise starting at zero by default (0, 90, 180, 270). This is useful if you have your camera module mounted in a different orientation than the default.
|
|
|
|
|
|
|
|
**Haptic FX** = Toggle haptic feedback on/off.
|
|
**Haptic FX** = Toggle haptic feedback on/off.
|
|
|
|
|
|
|
@@ -145,6 +146,16 @@ by [Dave Lee][github-profile-leedave].
|
|
|
|
|
|
|
|
<p align="right">[ <a href="#index">Back to top</a> ]</p>
|
|
<p align="right">[ <a href="#index">Back to top</a> ]</p>
|
|
|
|
|
|
|
|
|
|
+## Contributions <a name="contributions"></a>
|
|
|
|
|
+
|
|
|
|
|
+1. Fork.
|
|
|
|
|
+2. Create a new branch: `<username>/[<issue-#>]-<feature-or-bug-fix-desc>`
|
|
|
|
|
+3. Program. Commit changes, push.
|
|
|
|
|
+4. Request PR [here][pull-request-link], introduce work via your branch.
|
|
|
|
|
+5. Wait for review and merge. Thank you!
|
|
|
|
|
+
|
|
|
|
|
+<p align="right">[ <a href="#index">Back to top</a> ]</p>
|
|
|
|
|
+
|
|
|
Fin. Thanks for looking and happy programming friend!
|
|
Fin. Thanks for looking and happy programming friend!
|
|
|
|
|
|
|
|
Cody
|
|
Cody
|
|
@@ -159,3 +170,4 @@ Cody
|
|
|
[flipperzero-camera]: https://github.com/Z4urce/flipperzero-camera
|
|
[flipperzero-camera]: https://github.com/Z4urce/flipperzero-camera
|
|
|
[github-profile-leedave]: https://github.com/leedave
|
|
[github-profile-leedave]: https://github.com/leedave
|
|
|
[github-profile-z4urce]: https://github.com/Z4urce
|
|
[github-profile-z4urce]: https://github.com/Z4urce
|
|
|
|
|
+[pull-request-link]: https://github.com/CodyTolene/Flipper-Zero-Camera-Suite/pulls
|