Skip to content

Sets gamma in various funky ways on Raspberry Pi. Requires appropriate firmware

License

Notifications You must be signed in to change notification settings

JamesH65/setgamma

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

setgamma

Sets display gamma in various funky ways on Raspberry Pi. Requires appropriate firmware

Compile using

cc mailbox.c setgamma.c -ldl -lm -o setgamma

Run using

sudo ./setgamma

Has a few command line parameters

-l Number of loops
-d delay between each change in us
-c Channel to act on (r = 0, g = 1, b = 2, all = 3)
-t type of action - 0 = fader, 1 = coloury fader, 2 = posterise

About

Sets gamma in various funky ways on Raspberry Pi. Requires appropriate firmware

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages