aboutsummaryrefslogtreecommitdiff
path: root/host/matelight/nyancat-test.py
diff options
context:
space:
mode:
Diffstat (limited to 'host/matelight/nyancat-test.py')
-rwxr-xr-xhost/matelight/nyancat-test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/matelight/nyancat-test.py b/host/matelight/nyancat-test.py
index aaabe85..73fd28e 100755
--- a/host/matelight/nyancat-test.py
+++ b/host/matelight/nyancat-test.py
@@ -20,7 +20,7 @@ bar = np.array(im.getdata(), dtype=np.uint8)
foo = bar.reshape((DISPLAY_HEIGHT, 300, 3))
while True:
- for i in range(20):
+ for i in range(60):
for data in datas:
host.sendframe(data)
time.sleep(0.1)