You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Squashed 'applications/external/' changes from 400bd29e100..0cbe0421ee4
0cbe0421ee4 Format
e352a9e0b65 WAV Player: Reconfigure to use 8-bit memory buffer, halving memory usage
0f51370211e Merge jetpack_joyride from https://github.com/timstrasser/flipper-jetpack-game
985c4342fdc Merge camera_suite from https://github.com/CodyTolene/Flipper-Zero-Camera-Suite847f0f0 Bump version
a9ecea40755 Update changelog
470c1f645bc Fix up horizontal flip when camera is rotated 180 degrees
dcefdf1c791 Update in-app pinout guide, readme, and version.
8669013 Merge pull request #4 from CookiePLMonster/master
ca74bc2 Updated to SDK 0.103
5fd43f8dbe7 Merge branch 'dev' into ct/v1.8.0
4ac83ef3814 Use new DateTime.
git-subtree-dir: applications/external
git-subtree-split: 0cbe0421ee4c09465dc9a265f202437cbf1967c5
- Fix up horizontal flip when camera is rotated 180 degrees (#57). Thanks 4k3or3et!
13
+
8
14
## v1.7
9
15
10
16
- Add support for new Flipper Zero Firmware UART updates.
@@ -31,7 +37,7 @@
31
37
- Improve Firmware code (requires reflash).
32
38
- Improve Firmware flashing utility code.
33
39
- Improve GitHub actions code.
34
-
- Look to mitigate issue "Mirrored Image" #27.
40
+
- Look to mitigate issue "Mirrored Image" (#27).
35
41
- Addressed new linting issue with "ufbt" tools.
36
42
37
43
## v1.3
@@ -42,11 +48,12 @@
42
48
- Bug Fix: Addressed picture inversion issue reported by user leedave. Thanks for your contribution! (Closes #23)
43
49
- Code Refinement: Enhanced firmware code for readability and maintainability. Separated concerns into individual files for a more organized structure.
44
50
- Technical Improvements: Implemented general code enhancements and introduced syntactic sugar for cleaner, more efficient code.
45
-
- Work in Progress: Added a new test function for saving pictures to the onboard ESP32-CAM SD card. This feature is under development and will allow users to save pictures directly to the SD card in the future. Tracked under feature request #24.
51
+
- Work in Progress: Added a new test function for saving pictures to the onboard ESP32-CAM SD card (#24).
46
52
47
53
## v1.2
48
54
49
-
- Save image support. When the center button is pressed take a picture and save it to the "DCIM" folder at the root of your SD card. The image will be saved as a bitmap file with a timestamp as the filename ("YYYYMMDD-HHMMSS.bmp").
55
+
- Save image support. When the center button is pressed take a picture and save it to the "DCIM" folder at the root of your SD card.
56
+
- Image will be saved as a bitmap file with a timestamp as the filename ("YYYYMMDD-HHMMSS.bmp").
50
57
- Camera flash support. Flashes the ESP32-CAM onboard LED when a picture is taken if enabled in the settings.
51
58
- Move the camera dithering type to the settings scene as a new configurable option.
52
59
- Add "Flash" option to the settings scene as a new configurable option.
0 commit comments