mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-25 01:41:43 +00:00
fix(lcd): reserve the GPIOs used by RGB LCD
and disconnect the LCD signals when the dirver is uninstalled.
This commit is contained in:
@@ -64,6 +64,7 @@ const lcd_rgb_signal_conn_t lcd_periph_rgb_signals = {
|
||||
.vsync_sig = LCD_V_SYNC_IDX,
|
||||
.pclk_sig = LCD_PCLK_IDX,
|
||||
.de_sig = LCD_H_ENABLE_IDX,
|
||||
.disp_sig = SIG_GPIO_OUT_IDX,
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user