Pro Licence REquired
Hi Repetier,
I'm playing some more with the server, trying to get the touch interface running on a Beaglebone Black with 4.3" LCD Cape.
It is a tight squeese, but that is the LCD's fault.
The bug I'm getting is that, sometimes the rendering shows "Licence Required PRO", and sometimes it shows the rendering as expected.
I know that this will be a PRO feature in the future, but now the server can not decide if it is Pro or not.
Thank you,
Errol
I'm playing some more with the server, trying to get the touch interface running on a Beaglebone Black with 4.3" LCD Cape.
It is a tight squeese, but that is the LCD's fault.
The bug I'm getting is that, sometimes the rendering shows "Licence Required PRO", and sometimes it shows the rendering as expected.
I know that this will be a PRO feature in the future, but now the server can not decide if it is Pro or not.
Thank you,
Errol
Comments
Using kweb, but I had to totally mangle the css to get everything to fit, more or less. Only have the first tab's screen, no tabs, no logo. But no black square.
I have found though that setting the screen height/width the same as my screen causes scroll bars to appear, horizontal and vertical. I have to set the screen height to 254, instead of 272. I loose 18 pixels off the bottom, but no scroll bars.
BTW, how do you fit it on the pi display? What did you throw away?
By beaglebone has a 480x272 display.
But i'm considering buying a 7" 800x480 hdmi touch screen display for a pi and using that instead. Already tried and everything fits nicely at that resolution. It's just bigger and harder to fit on a printer.
Still getting the "License Required" issue though.
Only getting it on the touch interface. Not getting it on the full web interface.
Getting it the problem if touch interface is opened from PC browser or from kweb running on beaglebone...
BTW, running server armhf, if that helps...
I don't know if you have solved this black square, but I found the solution on the net somewhere. It is caused indirectly by fbi that you use to show the splash screen. It is a text cursor.
If you add this to the asplashscreen script, i added it right before the fbi line, then the black block will be gone:
echo 0 > /sys/class/graphics/fbcon/cursor_blink
BTW, I now have a 5" LCD on my PI, with a 800x480 resolution. It makes fitting things on the screen SO much easier.
Edit: Found it in the comments here: http://www.recantha.co.uk/blog/?p=799
Thank you,
Errol