significant increase of speed for 7in5 and 7in5_HD bugfixes
This commit is contained in:
parent
c950cc04c0
commit
8ff13cb846
2 changed files with 3 additions and 20 deletions
|
@ -87,10 +87,10 @@ class EPD:
|
|||
self.send_data2([0x37, 0x00])
|
||||
|
||||
self.send_command(0x00) # PANEL_SETTING
|
||||
self.send_data([0xCF, 0x08])
|
||||
self.send_data2([0xCF, 0x08])
|
||||
|
||||
self.send_command(0x06) # BOOSTER_SOFT_START
|
||||
self.send_data([0xc7, 0xcc, 0x28])
|
||||
self.send_data2([0xc7, 0xcc, 0x28])
|
||||
|
||||
self.send_command(0x04) # POWER_ON
|
||||
self.ReadBusy()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue