ssd1306-esp-idf-i2c
ssd1306-esp-idf-i2c copied to clipboard
fix display_clear use memset
otherwise the display might have some crap from the memory on it
Thanks for the fix @silps - I just tried out this code and was noticing some odd garbage left on the screen. This change fixed that for me.
Thank you for this fix, I had distorted output as well, this worked.