mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
The LCD delay registers configure a delay mode (0=no delay, 1=delay on rising edge, 2=delay on falling edge), not a tick count. Rename the LL layer functions and parameters to reflect this, and add lcd_ll_set_data_delay_mode for esp32s31 and esp32p4.