Pi Touch screen programming

For general Flowcode discussion that does not belong in the other sections.
Post Reply
stuartwili
Posts: 11
http://meble-kuchenne.info.pl
Joined: Fri May 19, 2023 6:52 pm
Been thanked: 2 times

Pi Touch screen programming

Post by stuartwili »

Hi,
would it be possible to have some examples of a simple program that runs on a PI using the standard Pi Touch screen. showing how to use a bit map image, including simple buttons that output simple response when pressed.
cheers
Stuart.

BenR
Matrix Staff
Posts: 1952
Joined: Mon Dec 07, 2020 10:06 am
Has thanked: 510 times
Been thanked: 698 times

Re: Pi Touch screen programming

Post by BenR »

Hi Stuart,

Do you know what touch sensor IC the touch screen uses? I'll put together an example for you.

As for loading bitmaps v10 has the capability to load files from the internal memory. If you're using v8 then you may need to place a second SD card onto the IO pins of the PI and use this to store your bitmap image files.

stuartwili
Posts: 11
Joined: Fri May 19, 2023 6:52 pm
Been thanked: 2 times

Re: Pi Touch screen programming

Post by stuartwili »

Hi Ben,

here is a link to specification on pi hut. i cant see the touch screen ic listed any where.
https://www.raspberrypi.com/documentati ... ch-display
i have found a post that uses the Pi touchscreen but not with a bit map image.
https://www.matrixtsl.com/mmforums/view ... en#p105090
cheers
Stuart

stuartwili
Posts: 11
Joined: Fri May 19, 2023 6:52 pm
Been thanked: 2 times

Re: Pi Touch screen programming

Post by stuartwili »

Hi Ben,

have you made an example program that uses a Bit map image on the standard PI touchscreen.
i have spoken with my electronics designer we will be upgrading to V10 shortly.
cheers
Stuart

stuartwili
Posts: 11
Joined: Fri May 19, 2023 6:52 pm
Been thanked: 2 times

Re: Pi Touch screen programming

Post by stuartwili »

Hi Ben,

i have now found out the touch screen uses EDT 5406 controller. we are now working in V10 flow code.
cheers
Stuart

Post Reply