radioelf
Posts: 68
Joined: Mon Sep 03, 2012 1:14 pm
Location: España
Contact: Website

Re: RPi Information Screen for Official Raspberry Pi Display

Tue Nov 15, 2016 4:50 pm

OK, Thank, I have changed Window.size = (800, 480) for window.size = (1920, 1080) It works, but the error screen size continues ...

User avatar
elParaguayo
Posts: 1943
Joined: Wed May 16, 2012 12:46 pm
Location: London, UK

Re: RPi Information Screen for Official Raspberry Pi Display

Tue Nov 15, 2016 4:54 pm

Are you using the official raspberry pi display?

The screens aren't designed for the resolution you're setting.

I'm also surprised that that worked!
RPi Information Screen: plugin based system for displaying weather, travel information, football scores etc.

radioelf
Posts: 68
Joined: Mon Sep 03, 2012 1:14 pm
Location: España
Contact: Website

Re: RPi Information Screen for Official Raspberry Pi Display

Tue Nov 15, 2016 5:04 pm

I do not use the official raspberry pi display :oops: ..

User avatar
elParaguayo
Posts: 1943
Joined: Wed May 16, 2012 12:46 pm
Location: London, UK

Re: RPi Information Screen for Official Raspberry Pi Display

Wed Nov 16, 2016 8:11 am

Then you will need to alter the screen layouts manually.
RPi Information Screen: plugin based system for displaying weather, travel information, football scores etc.

radioelf
Posts: 68
Joined: Mon Sep 03, 2012 1:14 pm
Location: España
Contact: Website

Re: RPi Information Screen for Official Raspberry Pi Display

Wed Nov 16, 2016 9:42 am

Hi. test /screens/wordclock OK!: raspberry 3 , hdmi 1920x1080

Code: Select all

mod. main.py: Window.size = (800, 480) by Window.size = (1920, 1080)
mod. /screens/wordclock/screen.py: size = self.config.SIZE by size=(128,131)

Danyil
Posts: 5
Joined: Sat Jan 14, 2017 6:24 pm

Re: RPi Information Screen for Official Raspberry Pi Display

Sat Jan 14, 2017 7:17 pm

Hi and thank you for creating this great tool.

I was wondering if it were possible to use this software with a keyboard and mouse while I wait for my touch screen monitor to come in. Are there any possible solutions?

Thanks.

User avatar
elParaguayo
Posts: 1943
Joined: Wed May 16, 2012 12:46 pm
Location: London, UK

Re: RPi Information Screen for Official Raspberry Pi Display

Sat Jan 14, 2017 10:33 pm

You can certainly use a mouse. The screens work with touch events which are really just clicks so that should be ok.

Give it a go.
RPi Information Screen: plugin based system for displaying weather, travel information, football scores etc.

Danyil
Posts: 5
Joined: Sat Jan 14, 2017 6:24 pm

Re: RPi Information Screen for Official Raspberry Pi Display

Wed Jan 18, 2017 1:01 am

Is there supposed to be a cursor somewhere? I am attempting to click with my mouse but I'm having no luck getting any kind of response. I have two of the apps enabled in this instance.

User avatar
karrika
Posts: 1122
Joined: Mon Oct 19, 2015 6:21 am
Location: Finland

Re: RPi Information Screen for Official Raspberry Pi Display

Wed Jan 18, 2017 4:41 am

The cursor comes from your desktop. Just like in all applications.

Danyil
Posts: 5
Joined: Sat Jan 14, 2017 6:24 pm

Re: RPi Information Screen for Official Raspberry Pi Display

Sat Feb 04, 2017 4:00 am

Hello,

I recently revived my touch screen monitor and began using it with my Raspberry Pi 3B, however I ran into some problems running your application. I have an image of the failure here:

Image

I tried diagnosing the problem myself, but came up empty handed. Any suggestions?

User avatar
karrika
Posts: 1122
Joined: Mon Oct 19, 2015 6:21 am
Location: Finland

Re: RPi Information Screen for Official Raspberry Pi Display

Sat Feb 04, 2017 7:01 am

Yes. You need to install kivy from the github.

https://kivy.org/docs/installation/inst ... n-rpi.html

User avatar
elParaguayo
Posts: 1943
Joined: Wed May 16, 2012 12:46 pm
Location: London, UK

Re: RPi Information Screen for Official Raspberry Pi Display

Sat Feb 04, 2017 7:23 am

Not sure that's it. If kivy wasn't installed it should crash on the imports.

Have you changed any of the settings on the screens?
RPi Information Screen: plugin based system for displaying weather, travel information, football scores etc.

Danyil
Posts: 5
Joined: Sat Jan 14, 2017 6:24 pm

Re: RPi Information Screen for Official Raspberry Pi Display

Sat Feb 04, 2017 4:21 pm

To Paraguayo:

No, I didn't change any screens and this same problem came across all the ones I tried loading. I made a fresh install of Raspbian because of this issue, and I still had the same problem even after everything was reinstalled. I followed all the instructions properly, and successfully installed the applications and dependencies needed to run RPi both times.

Danyil
Posts: 5
Joined: Sat Jan 14, 2017 6:24 pm

Re: RPi Information Screen for Official Raspberry Pi Display

Sun Feb 05, 2017 12:32 am

Quick update: The problem was much like what radioelf had. Thankfully, it is fixed. However, my touchscreen works in the startx environment but not the Kivy-based RPi apps. I assume this a driver problem, but I cannot be too sure. Any ideas?

User avatar
karrika
Posts: 1122
Joined: Mon Oct 19, 2015 6:21 am
Location: Finland

Re: RPi Information Screen for Official Raspberry Pi Display

Sun Feb 05, 2017 8:52 am

I had exactly the same problem. Solved it via installing the latest kivy from github following the instructions.

I use my kivy with a 7" original screen and no desktop.

Currently I run only Kivy and the Rpi-Cam on it. Kivy for the bus schedules and the cam for watching on our front door.

So it is bolted on the wall in the hallway.

User avatar
elParaguayo
Posts: 1943
Joined: Wed May 16, 2012 12:46 pm
Location: London, UK

Re: RPi Information Screen for Official Raspberry Pi Display

Sun Feb 05, 2017 9:01 am

Have a look at step 13 on this page and see if it helps:
https://github.com/mrichardson23/rpi-ki ... /README.md
RPi Information Screen: plugin based system for displaying weather, travel information, football scores etc.

Return to “Other projects”