Skip to content

Commit

Permalink
Version 1.4 (RC Support)
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyTolene committed Nov 17, 2023
1 parent 3729840 commit 337bf30
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
2 changes: 1 addition & 1 deletion fap/application.fam
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ App(
fap_description="A camera suite application for the Flipper Zero ESP32-CAM module.",
fap_icon="icons/camera_suite.png",
fap_libs=["assets"],
fap_version="1.3",
fap_version="1.4",
fap_weburl="https://github.com/CodyTolene/Flipper-Zero-Cam",
name="[ESP32] Camera Suite",
order=1,
Expand Down
17 changes: 15 additions & 2 deletions fap/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,23 @@
## Roadmap

- Store images to onboard ESP32-CAM SD card (currently in progress, #24).
- Store images to onboard ESP32-CAM SD card (partially completed, #24).
- Camera preview GUI overlay (#21).
- Full screen 90 degree and 270 degree fill (#6).

## v1.3 (current)
## v1.4

- Add RC builds to repo.
- Improve FAP code.
- Improve Firmware code (requires reflash).
- Improve Firmware flashing utility code.
- Improve GitHub actions code.
- Look to mitigate issue "Mirrored Image" #27.

## v1.3.1 (patch)

- Addressed new linting issue with `ufbt` tools.

## v1.3

- Important: Firmware Update Required! Ensure you update your firmware to fully utilize the new features. Backwards compatibility should be ok.
- New Feature: Introducing the Firmware Flash utility, simplifying the firmware flashing process. Refer to the project readme for detailed instructions. (Closes #26)
Expand Down
4 changes: 2 additions & 2 deletions fap/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ Button mappings:

**Right** = Toggle dithering on/off.

**Center** = Take a picture and save to the "DCIM" folder at the root of your SD card. Image will be saved as a bitmap file with a timestamp as the filename ("YYYYMMDD-HHMMSS.bmp"). If flash is on in the settings (enabled by default) the ESP32-CAM onboard LED will light up when the picture is taken.
**Center** = Take a picture and save to the "DCIM" folder at the root of your SD card. Image will be saved as a bitmap file with a timestamp as the filename ("YYYYMMDD-HHMMSS.bmp"). If flash is on in the settings (enabled by default) the ESP32-CAM onboard LED will light up when the camera is opened.

**Back** = Go back.

Settings:

**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.

**Flash** Toggle the ESP32-CAM onboard LED on/off when taking a picture.
**Flash** Toggle the ESP32-CAM onboard LED on/off while using the camera.

**Dithering Type** Change between the Cycle Floyd–Steinberg, Jarvis-Judice-Ninke, and Stucki dithering types.

Expand Down

0 comments on commit 337bf30

Please sign in to comment.