Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
README.md
  • Loading branch information
Caleb9 committed Feb 1, 2023
1 parent 8b2886d commit 9a37035
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -139,4 +139,4 @@ dmypy.json
cython_debug/

*~
*.pex
*.pex
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ Mini](https://www.adafruit.com/product/5038).
For my digital photo frame project I attached a light sensor to Pi's
GPIO to adjust monitor's brightness automatically depending on ambient
light. [TSL2591](https://www.adafruit.com/product/1980) is an example
of such sensor - it is fairly easy to write a Python script that
executes `ddcutil` (package available in Raspbian OS) to set monitor's
brightness. I am planning to make the code available and describe the
setup in the future.
of such sensor. Check out my
[auto-brightness-rpi-tsl2591](https://github.com/Caleb9/auto-brightness-rpi-tsl2591)
project to add automatic brightness control to your digital photo
frame.

0 comments on commit 9a37035

Please sign in to comment.