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

flaschen-taschen Large display #372

Closed
beikimajid opened this issue Aug 13, 2017 · 4 comments
Closed

flaschen-taschen Large display #372

beikimajid opened this issue Aug 13, 2017 · 4 comments

Comments

@beikimajid
Copy link

Hi
flaschen-taschen server does not have -L Parameter.
I wrote U-arrangement(Transformer) and I used on led-matrix.cc .
but when use ./send-text from client, It does not work and it only appears on the first module.
what's the solution to use U-arrangement Or S-arrangement?

@beikimajid beikimajid changed the title flaschen-taschen flaschen-taschen Large display Aug 13, 2017
@hzeller
Copy link
Owner

hzeller commented Aug 13, 2017

You are not describing what you are doing (e.g. how you added the UArrangementTransformer) nor what options you passed to the ftserver when starting nor anything else that could be useful in figuring out why you are only getting a limited output.

Also, did you use the -g option on the send-text client to set the display size ? By default it is 45 wide, which is probably smaller than your display.

Please include the relevant information.

@hzeller
Copy link
Owner

hzeller commented Aug 13, 2017

(why did you file this under rpi-rgb-led-matrix and not https://github.com/hzeller/flaschen-taschen ?)

@beikimajid
Copy link
Author

beikimajid commented Aug 14, 2017

I do not know where the problem is.
From rpi-rgb-led-matrix or flaschen-taschen.
I use P5 module(32x64 1/16 scan) in 3 Rows & 6 Columns.(384px X 96px).

I wrote U-arrangement(Transformer) and I used on led-matrix.cc( Applytransformer)

My commands for server are:
make FT_BACKEND=rgb-matrix
./ft-server

My commands for client are:
export FT_DISPLAY=localhost
./send-image some-image.png

How can i do scale my image to full screen without UDP packet size error?

@hzeller
Copy link
Owner

hzeller commented Aug 14, 2017

Again, hyou need to give the -g parameter to the client program.

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

2 participants