blob: a6be2de336bed5d2cb0f5b1d74e8963416546e6f [file] [log] [blame]
Matt Spinlerd4cf3a32016-12-20 10:59:13 -06001#!/bin/sh
2
Andrew Geisslerd3d9e612017-06-16 15:04:40 -05003i2cset -y 4 0x70 0x00 0x00 b # VDD 0 - PAGE set
Matt Spinlerd4cf3a32016-12-20 10:59:13 -06004i2cset -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 YUe254f752017-08-17 11:35:17 +08008i2cset -y 4 0x71 0x00 0x00 b # VDN 0 - PAGE set
Matt Spinlerd4cf3a32016-12-20 10:59:13 -06009i2cset -y 4 0x71 0x01 0xB0 b # VDN 0
Andrew Geisslerd3d9e612017-06-16 15:04:40 -050010i2cset -y 5 0x70 0x00 0x00 b # VDD 1 - PAGE set
Matt Spinlerd4cf3a32016-12-20 10:59:13 -060011i2cset -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
Andrew Geisslerd3d9e612017-06-16 15:04:40 -050015i2cset -y 5 0x71 0x00 0x00 b # VDN 1 - PAGE set
Matt Spinlerd4cf3a32016-12-20 10:59:13 -060016i2cset -y 5 0x71 0x01 0xB0 b # VDN 1