mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-18 20:38:10 +00:00
display: fix DataSetupTime for ST7789V
This commit is contained in:
parent
e2b66436df
commit
46a0dd8648
@ -212,7 +212,7 @@ int display_init(void) {
|
||||
FMC_NORSRAM_TimingTypeDef normal_mode_timing;
|
||||
normal_mode_timing.AddressSetupTime = 15; // works, not sure if optimal
|
||||
normal_mode_timing.AddressHoldTime = 15; // don't care
|
||||
normal_mode_timing.DataSetupTime = 1; // works, not sure if optimal
|
||||
normal_mode_timing.DataSetupTime = 5; // works, not sure if optimal
|
||||
normal_mode_timing.BusTurnAroundDuration = 15; // works, not sure if optimal
|
||||
normal_mode_timing.CLKDivision = 16; // don't care
|
||||
normal_mode_timing.DataLatency = 17; // don't care
|
||||
|
Loading…
Reference in New Issue
Block a user