hi,
i want to program a Pi with the standard 7" touch screen that is available through the Pi Hut. i am using flow code V8 is there any examples programs available to use as a base starting point, that i could adapt.
cheers stuart
Pi Touch screen programming
Moderator: Benj
- Steve
- Matrix Staff
- Posts: 3429
- Joined: Tue Jan 03, 2006 3:59 pm
- Has thanked: 114 times
- Been thanked: 422 times
Re: Pi Touch screen programming
I've personally not used that display with the Pi, but other users may have. Although I have searched these forums and not found any relevant posts.
Hopefully someone who has used it will be able to help.
Hopefully someone who has used it will be able to help.
- Benj
- Matrix Staff
- Posts: 15312
- Joined: Mon Oct 16, 2006 10:48 am
- Location: Matrix TS Ltd
- Has thanked: 4803 times
- Been thanked: 4314 times
- Contact:
Re: Pi Touch screen programming
Hello,
Do you know what controller the display uses and what style of interface the display is using to connect to the RPI pins?
Do you have a link to the display?
You may find that the Pi already has a driver to be able to control the display and then you can simply use the existing GLCD RPI component to draw to the display like you can with the HDMI display interface.
Do you know what controller the display uses and what style of interface the display is using to connect to the RPI pins?
Do you have a link to the display?
You may find that the Pi already has a driver to be able to control the display and then you can simply use the existing GLCD RPI component to draw to the display like you can with the HDMI display interface.
Regards Ben Rowland - MatrixTSL
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel
-
- Valued Contributor
- Posts: 784
- Joined: Fri Jun 06, 2014 3:53 pm
- Has thanked: 186 times
- Been thanked: 205 times
Re: Pi Touch screen programming
Hi
Despite having various Pi devices I've only ever used them "headless".
The WaveShare devices are popular "generic" screens and I believe that the display is usually connected via HDMI with the Touchscreen (based on the XPT2046) connected via SPI. So I would try the FC Raspberry Pi HDMI component for the display and the FC Touchscreen (XPT2046) component, both found under Displays.
Unfortunately I don't have any screen to try.
Regards
Edit
Sorry, forgot you are using FC v8. The touchscreen is under "sensors".
Despite having various Pi devices I've only ever used them "headless".
The WaveShare devices are popular "generic" screens and I believe that the display is usually connected via HDMI with the Touchscreen (based on the XPT2046) connected via SPI. So I would try the FC Raspberry Pi HDMI component for the display and the FC Touchscreen (XPT2046) component, both found under Displays.
Unfortunately I don't have any screen to try.
Regards
Edit
Sorry, forgot you are using FC v8. The touchscreen is under "sensors".