Matt Spinler | d4cf3a3 | 2016-12-20 10:59:13 -0600 | [diff] [blame] | 1 | #!/bin/sh |
| 2 | |
Andrew Geissler | d3d9e61 | 2017-06-16 15:04:40 -0500 | [diff] [blame] | 3 | i2cset -y 4 0x70 0x00 0x00 b # VDD 0 - PAGE set |
Matt Spinler | d4cf3a3 | 2016-12-20 10:59:13 -0600 | [diff] [blame] | 4 | i2cset -y 4 0x70 0x01 0xB0 b # VDD 0 |
| 5 | i2cset -y 4 0x70 0x00 0x01 b # VCS 0 - PAGE set |
| 6 | i2cset -y 4 0x70 0x01 0xB0 b # VCS 0 |
| 7 | i2cset -y 4 0x70 0x00 0x00 b # VCS 0 - PAGE reset |
Lei YU | e254f75 | 2017-08-17 11:35:17 +0800 | [diff] [blame] | 8 | i2cset -y 4 0x71 0x00 0x00 b # VDN 0 - PAGE set |
Matt Spinler | d4cf3a3 | 2016-12-20 10:59:13 -0600 | [diff] [blame] | 9 | i2cset -y 4 0x71 0x01 0xB0 b # VDN 0 |
Andrew Geissler | d3d9e61 | 2017-06-16 15:04:40 -0500 | [diff] [blame] | 10 | i2cset -y 5 0x70 0x00 0x00 b # VDD 1 - PAGE set |
Matt Spinler | d4cf3a3 | 2016-12-20 10:59:13 -0600 | [diff] [blame] | 11 | i2cset -y 5 0x70 0x01 0xB0 b # VDD 1 |
| 12 | i2cset -y 5 0x70 0x00 0x01 b # VCS 1 - PAGE set |
| 13 | i2cset -y 5 0x70 0x01 0xB0 b # VCS 1 |
| 14 | i2cset -y 5 0x70 0x00 0x00 b # VCS 1 - PAGE reset |
Andrew Geissler | d3d9e61 | 2017-06-16 15:04:40 -0500 | [diff] [blame] | 15 | i2cset -y 5 0x71 0x00 0x00 b # VDN 1 - PAGE set |
Matt Spinler | d4cf3a3 | 2016-12-20 10:59:13 -0600 | [diff] [blame] | 16 | i2cset -y 5 0x71 0x01 0xB0 b # VDN 1 |