Forum
Remote over GPIO TFT Touch Display? - Printable Version

+- Forum (http://forum.xbian.org)
+-- Forum: Hardware (/forum-7.html)
+--- Forum: Remotes and CEC support (/forum-26.html)
+--- Thread: Remote over GPIO TFT Touch Display? (/thread-2096.html)



Remote over GPIO TFT Touch Display? - dju010 - 8th Feb, 2014 04:12 AM

Hey everyone

Quite new around here, but I looked for an answer everywhere, but couldn't find anything. Sorry if I missed it though.
Here is my idea:
I currently have setup the RPi with XBian and hooked up to my projector. Everything runs perfectly.
However as remote I use the iPhone app. Whenever I need it, my battery is low or I have to change the display settings in order to use the app properly.

Now my question:
Would it be possible to hook up a TouchTFT Shield over GPIO to the RPi and display a remote there while the main XBMC display goes over HDMI? I read here here that it is possible to have both outputs used.

So I would have a "dual screen setup" with Screen 1 -> HDMI as now and Screen 2 -> GPIO with just the remote (maybe even what is played info) on it.

Possible? If yes, how to?

Thanks for your help and responses!!
DJ


RE: Remote over GPIO TFT Touch Display? - CurlyMo - 8th Feb, 2014 06:44 AM

https://github.com/xbianonpi/xbian/issues/498

Which means support for these type of TFT touch screens:
http://www.ebay.nl/itm/SainSmart-3-2-SSD1289-TFT-LCD-Display-Touch-Screen-MicroSD-Arduino-Raspberry-Pi-/121219399660?pt=LH_DefaultDomain_0&hash=item1c393d3fec


RE: Remote over GPIO TFT Touch Display? - freem@n - 8th Feb, 2014 08:30 AM

hey, this is great, especially for this cheap price. do you know a video online that shows such a display in action?


RE: Remote over GPIO TFT Touch Display? - dju010 - 8th Feb, 2014 09:09 AM

(8th Feb, 2014 06:44 AM)CurlyMo Wrote:  https://github.com/xbianonpi/xbian/issues/498

-> As I see, you requested this, but it isn't yet part of XBian, right?

Which means support for these type of TFT touch screens:
http://www.ebay.nl/itm/SainSmart-3-2-SSD1289-TFT-LCD-Display-Touch-Screen-MicroSD-Arduino-Raspberry-Pi-/121219399660?pt=LH_DefaultDomain_0&hash=item1c393d3fec

Yes, exactly. I thought about this product as an example.

Anyone any ideas how to build it yet?


RE: Remote over GPIO TFT Touch Display? - CurlyMo - 8th Feb, 2014 10:08 AM

@Freem@n, a video in the OP link.


RE: Remote over GPIO TFT Touch Display? - freem@n - 8th Feb, 2014 10:18 AM

@CurlyMo thanks, got it. I could have thought about that myself but it's getting late already. ;-) the small tft looks promising to me. if it would be able to mirror your XBMC from your main monitor onto that screen you could use it when playing music and turn the big screen (HDMI) off, right?


RE: Remote over GPIO TFT Touch Display? - CurlyMo - 8th Feb, 2014 06:05 PM

Not sure if you can switch framebuffers on the fly, but indeed you should be able to run the XBMC gui on any framebuffer.


RE: Remote over GPIO TFT Touch Display? - Skywatch - 8th Feb, 2014 08:14 PM

Another possibility would be to make a remote with one of those screens, an Arduino pro mini and battery.

I ordered one last week and intend to use it with arduino projects, but I think it's possible to use that to talk to the pi via various means (i2c, spi, network, wifi, RF etc).

I have many projects to do before anything like this, but it's worth a thought as a small arduino board is very cheap.

Skywatch


RE: Remote over GPIO TFT Touch Display? - IriDium - 9th Feb, 2014 01:11 AM

Another, but not so glamorous option would be to use the PIFace. One of the proposed projects was to get it working with XBMC but I’m unaware of anything definite at the moment.

Though someone has got something working, so it is possible. http://www.youtube.com/watch?v=IA-ULjvy91M


RE: Remote over GPIO TFT Touch Display? - dju010 - 9th Feb, 2014 04:34 AM

(9th Feb, 2014 01:11 AM)IriDium Wrote:  Another, but not so glamorous option would be to use the PIFace. One of the proposed projects was to get it working with XBMC but I’m unaware of anything definite at the moment.

Though someone has got something working, so it is possible. http://www.youtube.com/watch?v=IA-ULjvy91M

Interesting, so it is already possible to have the "status" displayed over GPIO. So all I need is some buttons or the touch interface in addition to it.

Any idea if the PIFace is part of the XBian kernel?

Idea:
Install CLI browser (as seen here) and display it on the GPIO display and access it over localhost:8080

Would that be possible? Inputs?


RE: Remote over GPIO TFT Touch Display? - CurlyMo - 9th Feb, 2014 09:06 AM

My plan is to write a custom FB GUI for these displays.


RE: Remote over GPIO TFT Touch Display? - IriDium - 9th Feb, 2014 10:57 PM

(9th Feb, 2014 04:34 AM)dju010 Wrote:  Interesting, so it is already possible to have the "status" displayed over GPIO. So all I need is some buttons or the touch interface in addition to it.

Any idea if the PIFace is part of the XBian kernel?

The PIface has 5 buttons and a toggle switch, so it should be possible. Also there is a XBMC addon, which should work with it LCDProc but as of today I have not been able to get it to work with Xbian - dependancies etc, but it's early days.


RE: Remote over GPIO TFT Touch Display? - CurlyMo - 10th Feb, 2014 12:58 AM

Of course, but touchscreen + full graphics is much cooler. Since i know how to program for the framebuffer, creating a (basic) gui should not be that difficult.


RE: Remote over GPIO TFT Touch Display? - Eikatis - 13th Feb, 2014 03:30 AM

Hi!

I want just run the XBMC GUI at my TFT Display via GPIO
It is a 2.8" (320x240) with Touch, so it should be possibe to control XBMC like a full pocket media player.
I just like to play music via NAS Share or Internet radio - no video!

My display comes with a framebuffer driver - but until now i was not able to get the XBMC screen on the little display Undecided

Any idea?

More information about the display can be found here:
http://www.watterott.com/index.php?page=product&info=3530&xdbbaf=b335f97bef7349d650b3d75c580dc146http://


RE: Remote over GPIO TFT Touch Display? - mk01 - 24th Mar, 2014 02:42 PM

@Eikatis

there is kernel with compiled TFT drivers as CurlyMo requested here:
(untested)

https://github.com/xbianonpi/xbian/issues/498#issuecomment-37727822