blob: a158f159ef2ba8cfd5c3dd52d4aa45c2dcacbc9a [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 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
Andrew Geisslerd3d9e612017-06-16 15:04:40 -05008i2cset -y 4 0x71 0x00 0x00 b # VDN 0 - PAGE set
Matt Spinlerd4cf3a32016-12-20 10:59:13 -06009i2cset -y 4 0x71 0x01 0x80 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 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
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 0x80 b # VDN 1