2 files changed
+7
-3
lines changed+6-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
| 40 | + | |
40 | 41 |
| |
41 | 42 |
| |
42 | 43 |
| |
| |||
49 | 50 |
| |
50 | 51 |
| |
51 | 52 |
| |
| 53 | + | |
| 54 | + | |
52 | 55 |
| |
53 | 56 |
| |
54 | 57 |
| |
| |||
82 | 85 |
| |
83 | 86 |
| |
84 | 87 |
| |
85 |
| - | |
| 88 | + | |
86 | 89 |
| |
87 | 90 |
| |
88 | 91 |
| |
89 | 92 |
| |
90 | 93 |
| |
| 94 | + | |
91 | 95 |
| |
92 | 96 |
| |
93 | 97 |
| |
| |||
132 | 136 |
| |
133 | 137 |
| |
134 | 138 |
| |
135 |
| - | |
| 139 | + | |
136 | 140 |
| |
137 | 141 |
| |
138 | 142 |
| |
|
Submodule rpi-rgb-led-matrix updated 82 files
- .gitignore+1-4
- Makefile+12-17
- README.md+176-57
- adapter/active-3/active3-rpi-hub75-adapter-fab.zip
- adapter/active-3/active3-rpi-hub75-adapter.kicad_pcb+143-144
- adapter/kicad-scripts/kicad-fab.py+1-1
- adapter/passive-3/README.md+9-3
- bindings/README.md+3
- bindings/c#/.gitignore+2
- bindings/c#/Makefile+18
- bindings/c#/README.md+31
- bindings/c#/RGBLedCanvas.cs+100
- bindings/c#/RGBLedFont.cs+60
- bindings/c#/RGBLedMatrix.cs+220
- bindings/c#/examples/Makefile+35
- bindings/c#/examples/font-example.cs+36
- bindings/c#/examples/matrix-rain.cs+90
- bindings/c#/examples/minimal-example.cs+32
- bindings/python/.gitignore
- bindings/python/Makefile+1-1
- bindings/python/README.md+36-21
- bindings/python/rgbmatrix/Makefile+4
- bindings/python/rgbmatrix/__init__.py+1-1
- bindings/python/rgbmatrix/core.cpp+11.3k
- bindings/python/rgbmatrix/core.pxd+23
- bindings/python/rgbmatrix/core.pyx+244
- bindings/python/rgbmatrix/cppinc.pxd+40-16
- bindings/python/rgbmatrix/graphics.cpp+624-411
- bindings/python/rgbmatrix/graphics.pxd
- bindings/python/rgbmatrix/graphics.pyx
- bindings/python/samples/graphics.py+8-7
- bindings/python/samples/grayscale-block.py+5-4
- bindings/python/samples/image-draw.py+16-10
- bindings/python/samples/image-scroller.py+40
- bindings/python/samples/image-viewer.py+34
- bindings/python/samples/pulsing-brightness.py+5-5
- bindings/python/samples/pulsing-colors.py+8-7
- bindings/python/samples/rotating-block-generator.py+12-11
- bindings/python/samples/runtext.py+36
- bindings/python/samples/samplebase.py+71
- bindings/python/samples/simple-square.py+30
- bindings/python/setup.py+5-5
- examples-api-use/.gitignore+6
- examples-api-use/Makefile+10-6
- examples-api-use/README.md+22-6
- examples-api-use/clock.cc+190
- examples-api-use/demo-main.cc+6-2
- examples-api-use/scrolling-text-example.cc+215
- examples-api-use/text-example.cc+71-14
- fonts/README.md+4-2
- fonts/tom-thumb.bdf+2.4k
- include/content-streamer.h+94
- include/gpio.h+1-1
- include/graphics.h+30-5
- include/led-matrix-c.h+54-4
- include/led-matrix.h+87-9
- lib/Makefile+6-10
- lib/bdf-font.cc+62-9
- lib/content-streamer.cc+168
- lib/framebuffer-internal.h+19-4
- lib/framebuffer.cc+221-64
- lib/gpio.cc+139-23
- lib/graphics.cc+23-1
- lib/led-matrix-c.cc+83-2
- lib/led-matrix.cc+47-15
- lib/multiplex-transformers-internal.h+79
- lib/multiplex-transformers.cc+239
- lib/options-initialize.cc+110-26
- lib/thread.cc+7-4
- python/rgbmatrix/core.cpp-5.9k
- python/rgbmatrix/core.pxd-15
- python/rgbmatrix/core.pyx-116
- python/samples/image-scroller.py-38
- python/samples/runtext.py-34
- python/samples/samplebase.py-46
- python/samples/simple-square.py-29
- utils/.gitignore+2
- utils/Makefile+14-2
- utils/README.md+122-10
- utils/led-image-viewer.cc+308-166
- utils/video-viewer.cc+309
- wiring.md+28-25
0 commit comments