Remote over GPIO TFT Touch Display?
|
8th Feb, 2014, 04:12 AM
Post: #1
|
|||
|
|||
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 |
|||
8th Feb, 2014, 06:44 AM
Post: #2
|
|||
|
|||
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
|
|||
8th Feb, 2014, 08:30 AM
Post: #3
|
|||
|
|||
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 |
|||
8th Feb, 2014, 09:09 AM
Post: #4
|
|||
|
|||
RE: Remote over GPIO TFT Touch Display?
(8th Feb, 2014 06:44 AM)CurlyMo Wrote: https://github.com/xbianonpi/xbian/issues/498 Yes, exactly. I thought about this product as an example. Anyone any ideas how to build it yet? |
|||
8th Feb, 2014, 10:08 AM
Post: #5
|
|||
|
|||
RE: Remote over GPIO TFT Touch Display?
@Freem@n, a video in the OP link.
pilight - modular domotica solution
|
|||
8th Feb, 2014, 10:18 AM
Post: #6
|
|||
|
|||
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 |
|||
8th Feb, 2014, 06:05 PM
Post: #7
|
|||
|
|||
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
|
|||
8th Feb, 2014, 08:14 PM
Post: #8
|
|||
|
|||
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 |
|||
9th Feb, 2014, 01:11 AM
Post: #9
|
|||
|
|||
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.
|
|||
9th Feb, 2014, 04:34 AM
Post: #10
|
|||
|
|||
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. 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? |
|||
9th Feb, 2014, 09:06 AM
Post: #11
|
|||
|
|||
RE: Remote over GPIO TFT Touch Display?
My plan is to write a custom FB GUI for these displays.
pilight - modular domotica solution
|
|||
9th Feb, 2014, 10:57 PM
Post: #12
|
|||
|
|||
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. 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.
|
|||
10th Feb, 2014, 12:58 AM
Post: #13
|
|||
|
|||
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
|
|||
13th Feb, 2014, 03:30 AM
Post: #14
|
|||
|
|||
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 Any idea? More information about the display can be found here: http://www.watterott.com/index.php?page=product&info=3530&xdbbaf=b335f97bef7349d650b3d75c580dc146http:// |
|||
24th Mar, 2014, 02:42 PM
Post: #15
|
|||
|
|||
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 |
|||
« Next Oldest | Next Newest »
|
Possibly Related Threads... | |||||
Thread: | Author | Replies | Views: | Last Post | |
[PROBLEM] Xbian Beta 2 and GPIO remote how to?? | markosjal | 7 | 24,960 |
22nd Jan, 2014 05:48 AM Last Post: markosjal |