Hello friends ... I appreciate who can give me an idea why my 0.96 128x64 OLED screen does not want to work on all the sketches with this resolution. As much as I have tried I have ended up using it as Adafruit_SSD1306 display (128, 32);
It is very strange since I use the same libraries only that in some programs it works and in others I end up again placing 32 to make it work.
I know that I should perhaps show each sketch in detail but for now I would like to know if someone knows something basic that can help me. Thank you very much for your opinions.
What do you mean by when you say it doesn’t work?
Is the display blank?
Is the display showing something but it is not right?
You could be having problems of using too much memory and dropping the resoloution frees up enough to make it run. The memory usage report you get at the end of compilation does not include memory that is dynamically allocated. That is it misses counting the display buffer.