--
You received this message because you are subscribed to the Google Groups "Hermes-Lite" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hermes-lite...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/hermes-lite/5a7e7051-ecc5-4069-b4b2-024aa2d216bco%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/hermes-lite/CAEUKqYyr3ukurpQhVQ%2BAH51Fs31BejsvOOdE6DewuaKrixE%2BhA%40mail.gmail.com.
changes in main.c,
Removing the display_width=800; and display_height=480; lines enables the window to take an arbitrary size.
Removing full_screen=0; causes the pihpsdr to go into fullscreen mode, even for screen wider than 800 or taller than 480 pixels.
Removing gtk_window_set_resizable(GTK_WINDOW(top_window), FALSE); a few lines further down makes the window resizable.
If you end up with a bright/white font on a white background, comment all out lines that force a background colour, for example by running sed -i 's!gtk_widget_override_background_color!//gtk_widget_override_background_color!' *.c on the command line in the pihpsdr directory. ....
73, Joe
--
You received this message because you are subscribed to the Google Groups "Hermes-Lite" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hermes-lite...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/hermes-lite/c55ce31b-2772-492c-a4f7-a6669a35363eo%40googlegroups.com.