Fix for Bug #156
This commit is contained in:
parent
af9694c602
commit
4a105c992b
1 changed files with 1 additions and 1 deletions
|
@ -410,7 +410,7 @@ class EPD:
|
|||
for x in range(imwidth):
|
||||
for y in range(imheight):
|
||||
newx = y
|
||||
newy = x
|
||||
newy = self.height - x - 1
|
||||
if(pixels[x, y] == 0xC0):
|
||||
pixels[x, y] = 0x80
|
||||
elif (pixels[x, y] == 0x80):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue