From b82f49a8a8a586ff15ad0026045265cece355429 Mon Sep 17 00:00:00 2001 From: kraus Date: Sun, 14 Apr 2024 13:49:12 +0200 Subject: [PATCH] issue #2426 KS0108 reset pulse width --- csrc/u8x8_d_ks0108.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/csrc/u8x8_d_ks0108.c b/csrc/u8x8_d_ks0108.c index 75197c48..4eb27cca 100644 --- a/csrc/u8x8_d_ks0108.c +++ b/csrc/u8x8_d_ks0108.c @@ -110,7 +110,7 @@ static const u8x8_display_info_t u8x8_ks0108_128x64_display_info = /* post_chip_enable_wait_ns = */ 100, /* pre_chip_disable_wait_ns = */ 20, - /* reset_pulse_width_ms = */ 1, + /* reset_pulse_width_ms = */ 5, /* post_reset_wait_ms = */ 6, /* could be faster for the KS0108 */ /* sda_setup_time_ns = */ 12, /* sck_pulse_width_ns = */ 75, /* KS0108: Not used */ @@ -217,7 +217,7 @@ static const u8x8_display_info_t u8x8_ks0108_192x64_display_info = /* post_chip_enable_wait_ns = */ 100, /* pre_chip_disable_wait_ns = */ 20, - /* reset_pulse_width_ms = */ 1, + /* reset_pulse_width_ms = */ 5, /* post_reset_wait_ms = */ 6, /* could be faster for the KS0108 */ /* sda_setup_time_ns = */ 12, /* sck_pulse_width_ns = */ 75, /* KS0108: Not used */