-
Notifications
You must be signed in to change notification settings - Fork 54
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
DAC audio being lost when using the screen #9
Comments
In image.py in examples the backlight pin is set to 19 possibly causing the sound to drop. Should this be 13? |
I experience this issue also. Sounds works fine, but when after using the image.py script the sounds stops working. |
Commenting the backlight config seems to fix this, though. |
Like this:
|
I used this library, but 1. the display is only showing white, probably because I used a 480x320 screen and the resolution is wrong, so not actually a big deal, 2. it doesn't turn off. is there a function of the display object that resets it? also, i haven't connected the reset pin, however I don't know if that has something to do with this problem. |
Okay, I'm a little dumb and after 10 minutes of digging into the init() of the lib I found out that not only can you specify the reset pin, you can also set the resolution, so sorry I was posting before thinkig. :/ |
Worked for me with |
On the pirate audio board, is there anything in the LCD driver here that could be causing the audio to cut out from the DAC when using the screen?
An initial thought I had was the backlight pins, a conflict there or something similar?
The text was updated successfully, but these errors were encountered: