Forum
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register — Login with Facebook

Remote over GPIO TFT Touch Display?
Thank you for your donation

Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
Remote over GPIO TFT Touch Display?
8th Feb, 2014, 04:12 AM
Post: #1
dju010 Offline
Registered
Posts: 3
Joined: Feb 2014
Reputation: 0
Remote over GPIO TFT Touch Display?
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
Find all posts by this user
Quote this message in a reply
8th Feb, 2014, 06:44 AM
Post: #2
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: Remote over GPIO TFT Touch Display?
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&h...1c393d3fec

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
8th Feb, 2014, 08:30 AM
Post: #3
freem@n Offline
Registered
Posts: 134
Joined: Aug 2013
Reputation: 5
RE: Remote over GPIO TFT Touch Display?
hey, this is great, especially for this cheap price. do you know a video online that shows such a display in action?

RPi 1 Model B & RPi 2
Find all posts by this user
Quote this message in a reply
8th Feb, 2014, 09:09 AM
Post: #4
dju010 Offline
Registered
Posts: 3
Joined: Feb 2014
Reputation: 0
RE: Remote over GPIO TFT Touch Display?
(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&h...1c393d3fec

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

Anyone any ideas how to build it yet?
Find all posts by this user
Quote this message in a reply
8th Feb, 2014, 10:08 AM
Post: #5
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: Remote over GPIO TFT Touch Display?
@Freem@n, a video in the OP link.

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
8th Feb, 2014, 10:18 AM
Post: #6
freem@n Offline
Registered
Posts: 134
Joined: Aug 2013
Reputation: 5
RE: Remote over GPIO TFT Touch Display?
@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?

RPi 1 Model B & RPi 2
Find all posts by this user
Quote this message in a reply
8th Feb, 2014, 06:05 PM
Post: #7
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: Remote over GPIO TFT Touch Display?
Not sure if you can switch framebuffers on the fly, but indeed you should be able to run the XBMC gui on any framebuffer.

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
8th Feb, 2014, 08:14 PM
Post: #8
Skywatch Offline
Registered
Posts: 1,018
Joined: Mar 2013
Reputation: 28
RE: Remote over GPIO TFT Touch Display?
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
Find all posts by this user
Quote this message in a reply
9th Feb, 2014, 01:11 AM
Post: #9
IriDium Offline
Inquisitor
******
Posts: 2,025
Joined: Jan 2013
Reputation: 170
RE: Remote over GPIO TFT Touch Display?
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

Please read before you post
How to post a log file

If you liked my help, click on "Thanks" to show your appreciation.
Find all posts by this user
Quote this message in a reply
9th Feb, 2014, 04:34 AM
Post: #10
dju010 Offline
Registered
Posts: 3
Joined: Feb 2014
Reputation: 0
RE: Remote over GPIO TFT Touch Display?
(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?
Find all posts by this user
Quote this message in a reply
9th Feb, 2014, 09:06 AM
Post: #11
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: Remote over GPIO TFT Touch Display?
My plan is to write a custom FB GUI for these displays.

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
9th Feb, 2014, 10:57 PM
Post: #12
IriDium Offline
Inquisitor
******
Posts: 2,025
Joined: Jan 2013
Reputation: 170
RE: Remote over GPIO TFT Touch Display?
(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.

Please read before you post
How to post a log file

If you liked my help, click on "Thanks" to show your appreciation.
Find all posts by this user
Quote this message in a reply
10th Feb, 2014, 12:58 AM
Post: #13
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: Remote over GPIO TFT Touch Display?
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.

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
13th Feb, 2014, 03:30 AM
Post: #14
Eikatis Offline
Registered
Posts: 9
Joined: Feb 2013
Reputation: 0
RE: Remote over GPIO TFT Touch Display?
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://
Find all posts by this user
Quote this message in a reply
24th Mar, 2014, 02:42 PM
Post: #15
mk01 Offline
Registered
Posts: 2,485
Joined: Mar 2013
Reputation: 209
RE: Remote over GPIO TFT Touch Display?
@Eikatis

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

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

Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Post Reply 


Possibly Related Threads...
Thread: Author Replies Views: Last Post
  [PROBLEM] Xbian Beta 2 and GPIO remote how to?? markosjal 7 26,067 22nd Jan, 2014 05:48 AM
Last Post: markosjal

  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:

Current time: 11th May, 2025, 05:14 AM Powered By MyBB, © 2002-2025 MyBB Group.