feat: Add lcd_init_cmds.h include for display initialization in esp32-p4-nano board

- Included the lcd_init_cmds.h header file in esp32-p4-nano.cc to support display initialization commands, enhancing the board's functionality.
This commit is contained in:
Terrence
2026-02-17 13:41:57 +08:00
parent fa70ac0656
commit 10cb8369b3

View File

@@ -15,6 +15,7 @@
#include "esp_lcd_mipi_dsi.h"
#include "esp_lcd_jd9365.h"
#include "lcd_init_cmds.h"
#include "config.h"
#include <esp_log.h>