csete / gpredict

Gpredict satellite tracking application
http://gpredict.oz9aec.net/
GNU General Public License v2.0
833 stars 247 forks source link

support for 800 x 480 resolution touchscreen #267

Closed wuxx closed 3 years ago

wuxx commented 3 years ago

Hello, I'm using a raspberry pi with a 800 x 480 resoution 4.3 inch CSI touchscreen, it's tiny and I think good to be a outside station, we can use the touchscreen to open the gpredict , use the raspberry pi GPIO to control the radio and rotator, but unfortunately it seems the gpredict do not support the resolution 800 x 480 very well, for example I can not add a new ground station (I know there is a ok button, but I can't see it ). which part of code can I try to fix it ? I would like to have a try rpi-4 3inch

mdblack98 commented 3 years ago

Seems you can set up a virtual desktop and scroll... https://raspberrypi.stackexchange.com/questions/95738/virtual-resolution-scrolling

Mike W9MDB

On Tuesday, June 15, 2021, 08:34:20 AM CDT, wuxx ***@***.***> wrote:  

Hello, I'm using a raspberry pi with a 800 x 480 resoution 4.3 inch CSI touchscreen, it's tiny and I think good to be a outside station, we can use the touchscreen to open the gpredict , use the raspberry pi GPIO to control the radio and rotator, but unfortunately it seems the gpredict do not support the resolution 800 x 480 very well, for example I can not add a new ground station. which part of code can I try to fix it ? I would like to have a try

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

wuxx commented 3 years ago

Thanks Mike! I update the framebuffer parameters in /boot/config.txt, now it works very well ! will close the issue

framebuffer_width=1600
framebuffer_height=960

rpi-4 3inch