fix(lcd): reserve the GPIOs used by RGB LCD

and disconnect the LCD signals when the dirver is uninstalled.
This commit is contained in:
morris
2025-07-08 10:55:26 +08:00
parent 3fcd7b1ba5
commit 6e9fca80c8
4 changed files with 72 additions and 3 deletions
+1
View File
@@ -38,6 +38,7 @@ typedef struct {
const int vsync_sig;
const int pclk_sig;
const int de_sig;
const int disp_sig;
} panels[SOC_LCDCAM_RGB_NUM_PANELS];
} lcd_rgb_signal_conn_t;