Skip to content

Commit 71111c9

Browse files
committed
add initial draft of hub75 driver
1 parent 4cc0d83 commit 71111c9

14 files changed

+7458
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ _site/
77
#---Ultra Edit---
88
*.bak
99
*.$$$
10+
11+
#---macOS---
12+
.DS_Store
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# ISP Hub75
2+
3+
By: Stephen M Moraco (Iron Sheep Productions, LLC)
4+
5+
Language: Spin2 / Pasm2
6+
7+
Created: 03-DEC-2020
8+
9+
Category: display
10+
11+
Description:
12+
Driver for HUB75 controlled RGB LED Matrix Panels
13+
14+
Related:
15+
16+
- See Docs, Setup Instructions at [HUB75 LED Matrix Driver Github Repository](https://github.com/ironsheep/p2-LED-Matrix-Driver)
17+
- Watch for P2 Eval HUB75 Driver Board soon to be for sale at [Parallax Shop](https://www.parallax.com/product-category/propeller-2/)
18+
19+
License: MIT (see end of source code)

libraries/community/p2/All/isp_hub75_matrix/isp_hub75_color.spin2

Lines changed: 404 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:519dc394e5fbd44c3eb2ba9fb1a22b4aa31e8c9e9310f0b0140a7338b4c9bd4a
3+
size 16018

libraries/community/p2/All/isp_hub75_matrix/isp_hub75_display.spin2

Lines changed: 424 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)