spi clk, issue #1604
This commit is contained in:
parent
6aaa920ab6
commit
bd6eccf7ea
|
@ -215,7 +215,7 @@ static const u8x8_display_info_t u8x8_d_gu800_128x64_display_info =
|
|||
/* post_reset_wait_ms = */ 2, /* GU800: Min 1.5ms per datasheet */
|
||||
/* sda_setup_time_ns = */ 40, /* GU800: 40ns according to the timing diagram */
|
||||
/* sck_pulse_width_ns = */ 80, /* GU800: Min 80ns per datasheet */
|
||||
/* sck_clock_hz = */ 4000000UL,
|
||||
/* sck_clock_hz = */ 2000000UL,
|
||||
/* spi_mode = */ 0, /* active high, rising edge */
|
||||
/* i2c_bus_clock_100kHz = */ 4, /* GU800: Not used */
|
||||
/* data_setup_time_ns = */ 40, /* GU800: Min 40ns per datasheet */
|
||||
|
|
Loading…
Reference in New Issue