ASCII fix
This commit is contained in:
Voussoir 2014-12-01 08:49:29 -08:00
parent c3db73234f
commit 90105267c5

View file

@ -86,8 +86,6 @@ def ascii(FILENAME, XVALUE, YVALUE, CONTRAST):
asciivals = asciivals[::CONTRAST]
asciivals[-1] = 256
asciikeys[-1] = ' '
print(asciikeys)
print(asciivals)
width = rpi.size[0]
height = rpi.size[1]
charspanx = int(width / XVALUE)