mirror of
https://gitlab1.ptb.de/waltem01/Matrix
synced 2024-12-24 11:21:44 +00:00
updated sample paths
This commit is contained in:
parent
e1c5cd304d
commit
331204c196
@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env python
|
||||
from samplebase import SampleBase
|
||||
from ..samplebase import SampleBase
|
||||
from rgbmatrix import graphics
|
||||
import time
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env python
|
||||
from samplebase import SampleBase
|
||||
from ..samplebase import SampleBase
|
||||
import time
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env python
|
||||
import time
|
||||
from samplebase import SampleBase
|
||||
from ..samplebase import SampleBase
|
||||
from PIL import Image
|
||||
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env python
|
||||
from samplebase import SampleBase
|
||||
from ..samplebase import SampleBase
|
||||
from rgbmatrix import graphics
|
||||
import time, keyboard, os
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env python
|
||||
from samplebase import SampleBase
|
||||
from ..samplebase import SampleBase
|
||||
|
||||
|
||||
class GrayscaleBlock(SampleBase):
|
||||
|
@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env python
|
||||
from samplebase import SampleBase
|
||||
from ..samplebase import SampleBase
|
||||
|
||||
|
||||
class PulsingColors(SampleBase):
|
||||
|
@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env python
|
||||
from samplebase import SampleBase
|
||||
from ..samplebase import SampleBase
|
||||
import math
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env python
|
||||
# Display a runtext with double-buffering.
|
||||
from samplebase import SampleBase
|
||||
from ..samplebase import SampleBase
|
||||
from rgbmatrix import graphics
|
||||
import time
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env python
|
||||
from samplebase import SampleBase
|
||||
from ..samplebase import SampleBase
|
||||
|
||||
|
||||
class SimpleSquare(SampleBase):
|
||||
|
Loading…
Reference in New Issue
Block a user