Page 1 of 1
Pi Touch screen programming
Posted: Wed May 31, 2023 12:12 pm
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.
Re: Pi Touch screen programming
Posted: Wed May 31, 2023 3:46 pm
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.
Re: Pi Touch screen programming
Posted: Fri Jun 02, 2023 9:59 am
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
Re: Pi Touch screen programming
Posted: Tue Jun 27, 2023 11:49 am
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
Re: Pi Touch screen programming
Posted: Thu Jul 06, 2023 3:32 pm
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