mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-07-30 02:18:11 -07:00
Update LightMeter
This commit is contained in:
+17
@@ -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 |
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user