| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add gitignore | Thomas Voss | 2022-08-27 | 1 | -0/+2 | 
| | | |||||
| * | Add source code files in their uncompleted state | Thomas Voss | 2022-08-09 | 2 | -0/+204 | 
| | | | | | | | | | | | The current state of the library contains support for the following functions: - int luxinit(struct luxdisp *) | Init a luxdisp struct - int luxget(struct luxdisp *) | Get the current brightness - int luxset(struct luxdisp *, int) | Set the current brightness - int luxmax(struct luxdisp *) | Get the maximum brightness - void luxfree(struct luxdisp *) | Free a luxdisp struct | ||||
| * | Add Makefile | Thomas Voss | 2022-08-09 | 1 | -0/+27 | 
| | | |||||
| * | Add license file | Thomas Voss | 2022-08-09 | 1 | -0/+14 |