Re: FX on Raspberry Pi - PiTFT displays

2014-12-30 Thread David Hill
On 12/29/14, 1:35 PM, Nick Pratt wrote: Thats great - thanks for the JIRA link. I just need to get the openjfx to cross compile on my ubuntu box and I'm golden! Nick, Let me know (perhaps off list) if you find something in the instructions that is not working or could be clarified. I set up

Re: FX on Raspberry Pi - PiTFT displays

2014-12-29 Thread Nick Pratt
Thats great - thanks for the JIRA link. I just need to get the openjfx to cross compile on my ubuntu box and I'm golden! Nick On Mon, Dec 29, 2014 at 1:27 PM, David Hill wrote: > On 12/24/14, 8:40 PM, Nick Pratt wrote: > >> Im trying to get a JavaFX app to run on a RaspberryPi with attached T

Re: FX on Raspberry Pi - PiTFT displays

2014-12-29 Thread David Hill
On 12/24/14, 8:40 PM, Nick Pratt wrote: Im trying to get a JavaFX app to run on a RaspberryPi with attached TFT display (mapped as /dev/fb1). From my research it seems that Java/OpenJFX uses device 0 by default. I saw a posting in May 2014 about a request/suggestion to perhaps make the device c

FX on Raspberry Pi - PiTFT displays

2014-12-24 Thread Nick Pratt
Im trying to get a JavaFX app to run on a RaspberryPi with attached TFT display (mapped as /dev/fb1). From my research it seems that Java/OpenJFX uses device 0 by default. I saw a posting in May 2014 about a request/suggestion to perhaps make the device configurable (something in dispmanCursor.c)