Rasperry pi HDMI

Post and discuss new components that you have created.
Post Reply
hiromiyureei
Posts: 30
http://meble-kuchenne.info.pl
Joined: Thu Dec 17, 2020 3:34 pm
Been thanked: 1 time

Flowcode v9 Rasperry pi HDMI

Post by hiromiyureei »

Hi a question I have a raspberry 3b+ I made a simple software using the HDMI, but I don't see anything specific on the display that I'm trying a 7" display.
Thank you
Attachments
aaa.PNG
aaa.PNG (34.51 KiB) Viewed 5361 times

chipfryer27
Valued Contributor
Posts: 1147
Joined: Thu Dec 03, 2020 10:57 am
Has thanked: 285 times
Been thanked: 412 times

Re: Rasperry pi HDMI

Post by chipfryer27 »

Hi

You will need to post your chart as without such we have no way of knowing what you have created. Also please provide details of your display and connections.

Regards

BenR
Matrix Staff
Posts: 1739
Joined: Mon Dec 07, 2020 10:06 am
Has thanked: 440 times
Been thanked: 603 times

Re: Rasperry pi HDMI

Post by BenR »

You probably also need to install drivers on the pi to allow it to communicate with the display, can you get anything on the display e.g. the pi desktop? That's probably a good starting point before you do anything using Flowcode.

hiromiyureei
Posts: 30
Joined: Thu Dec 17, 2020 3:34 pm
Been thanked: 1 time

Re: Rasperry pi HDMI

Post by hiromiyureei »

Hi, the display is the standard raspberry one.
https://www.raspberrypi.com/documentati ... splay.html
this simple program uses
RASPBERRY PI HDMI
I attach a project that simply initializes the monitor and should print a text on the screen but it doesn't work both on the display and also by connecting a monitor to the external hdmi output.
the debug displays correctly but then it's not actually like that.
another question if you wanted to use the touch of the display?
Thank you very much
Attachments
testhdmirpi.fcfx
(8.73 KiB) Downloaded 256 times
1.png
1.png (2.2 KiB) Viewed 5320 times

hiromiyureei
Posts: 30
Joined: Thu Dec 17, 2020 3:34 pm
Been thanked: 1 time

Re: Rasperry pi HDMI

Post by hiromiyureei »

I am attaching the display datasheets
Attachments
WSH-11199.pdf
(455.21 KiB) Downloaded 259 times
1958036.pdf
(384.23 KiB) Downloaded 248 times
7-inch-display-product-brief.pdf
(150.5 KiB) Downloaded 251 times

hiromiyureei
Posts: 30
Joined: Thu Dec 17, 2020 3:34 pm
Been thanked: 1 time

Re: Rasperry pi HDMI

Post by hiromiyureei »

flowcode creates a file without extension using sudo nano opens the file but doesn't run it if I want to start it without flowcode how should I do it? Thank you
Attachments
rpi.PNG
rpi.PNG (63.78 KiB) Viewed 5319 times

chipfryer27
Valued Contributor
Posts: 1147
Joined: Thu Dec 03, 2020 10:57 am
Has thanked: 285 times
Been thanked: 412 times

Re: Rasperry pi HDMI

Post by chipfryer27 »

Hi

Are you running a desktop environment on your Pi or "headless"? Did you make the changes to config.txt as per the WSH-11100 document? Does that then make the display work on your Pi (without running any FC chart)?

Regards

hiromiyureei
Posts: 30
Joined: Thu Dec 17, 2020 3:34 pm
Been thanked: 1 time

Re: Rasperry pi HDMI

Post by hiromiyureei »

I installed raspian and run the desktop environment, tonight I'll try to follow the flowcode instructions pdf exactly and then I'll inform you Thanks

hiromiyureei
Posts: 30
Joined: Thu Dec 17, 2020 3:34 pm
Been thanked: 1 time

Re: Rasperry pi HDMI

Post by hiromiyureei »

I confirm that the raspberry pi HDMI does not work whether it uses the display or using the hdmi output
the program is simple
1 installed raspian
2 updates done
3 created simple program with flowcode
4 initialized display
5 string plots
When I load the program a putty starts correctly but I don't see anything on the monitor.
But does this HDMI work?
i have doubts.
I would expect what I see in debug then also see it on the monitor but this is not the case
Attachments
test_rasp.fcfx
(11.08 KiB) Downloaded 244 times

hiromiyureei
Posts: 30
Joined: Thu Dec 17, 2020 3:34 pm
Been thanked: 1 time

Re: Rasperry pi HDMI

Post by hiromiyureei »

Hello everyone, following this guide I practically solved if the desktop started does not work but only start from the terminal

https://linuxhint.com/boot-raspberry-pi-terminal-mode/

Thank you

Post Reply