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