-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #21 from FrameworkComputer/demo
- Loading branch information
Showing
14 changed files
with
683 additions
and
197 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
## B1 Display |
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,18 @@ | ||
## C1 Minimal Input Module | ||
|
||
It's a very minimal input module. Many GPIO pins are exposed so that headers | ||
can be soldered onto them. Additionally there are pads for a WS2812/Neopixel | ||
compatible RGB LED. | ||
|
||
When booting up this LED is lit in green color. | ||
Its color and brightness can be controlled via the commands: | ||
|
||
```sh | ||
> ./control.py --brightness 255 | ||
> ./control.py --get-brightness | ||
Current brightness: 255 | ||
|
||
> ./control.py --set-color yellow | ||
> ./control.py --get-color | ||
Current color: RGB:(255, 255, 0) | ||
``` |
Oops, something went wrong.