2021-11-21 07:34 AM
Hi, I want to use my stm32mp157c-dk2 board with capacitive touchscreen display(7inch HDMI LCD (B)), image that I installed for stm32mp1 board is Distribution Package st-example-image-qt (DISTRO=openstlinux-eglfs MACHINE=stm32mp1-disco source layers/meta-st/scripts/envsetup.sh)
7inch HDMI LCD(B)
I think I need to modify device tree and kernel configuration but I dont know which drivers do I need, could you help me?
Solved! Go to Solution.
2021-11-22 03:12 AM
Update: power supply for my stm32mp157c-dk2 board was not enough, after I changed my power suppy, my hdmi screen is working
2021-11-21 11:58 PM
Hi,
For display, did you tried with out of the box DK2 Starter Package ?
More info on https://wiki.st.com/stm32mpu/wiki/How_to_display_on_HDMI
For touch, as it is using usb, likely some driver should be added if default HID driver are not enough (DK2 with started package already work with many usb peripherals such as mouse, keyboard, webcam, etc...).
Regards.
2021-11-22 03:12 AM
Update: power supply for my stm32mp157c-dk2 board was not enough, after I changed my power suppy, my hdmi screen is working
2021-11-22 04:39 AM
Hi,
nice to see you succeeded to get your HDMI display working.
Notice that the 5V output on HDMI connector is limited by a polyswitch fuse and should be limited to somewhat 200mA.
For USB Type-A, the limitaition is 500mA.
I'm not sure your display is powered thru USB and/or HMDI, but ensure not using more power in case back-light is at maximum.
Regard
In order to give better visibility on the answered topics, please click on 'Select as Best' on the reply which solved your issue or answered your question. See also 'Best Answers'
2024-03-07 12:01 PM
Hello, I am working on a project for an airport using an STM32 Nucleo board. I want to use a 7-inch HDMI display with my STM32F401RE board, but I have no idea how to do it. I saw that you managed to achieve this. Could you help me do it? I just want to display some texts on it regarding flights and other information. Thank you in advance.