SSD1306
Quote from feri on August 29, 2024, 9:28 pmHi
I tried the SSD1306 display at 128x128 pixels with the U8g2lib library using the SH1107 display but it seems that it writes the line from 7 to 15 always on line 7. Maybe the 2 displays are not compatible as I thought. A strange thing also happens to me, if I create a new circuit with ssd1306 and Arduino it doesn't work, but if I open the circuit in the examples it works.
Regards
Hi
I tried the SSD1306 display at 128x128 pixels with the U8g2lib library using the SH1107 display but it seems that it writes the line from 7 to 15 always on line 7. Maybe the 2 displays are not compatible as I thought. A strange thing also happens to me, if I create a new circuit with ssd1306 and Arduino it doesn't work, but if I open the circuit in the examples it works.
Regards
Uploaded files:Quote from arcachofo on August 30, 2024, 8:42 amHi.
I know that there are some issues with this, but right now it is low priority for me.
Not sure if both displays are compatible or not, but they look pretty similar.SSD1306 does not work when you create it, but if you save and open then it works, it is probably something not properly initialized.
The problem with line 7 to 11 must be a bug, something left from the previous limit to 64 pixels height.
Hi.
I know that there are some issues with this, but right now it is low priority for me.
Not sure if both displays are compatible or not, but they look pretty similar.
SSD1306 does not work when you create it, but if you save and open then it works, it is probably something not properly initialized.
The problem with line 7 to 11 must be a bug, something left from the previous limit to 64 pixels height.
Quote from arcachofo on September 17, 2024, 2:37 pmHi again.
I fixed some issues and it seems to be working now.
At least this example using U8g2lib library is working (uncheck "Rotate" property):
Hi again.
I fixed some issues and it seems to be working now.
At least this example using U8g2lib library is working (uncheck "Rotate" property):