blob: d47d63802fab05b8d6f36c421927a7a867bfebb1 [file] [log] [blame]
Lei YUaaad5a52016-12-27 14:43:14 +08001#!/bin/sh
2
3i2cset -y 4 0x70 0x01 0xB0 b # VDD 0
4i2cset -y 4 0x70 0x00 0x01 b # VCS 0 - PAGE set
5i2cset -y 4 0x70 0x01 0xB0 b # VCS 0
6i2cset -y 4 0x70 0x00 0x00 b # VCS 0 - PAGE reset
7i2cset -y 4 0x73 0x01 0xB0 b # VDN 0
8i2cset -y 5 0x70 0x01 0xB0 b # VDD 1
9i2cset -y 5 0x70 0x00 0x01 b # VCS 1 - PAGE set
10i2cset -y 5 0x70 0x01 0xB0 b # VCS 1
11i2cset -y 5 0x70 0x00 0x00 b # VCS 1 - PAGE reset
12i2cset -y 5 0x73 0x01 0xB0 b # VDN 1