Speed up the refresh of some screens (experimental)(1.54 v2、2.13 v3、2.9 v2、7.5 v2)
This commit is contained in:
parent
b36cfab0ea
commit
452880de52
16 changed files with 432 additions and 74 deletions
|
@ -67,8 +67,8 @@ try:
|
|||
time.sleep(2)
|
||||
|
||||
logging.info("3.read bmp file")
|
||||
Himage = Image.open(os.path.join(picdir, '7in5_V2_r.bmp'))
|
||||
Himage_Other = Image.open(os.path.join(picdir, '7in5_V2_b.bmp'))
|
||||
Himage = Image.open(os.path.join(picdir, '7in5_V2_b.bmp'))
|
||||
Himage_Other = Image.open(os.path.join(picdir, '7in5_V2_r.bmp'))
|
||||
epd.display(epd.getbuffer(Himage),epd.getbuffer(Himage_Other))
|
||||
time.sleep(2)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue