7676b55b87e3a4c7d5199b8d1742920f3c573db7,pwnagotchi/ui/hw/libs/waveshare/v1/epd2in13bcFAST.py,EPD,Clear,#EPD#,354
Before Change
self.send_command(0x92)
self.SetFullReg()
self.send_command(0x12) // REFRESH
self.ReadBusy()
def sleep(self):
After Change
self.send_command(0x10)
for i in range(0, int(self.width * self.height / 8)):
self.send_data(0x00)
epdconfig.delay_ms(10)
self.send_command(0x13)
for i in range(0, int(self.width * self.height / 8)):
self.send_data(0x00)
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 3
Instances Project Name: evilsocket/pwnagotchi
Commit Name: 7676b55b87e3a4c7d5199b8d1742920f3c573db7
Time: 2019-10-27
Author: ratmandu@gmail.com
File Name: pwnagotchi/ui/hw/libs/waveshare/v1/epd2in13bcFAST.py
Class Name: EPD
Method Name: Clear
Project Name: evilsocket/pwnagotchi
Commit Name: cdd4c133366aac2749467bf4061d4460a849ba8e
Time: 2019-12-11
Author: moheshmohan@gmail.com
File Name: pwnagotchi/ui/hw/libs/waveshare/v213bc/epd2in13bc.py
Class Name: EPD
Method Name: pwndisplay
Project Name: evilsocket/pwnagotchi
Commit Name: cdd4c133366aac2749467bf4061d4460a849ba8e
Time: 2019-12-11
Author: moheshmohan@gmail.com
File Name: pwnagotchi/ui/hw/libs/waveshare/v213bc/epd2in13bc.py
Class Name: EPD
Method Name: pwnclear