You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Made good progress implementing more generic functions to write content and know when a space should be left after each letter. Need to finish the content to be displayed on the display
Copy file name to clipboardExpand all lines: README.md
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -8,4 +8,16 @@ If you don't have PowerShell installed on your Raspberry, follow [this guide](ht
8
8
9
9
After that, you need to install [PowerShell-IoT Module](https://github.com/PowerShell/PowerShell-IoT#installation)
10
10
11
+
# What's available so far?
12
+
This is still in a really early phase. So far I've been "designing" (if you can call it that way) the alphabet so that later we can send a whole text.
13
+
14
+
* So far you can only play with setting the brightness `Set-Brightness` (Low, Medium or High)
15
+
16
+
* Turn the leds off with `Set-LedsOff`
17
+
18
+
* Write some letters (a string) with `Write-String`. The number of letters actually depend, but it's usually 3 because each letter is using 3 rows. "M" for example uses 5.
19
+
20
+
After setting the whole alphabet and things to be displayed on the ScrollpHat, will work on a way to scroll the text.
0 commit comments