blob: 96f6cf8845a37a63026560d630192cfd16011807 [file] [log] [blame]
Ben_Paib24a3e52019-07-15 16:19:02 +08001#!/bin/sh
2
3i2cset -y 4 0x70 0x00 0x00 b # VDD 0 - PAGE set
4i2cset -y 4 0x70 0x01 0x80 b # VDD 0
5i2cset -y 4 0x70 0x00 0x01 b # VCS 0 - PAGE set
6i2cset -y 4 0x70 0x01 0x80 b # VCS 0
7i2cset -y 4 0x70 0x00 0x00 b # VCS 0 - PAGE reset
8i2cset -y 4 0x72 0x00 0x00 b # VDN 0 - PAGE set
9i2cset -y 4 0x72 0x01 0x80 b # VDN 0
10i2cset -y 5 0x70 0x00 0x00 b # VDD 1 - PAGE set
11i2cset -y 5 0x70 0x01 0x80 b # VDD 1
12i2cset -y 5 0x70 0x00 0x01 b # VCS 1 - PAGE set
13i2cset -y 5 0x70 0x01 0x80 b # VCS 1
14i2cset -y 5 0x70 0x00 0x00 b # VCS 1 - PAGE reset
15i2cset -y 5 0x72 0x00 0x00 b # VDN 1 - PAGE set
16i2cset -y 5 0x72 0x01 0x80 b # VDN 1