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

ZeDMD::Open() calls Display Logo function #8

Open
gustavoalara opened this issue Dec 29, 2023 · 1 comment
Open

ZeDMD::Open() calls Display Logo function #8

gustavoalara opened this issue Dec 29, 2023 · 1 comment

Comments

@gustavoalara
Copy link

Hello,

I am finally able to use your library, and I am creating a program to send images to it for display on the LED matrix. The issue I am encountering is that every time I use the program and make the call to the open function, the ZeDMD logo is displayed. I am not sure if I am doing something wrong, or if the library is designed for the program to function as a daemon/service, waiting to receive images.

@mkalkbrenner
Copy link
Member

The pinball use-case opens the device once. Even if you load different virtual pinball tables, the device is not opened again.

The Connect() function actually resets the device, which triggers the logo.
We could think about an alternative firmware, but a deamon makes sense.

I hope you'll share the program, so we could do some tests :-)

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