KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
pwmless-brightness-control
★ 14
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
TeslaBle2Mqtt-addon
:
Application to monitor and control Tesla vehicles over BLE with Home assistant
artscii
:
C ascii art lib
YOLO-Detection
:
使用YOLO和深度图获得目标位置的三维位置
PhaserBeamforming
:
Phaser Beamforming examples from youtube video series
AdaptiveLog-review
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
pwmless-brightness-control
?
Download (.md)
# PWMLess Brightness A plugin for [Decky](https://decky.xyz/) that can control the brightness of the steam deck while keeping PWM at the max flicker rate. Helpful for people sensitive to PWM flicker. John 3:16 The app adds a brightness slider inside the decky plugin. ## Attribution This project is derived from [vibrantDeck](https://github.com/libvibrant/vibrantDeck) and is licensed under the GNU General Public License v3.0 to comply with the original project's licensing requirements. The vibrantDeck project is copyright (c) libvibrant and is licensed under the GNU General Public License v3.0. ## License This project is licensed under the GNU General Public License v3.0 - see the [LICENSE](LICENSE) file for details. Steps to run from github: 1. Open Desktop Mode 2. Install Node.js 18 or newer 4. Extract the zip and place it inside Home/homebrew/plugins directory (if you are not allowed to place the folder in there right click on the plugins folder and click on properties, select Permissions and set all permissions to "Can View & Modify Content", save and close the folder and reopen it again. This should allow you to paste in that directory.) 5. Right click on the pwmless-brightness-control-main folder and select "Open Terminal Here" 6. Make sure you have pnpm installed as well by running "pnpm -v" 7. If you dont have pnpm run "npm install -g pnpm" to install it. 8. Run "pnpm i" 9. Run "pnpm run build" 10. Once this is done you can go back to gaming mode and give it a try.