From: John Melton g0orx/n6lyt Date: Mon, 2 May 2016 06:48:27 +0000 (+0000) Subject: fixed display size for large displays X-Git-Url: https://git.rkrishnan.org/pf/vdrive/@manifest?a=commitdiff_plain;h=20db0c69b843b00501de1e276a45cc49f53d40e1;p=pihpsdr.git fixed display size for large displays --- diff --git a/main.c b/main.c index f3759fc..411554b 100644 --- a/main.c +++ b/main.c @@ -1016,7 +1016,7 @@ main (int argc, if(display_width>800 || display_height>480) { display_width=800; - display_height=400; + display_height=480; full_screen=0; } diff --git a/pihpsdr b/pihpsdr index 9aa8203..735b8cf 100755 Binary files a/pihpsdr and b/pihpsdr differ diff --git a/release/pihpsdr.tar b/release/pihpsdr.tar index 1e3df71..6ff19b8 100644 Binary files a/release/pihpsdr.tar and b/release/pihpsdr.tar differ diff --git a/release/pihpsdr/pihpsdr b/release/pihpsdr/pihpsdr index 9aa8203..735b8cf 100755 Binary files a/release/pihpsdr/pihpsdr and b/release/pihpsdr/pihpsdr differ