Skip to content

Commit

Permalink
issue #2426 KS0108 reset pulse width
Browse files Browse the repository at this point in the history
  • Loading branch information
olikraus committed Apr 14, 2024
1 parent bcb1a8f commit b82f49a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions csrc/u8x8_d_ks0108.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down Expand Up @@ -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 */
Expand Down

0 comments on commit b82f49a

Please sign in to comment.