1
0
mirror of git://projects.qi-hardware.com/iris.git synced 2025-04-21 12:27:27 +03:00

work on device swapping

This commit is contained in:
Bas Wijnen
2010-01-30 09:21:56 +01:00
parent 06390fd2d1
commit cba0cf31e5
11 changed files with 208 additions and 108 deletions

View File

@@ -871,7 +871,6 @@ import sys
charsize = 25 * 4 + 1
for c in range (128 - 32):
line = []
for l in range (8):
offset = 2 + c * charsize + 25 * (l >> 1) + 12 * (l & 1)
ln = ""