开云体育

ctrl + shift + ? for shortcuts
© 2025 开云体育

Re: How do I exit radio displays to Raspberry Pi menus on sBitX V2? #sbitx_v2 #sBitx


 

Hi Bruce,

From your screenshot, it looks like you are running more than the standard RPi monitor.? The screen should look like Gyula's screenshot.? If you use a different resolution monitor than the original 800x480 DSI, you get scaling issues with the gtk based "console" screen.? ?

Can you provide us with your setup?? Did you supply your own screen or purchase the complete kit from HFSignals?

If you want to wait, Ashhar Farhan is working on removing the gtk based screen, as it does not have all the functionality being implemented.? In the future, only the HTML-based screen will be supported.? An expected date is not yet published.? I would recommend this option, as the others will take modification of the code that Ashhar is changing and will get lost in the update.

If you want to play with the code, fill us in on your screen choices, as that information is needed to suggest code changes.

My example is an original 480x800 DSI screen on my DE with an external HDMI-connected monitor.? To make that work, I modified the sbitx_gtk.c code.? I attached a zip file with the changes.??

The original code:

#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
screen_width = gdk_screen_width();
screen_height = gdk_screen_height();
#pragma pop

Commented out the above 5 lines and added:
?
screen_width = 800;
screen_height = 480;
?
There are more details on how to set up the screens that would depend on what you have.

73
Evan
AC9TU

Join [email protected] to automatically receive all group messages.