Replies: 3 comments 5 replies
-
The brightness change is due to power voltage fluctuations caused by the higher processor and display operating current during the data transfer process. Options:
If the processor has WiFi, then using that will also cause significant flicker due to the transient power demands. As you have surmised this is a hardware level problem rather than the library. |
Beta Was this translation helpful? Give feedback.
-
Thanks for a wealth of suggestions! I will follow up on them and report back. I am going to start by adding a capacitor only, as I don't want to have to create an additional power supply for the unit if possible. Strangely, the screen gets brighter when the faders are moved, not dimmer, which is completely counterintuitive. Thanks again, Mike |
Beta Was this translation helpful? Give feedback.
-
Quick question, I'm using a Teensy 4.0, do you think I could use the 5V output pin from the Teensy and send that to a voltage regulator5V down to 3.3V on a breakout board, and then feed that into the LCD input? Or would I have to intercept the 5V in from the USB directly? Asking because it would be much easier to pull off the Teensy pin rather than figure out how to have two USB micro B connectors on the breakout board. Thanks for your expertise; you never cease to amaze. All the best, Mike |
Beta Was this translation helpful? Give feedback.
-
Hi, I'm using the fantastic TFT_eSPI library v2.5.0 with a Waveshare 2.4" ILI9341 screen
When I write to the screen, the backlight goes up and down and makes other previously drawn elements appear brighter as I'm
writing to the screen. The application is a midi fader, so when I drag faders and draw graphics to the screen, the backlight gets brighter in other parts of the screen I'm not drawing to.
This creates a flickery and undesirable effect.
I am using the same code base with a smaller 2.0" Waveshare screen with the TFT_eSPI library - literally same code except different driver - and this never happens.
I'm not at all certain this is a library issue, but somehow the backlight is varying on the 2.4" screen and I'm not sure how to stabilize it.
Does anyone have an idea how to go about troubleshooting and fixing this issue? Do I need to add a capacitor to the LCD brightness pin? Or should I use 5V power to the screen (screen uses 3.3 or 5v)? I'm at a loss as to how to proceed.
Thanks for any insights,
Mike
Beta Was this translation helpful? Give feedback.
All reactions