else
ASCII fix
This commit is contained in:
parent
c3db73234f
commit
90105267c5
1 changed files with 0 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue