blob: 98e585cc26ec2bfe8c4eed9a683bf9837e45106b [file] [log] [blame]
Lei YUaaad5a52016-12-27 14:43:14 +08001#!/bin/sh
2
Lei YU231d9862017-08-17 09:47:29 +08003i2cset -y 4 0x70 0x00 0x00 b # VDD 0 - PAGE set
Lei YUaaad5a52016-12-27 14:43:14 +08004i2cset -y 4 0x70 0x01 0xB0 b # VDD 0
5i2cset -y 4 0x70 0x00 0x01 b # VCS 0 - PAGE set
6i2cset -y 4 0x70 0x01 0xB0 b # VCS 0
7i2cset -y 4 0x70 0x00 0x00 b # VCS 0 - PAGE reset
Lei YU231d9862017-08-17 09:47:29 +08008i2cset -y 4 0x73 0x00 0x00 b # VDN 0 - PAGE set
Lei YUaaad5a52016-12-27 14:43:14 +08009i2cset -y 4 0x73 0x01 0xB0 b # VDN 0
Lei YU231d9862017-08-17 09:47:29 +080010i2cset -y 5 0x70 0x00 0x00 b # VDD 1 - PAGE set
Lei YUaaad5a52016-12-27 14:43:14 +080011i2cset -y 5 0x70 0x01 0xB0 b # VDD 1
12i2cset -y 5 0x70 0x00 0x01 b # VCS 1 - PAGE set
13i2cset -y 5 0x70 0x01 0xB0 b # VCS 1
14i2cset -y 5 0x70 0x00 0x00 b # VCS 1 - PAGE reset
Lei YU231d9862017-08-17 09:47:29 +080015i2cset -y 5 0x73 0x00 0x00 b # VDN 1 - PAGE set
Lei YUaaad5a52016-12-27 14:43:14 +080016i2cset -y 5 0x73 0x01 0xB0 b # VDN 1