Skip to content

How to debug flickering/vertical vibration? #39

Discussion options

You must be logged in to vote

Apologies for the long reply, I had to test out many things to get to the root cause. Turned out the problem is with Platformio's compiler which caused this flickering, and that was the reason why your basic Arduino examples on the other hand were working just fine

For those who wondering, add these lines to your platformio.ini file:

platform = [email protected]
platform_packages =
   framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git

Update: another flag might cause waving distortion effects to the output, so be aware of setting build_type = debug

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@Roger-random
Comment options

Answer selected by RomanTheLegend
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
complete Discussion has concluded
2 participants