fix: height and width appear to be reversed
This commit is contained in:
parent
1ac5cbad56
commit
430ae3b93b
1 changed files with 2 additions and 2 deletions
|
|
@ -31,8 +31,8 @@ import logging
|
||||||
from . import epdconfig
|
from . import epdconfig
|
||||||
|
|
||||||
# Display resolution
|
# Display resolution
|
||||||
EPD_WIDTH = 280
|
EPD_WIDTH = 480
|
||||||
EPD_HEIGHT = 480
|
EPD_HEIGHT = 280
|
||||||
|
|
||||||
GRAY1 = 0xff #white
|
GRAY1 = 0xff #white
|
||||||
GRAY2 = 0xC0 #Close to white
|
GRAY2 = 0xC0 #Close to white
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue