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