Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FreqShow on "official" 7" touch display #11

Open
namork opened this issue Jan 17, 2016 · 7 comments
Open

FreqShow on "official" 7" touch display #11

namork opened this issue Jan 17, 2016 · 7 comments

Comments

@namork
Copy link

namork commented Jan 17, 2016

is there a way to make FreqShow work on an "official" 7" touch display? and would it also work with a funcube? if so, would you make some instructions available?

@ghost
Copy link

ghost commented Jan 17, 2016

I suppose it would work, the screen itself isnt really relevant as long as it touch screen, you may have to reconfigure the interface size but i think you're going to be fine !

---- namorrellek a écrit ----

is there a way to make FreqShow work on an "official" 7" touch display? and would it also work with a funcube? if so, would you make some instructions available?


Reply to this email directly or view it on GitHub:
#11

@ghost
Copy link

ghost commented Jan 17, 2016

I suggest you take a look at the source code to make sure you can modify the the resolution beforehand, can't promess it will work

---- namorrellek a écrit ----

is there a way to make FreqShow work on an "official" 7" touch display? and would it also work with a funcube? if so, would you make some instructions available?


Reply to this email directly or view it on GitHub:
#11

@namork
Copy link
Author

namork commented Jan 17, 2016

dear marstial. thank you very much. i get the following error:

@pi:~/FreqShow $ sudo python freqshow.py
Client is not authorized to connect to ServerClient is not authorized to connec$
File "freqshow.py", line 77, in
pygame.display.init()
pygame.error: Unable to open /dev/fb1

it looks like it is not only a question of resolution ;o(

@ghost
Copy link

ghost commented Jan 17, 2016

My bad, sorry that i cant help you more !
Try to do some research on pygame, it has a weird way of working sometimes, I remember I had some mistakes happening with it but at the time I was trying to get the program to work without touchscreen, I had to redirect it to my "classic" computer screen. It ended up working but I don't remember how i proceeded. Good luck !

---- namorrellek a écrit ----

dear marstial. thank you very much. i get the following error:

@pi:~/FreqShow $ sudo python freqshow.py
Client is not authorized to connect to ServerClient is not authorized to connec$
File "freqshow.py", line 77, in
pygame.display.init()
pygame.error: Unable to open /dev/fb1

it looks like it is not only a question of resolution ;o(


Reply to this email directly or view it on GitHub:
#11 (comment)

@DL1KDA
Copy link

DL1KDA commented Mar 31, 2016

Hello,
i am now running FreqShow with the official 7" Touchscreen Display.
I did following:
I disabled following Line in the freqshow.py

#pygame.mouse.set_visible(False)

Now the Mouse Cursor is visible and the Touchscreen works normally after all on the big Display.

@linuxcso
Copy link

nanopi with hdmi and x710 (7" TFT) not work

Traceback (most recent call last):
File "freqshow.py", line 103, in
fscontroller.current().render(screen)
File "/root/FreqShow/views.py", line 364, in render
self.render_spectrogram(screen.subsurface(spect_rect))
File "/root/FreqShow/views.py", line 471, in render_spectrogram
y = freqs[i]
IndexError: index out of bounds
need help ,thanks

@NMFB
Copy link

NMFB commented May 11, 2016

Do I have to have a screen or would I be able to run and just VNC into my Pi?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants