lowered VDH and VDL voltage settings to lowest values
This commit is contained in:
parent
140c8f1fd8
commit
aae0c1e1b3
1 changed files with 2 additions and 2 deletions
|
|
@ -317,8 +317,8 @@ class EPD:
|
|||
self.send_data(0x00) # VCOM_HV, VGHL_LV[1], VGHL_LV[0]
|
||||
# self.send_data(0x2b) # VDH
|
||||
# self.send_data(0x2b) # VDL
|
||||
self.send_data(0x26)
|
||||
self.send_data(0x26)
|
||||
self.send_data(0x00)
|
||||
self.send_data(0x00)
|
||||
self.send_data(0x09) # VDHR
|
||||
|
||||
self.send_command(0x06) # BOOSTER_SOFT_START
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue