Skip to content

Commit 6278a8b

Browse files
committed
Readme updated for new external programs
1 parent ac19033 commit 6278a8b

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,19 @@ CircuitPython LCD libraries from https://github.com/dhylands/python_lcd
189189
**rgbblink.py [pin number]** - program to blink an onboard neopixel or dotstar
190190
**rgbrainbow.py [pin number]** - program to color cycle an onboard neopixel or dotstar
191191

192-
**matrix.py [1|4]** - program to initalize connected HUB75 RGB Matrix Panels as a CircuitPython display. The display object is stored as a PyDOS environment variable (_display). If a 1 in passed as an argument, the matrix is configured as a single 64x32 panel, a 4 configures the matrix as a 2x2 matrix of 64x32 panels.
192+
**matrix.py [1|2|4|4w|64x1|64x2|64x4|64x4w]** - program to initalize connected HUB75 RGB Matrix Panels as a CircuitPython display. The display object is stored as a PyDOS environment variable (_display).
193+
194+
Parameters:
195+
1 - single 64x32 panel
196+
2 - 2x1 matrix of 64x32 panels
197+
4 - 2x2 matrix of 64x32 panels
198+
4w - 4x1 matrix of 64x32 panels
199+
64x1 - singel 64x64 panel
200+
64x2 - 2x1 matrix of 64x64 panels
201+
64x4 - 2x2 matrix of 64x64 panels
202+
64x4w - 4x1 matrix of 64x64 panels
203+
204+
**Playimage.py [filename]** - program to display .bmp, .jpg, .gif or .png image files. If the program is loaded from PyDOS it attempts to determine the appropriate display configuration from the PyDOS environment, otherwise several display options are supported and selected depending on the existence of BOARD.Display or locally installed display libraries.
193205

194206
**reboot.py** - performs a soft reboot (Micropython requires a Ctrl-D to complete)
195207

0 commit comments

Comments
 (0)