jesseanderson / ola-rpiui

User interface for Open Lighting Architecture on Raspberry Pi
6 stars 0 forks source link

Make sizes and buttons more User Friendly #17

Closed nightrune closed 10 years ago

nightrune commented 10 years ago

Buttons and items on screen are too small.

jesseanderson commented 10 years ago

This is due to our inability to get kivy to display at the right resolution on the Raspberry Pi at this time, perhaps we should put this on hold until we get that working.

jesseanderson commented 10 years ago

At this time, we are unable to get the correct resolution displaying on the adafruit pitft 320x240 screen. To solve this problem for now, I created a branch increased_size where all ui elements are roughly twice as large. I think that this should remain separate from master for now, as the natural size ui will still be desired on any other screen where possible to display in the correct resolution.