-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add exported syscalls: vitabrightReload(), vitabrightOledGetLevel(), …
…vitabrightOledSetLevel(), vitabrightOledGetLut(), vitabrightOledSetLut() (#25) * Export vitabrightReload() * Remove unused vitabright.yml file * Build stubs * Fix vitabrightReload() * Add int vitabrightLoadOledLut(unsigned char oledLut[357]) * Add vitabrightGetOledLut * Fix exported syscalls * Add vitabrightReload back * Add vitabrightOledGetLevel/vitabrightOledSetLevel
- Loading branch information
1 parent
66cd473
commit 6157d40
Showing
5 changed files
with
140 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
vitabright: | ||
attributes: 0 | ||
version: | ||
major: 1 | ||
minor: 1 | ||
main: | ||
start: module_start | ||
stop: module_stop | ||
modules: | ||
vitabright: | ||
syscall: true | ||
functions: | ||
- vitabrightReload | ||
- vitabrightOledGetLevel | ||
- vitabrightOledSetLevel | ||
- vitabrightOledGetLut | ||
- vitabrightOledSetLut |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.