fix readme

This commit is contained in:
hnwangkg-ezio 2019-04-08 16:35:52 +08:00
commit 773eba0e26
7 changed files with 98 additions and 31 deletions

View file

@ -82,6 +82,7 @@ class EPD:
self.reset_pin = epdconfig.RST_PIN
self.dc_pin = epdconfig.DC_PIN
self.busy_pin = epdconfig.BUSY_PIN
self.cs_pin = epdconfig.CS_PIN
self.width = EPD_WIDTH
self.height = EPD_HEIGHT