Added examples for channel_offset, led_screen and pixel_smear
This commit is contained in:
parent
6440019de2
commit
2a15d81651
10 changed files with 58 additions and 1 deletions
18
README.md
18
README.md
|
@ -15,4 +15,20 @@ Have a look at [requirements.txt](./requirements.txt)
|
|||
|
||||
Code: [examples/pixel_sort/run.py](./examples/pixel_sort/run.py)
|
||||
|
||||
### more examples coming soon...
|
||||
### pixel_smear
|
||||
|
||||
 
|
||||
|
||||
Code: [examples/pixel_smear/run.py](./examples/pixel_smear/run.py)
|
||||
|
||||
### channel_offset
|
||||
|
||||
 
|
||||
|
||||
Code: [examples/channel_offset/run.py](./examples/channel_offset/run.py)
|
||||
|
||||
### led_screen
|
||||
|
||||
 
|
||||
|
||||
Code: [examples/led_screen/run.py](./examples/led_screen/run.py)
|
||||
|
|
Reference in a new issue