mirror of
https://github.com/pengwon/epd42.git
synced 2026-03-15 08:53:20 +08:00
send epd config on connect
This commit is contained in:
@@ -27,12 +27,12 @@
|
||||
<div style="float: right;">
|
||||
驱动:
|
||||
<select id="epddriver">
|
||||
<option value="01" selected="selected">EPD_4in2</option>
|
||||
<option value="01">EPD_4in2</option>
|
||||
<option value="02">EPD_4in2_V2</option>
|
||||
<option value="03">EPD_4in2b_V2</option>
|
||||
</select>
|
||||
引脚:
|
||||
<input id="epdpins" type="text" value="0508090A0B0C0D">
|
||||
<input id="epdpins" type="text" value="">
|
||||
<button id="setDriverbutton" type="button" onclick="setDriver();">确认</button>
|
||||
</div>
|
||||
<button id="connectbutton" type="button" onclick="preConnect();">连接</button>
|
||||
|
||||
Reference in New Issue
Block a user