Lei YU | aaad5a5 | 2016-12-27 14:43:14 +0800 | [diff] [blame] | 1 | #!/bin/sh |
| 2 | |
Lei YU | 231d986 | 2017-08-17 09:47:29 +0800 | [diff] [blame] | 3 | i2cset -y 4 0x70 0x00 0x00 b # VDD 0 - PAGE set |
Lei YU | aaad5a5 | 2016-12-27 14:43:14 +0800 | [diff] [blame] | 4 | i2cset -y 4 0x70 0x01 0x80 b # VDD 0 |
| 5 | i2cset -y 4 0x70 0x00 0x01 b # VCS 0 - PAGE set |
| 6 | i2cset -y 4 0x70 0x01 0x80 b # VCS 0 |
| 7 | i2cset -y 4 0x70 0x00 0x00 b # VCS 0 - PAGE reset |
Lei YU | 231d986 | 2017-08-17 09:47:29 +0800 | [diff] [blame] | 8 | i2cset -y 4 0x73 0x00 0x00 b # VDN 0 - PAGE set |
Lei YU | aaad5a5 | 2016-12-27 14:43:14 +0800 | [diff] [blame] | 9 | i2cset -y 4 0x73 0x01 0x80 b # VDN 0 |
Lei YU | 231d986 | 2017-08-17 09:47:29 +0800 | [diff] [blame] | 10 | i2cset -y 5 0x70 0x00 0x00 b # VDD 1 - PAGE set |
Lei YU | aaad5a5 | 2016-12-27 14:43:14 +0800 | [diff] [blame] | 11 | i2cset -y 5 0x70 0x01 0x80 b # VDD 1 |
| 12 | i2cset -y 5 0x70 0x00 0x01 b # VCS 1 - PAGE set |
| 13 | i2cset -y 5 0x70 0x01 0x80 b # VCS 1 |
| 14 | i2cset -y 5 0x70 0x00 0x00 b # VCS 1 - PAGE reset |
Lei YU | 231d986 | 2017-08-17 09:47:29 +0800 | [diff] [blame] | 15 | i2cset -y 5 0x73 0x00 0x00 b # VDN 1 - PAGE set |
Lei YU | aaad5a5 | 2016-12-27 14:43:14 +0800 | [diff] [blame] | 16 | i2cset -y 5 0x73 0x01 0x80 b # VDN 1 |