]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
fixed display size for large displays
authorJohn Melton g0orx/n6lyt <john.d.melton@googlemail.com>
Mon, 2 May 2016 06:48:27 +0000 (06:48 +0000)
committerJohn Melton g0orx/n6lyt <john.d.melton@googlemail.com>
Mon, 2 May 2016 06:48:27 +0000 (06:48 +0000)
main.c
pihpsdr
release/pihpsdr.tar
release/pihpsdr/pihpsdr

diff --git a/main.c b/main.c
index f3759fc19c66d434b6a4ccb1068ee147392be6f2..411554bd79cef4df456ee5f07d5c71de3d6a7697 100644 (file)
--- 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 9aa820386102adc5e04eb31651de7ca26070a112..735b8cf309a4daa891889e375cb371eb559665e2 100755 (executable)
Binary files a/pihpsdr and b/pihpsdr differ
index 1e3df71e9be60bcb11d49efde10757b01a470995..6ff19b8998e325224439638473c603f773d8e122 100644 (file)
Binary files a/release/pihpsdr.tar and b/release/pihpsdr.tar differ
index 9aa820386102adc5e04eb31651de7ca26070a112..735b8cf309a4daa891889e375cb371eb559665e2 100755 (executable)
Binary files a/release/pihpsdr/pihpsdr and b/release/pihpsdr/pihpsdr differ