rsjudka / intelligent-auto

41 stars 15 forks source link

Resolution for Touchscreen on Pi #12

Closed robert5974 closed 4 years ago

robert5974 commented 4 years ago

Could the resolution be added for the Official Raspberry Pi touchscreen of 480x800? We discussed this on Reddit already but I thought I'd create an issue to track the enhancement that resolves the issue of overlapping borders on the radio buttons/sliders in settings.

rsjudka commented 4 years ago

So I didn't end up making any "resolution" changes per se, since I want this app to be as dynamic as possible. I instead added the settings into scrollable views, so that additional settings can also be added in the future without worrying about size constraints.

Let me know if you still feel like things don't "fit" on your smaller screen, maybe we can also add scaling for things like buttons, text, etc.

rsjudka commented 4 years ago

you can find the changes in the develop branch

robert5974 commented 4 years ago

I am building a clean Raspbian image right now and when it's done updating, I'll build out IA again. Thanks. I'll be back with results.

robert5974 commented 4 years ago

So I built with the develop branch, and the scrolling menu works and looks great. No overlapping at all. Great job!