Page 1 of 1

ESP32P4 FUNCTION EV BOARD( A working example to display a name (text-hello world) on the LCD using the ESP32-P4 board.)

Posted: Sun Mar 29, 2026 6:59 am
by saichandu
I am working with the ESP32-P4 Function EV Board, and I need GitHub example codes to test and verify the peripherals on this board.

Specifically, I am looking for:

1. Example projects to test peripherals such as GPIO, LCD display, and other interfaces.
2. A working example to display a name (text-hello world) on the LCD using the ESP32-P4 board.

Any reference links, GitHub repositories, or sample codes would be greatly appreciated. please provide me to pratice

Thank you.

Re: ESP32P4 FUNCTION EV BOARD( A working example to display a name (text-hello world) on the LCD using the ESP32-P4 boar

Posted: Mon Mar 30, 2026 3:13 am
by nopnop2002
A working example to display a name (text-hello world) on the LCD using the ESP32-P4 board.
Example code for hd44780
https://github.com/esp-idf-lib/hd44780

Re: ESP32P4 FUNCTION EV BOARD( A working example to display a name (text-hello world) on the LCD using the ESP32-P4 boar

Posted: Mon Mar 30, 2026 5:30 am
by saichandu
when I take a project from git, target is not detected what is the reason for this. how can i solve
iam using Espressif IDE
board-> esp32p4-function-ev-board. please give me clarity about these things

Re: ESP32P4 FUNCTION EV BOARD( A working example to display a name (text-hello world) on the LCD using the ESP32-P4 boar

Posted: Mon Mar 30, 2026 2:22 pm
by nopnop2002

Code: Select all

git clone https://github.com/esp-idf-lib/hd44780
cd hd44780/
cd examples/
cd default/
idf.py set-target esp32p4
idf.py build