Merge pull request #692 from maopiccoto/patch-1

Power Save Feature for HX1230 display

Excellent finding!
Thanks a lot.
This commit is contained in:
olikraus 2018-08-30 21:26:57 +02:00 committed by GitHub
commit 9271565233
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -72,8 +72,8 @@ static const uint8_t u8x8_d_hx1230_96x68_powersave0_seq[] = {
static const uint8_t u8x8_d_hx1230_96x68_powersave1_seq[] = {
U8X8_START_TRANSFER(), /* enable chip, delay is part of the transfer start */
U8X8_C(0x0a4), /* display off */
U8X8_C(0x020), /* power off */
U8X8_C(0x0ae), /* display off */
U8X8_C(0x0a5), /* All pixels on = powersave */
U8X8_END_TRANSFER(), /* disable chip */
U8X8_END() /* end of sequence */
};