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
Copy file name to clipboardExpand all lines: README.md
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -11,13 +11,11 @@ After that, you need to install [PowerShell-IoT Module](https://github.com/Power
11
11
# What's available so far?
12
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
13
14
-
* So far you can only play with setting the brightness `Set-Brightness` (Low, Mediumor High)
14
+
* So far you can only play with setting the brightness `Set-Brightness` (Lowest, Low, Medium, High or Highest)
15
15
16
16
* Turn the leds off with `Set-LedsOff`
17
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.
18
+
* Write some letters (a string) with `Write-String`. By default, the text is scrolled forever, unless specified otherwise (by passing `$false` as second parameter)
0 commit comments