Skip to content
This repository was archived by the owner on Jul 6, 2023. It is now read-only.

Commit 0b83b1b

Browse files
author
anatoliis
committed
Adds Readme
1 parent 07fdcd3 commit 0b83b1b

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

PWMHelper.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@
5555
<Compile Include="Program.cs" />
5656
<Compile Include="Properties\AssemblyInfo.cs" />
5757
</ItemGroup>
58+
<ItemGroup>
59+
<Content Include="README.md" />
60+
</ItemGroup>
5861
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
5962
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
6063
Other similar extension points exist, see Microsoft.Common.targets.

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
An idea comes from: https://github.com/tpurtell/PWM<br>
2+
This one though is a command-line utility, which allows you changing frequency on Windows startup
3+
4+
# USING
5+
As simple as running "`PWMHelper.exe 2000`", which sets the PWM frequency to 2000Hz
6+
7+
# WARNING: USE AT YOUR OWN RISK
8+
Changing the value from the default one may affect the lifetime of the lamp in your screen. You might end up looking into the abyss. You have been WARNED!
9+
10+
# PWM
11+
This utility allows you to adjust the PWM driver frequency of delivered from Intel Graphics embedded GPU to the embedded LCD panel
12+
13+
# Compatibility
14+
Windows x64 / Intel embedded GPU's only
15+
16+
# LICENSE
17+
Public domain

0 commit comments

Comments
 (0)