issue #1159, fixed default contrast

This commit is contained in:
kraus 2020-04-19 17:39:33 +02:00
parent 442db0b87d
commit 94d798ad6d
1 changed files with 1 additions and 1 deletions

View File

@ -764,7 +764,7 @@ static const uint8_t u8x8_st7567_hem6432_init_seq[] = {
U8X8_DLY(50),
U8X8_C(0x024), /* v0 voltage resistor ratio, taken from issue 657 */
U8X8_CA(0x081, 225), /* set contrast, contrast value as suggested inissue 1159 */
U8X8_CA(0x081, 225/4), /* set contrast, contrast value as suggested inissue 1159 */
U8X8_C(0x0ae), /* display off */
U8X8_C(0x0a5), /* enter powersafe: all pixel on, issue 142 */