Skip to content

Releases: c-error/dis-tool

BUILD v1.2

20 Sep 15:48
177af49

Choose a tag to compare

LOG:

  • Add: brightness control.
  • Add: RGB color control.
  • Add: advanced mode.
  • Add: night light.

BETA RELEASE 2

20 Sep 05:09
3c82743

Choose a tag to compare

BETA RELEASE 2 Pre-release
Pre-release

build-code: gcc -o main.exe main.c -ldxva2
cli: main.exe <bright%> <r%> <g%> <b%>
example: main.exe 0 50 100 55 10

help: main.exe help

BETA RELEASE

18 Sep 15:35
3efe012

Choose a tag to compare

BETA RELEASE Pre-release
Pre-release

build-code: gcc -o dist dist.c -ldxva2
cli: dist.exe [MONITOR NO] - (Use '0' for Primary Monitor) [BRIGHTNESS%] [RED %] [GREEN %] [BLUE %]
example: dist.exe 0 50 100 55 10