Update LightMeter

This commit is contained in:
MX
2023-07-22 20:30:21 +03:00
parent 0d84dceaae
commit 5c5e68a5ce
13 changed files with 402 additions and 24 deletions
+17
View File
@@ -0,0 +1,17 @@
## Lightmeter app for photography
An application that suggests settings for your manual camera based on the reading of the ambient light sensor. Can also be used in a pure lux meter mode.
## Supported sensors
- BH1750
- MAX44009
## Wiring
| Sensor | Flipper Zero |
| ------ | ------------ |
| VCC | 3.3V |
| GND | GND |
| SCL | C0 |
| SDA | C1 |
+15
View File
@@ -0,0 +1,15 @@
## v1.2
* Lux only screen now has statistics
* Settings are now stored on SD card
* You can choose the resolution (BH1750 only) and address for sensor
(thanks to @danielskowronski for contributing to this update)
## v1.1
Added support for MAX44009 sensor (thanks to @wosk)
## v1.0
Initial release for Flipper Application Catalog