You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having problems with the eastRising 64x48 I2C Oled. The constructor used is U8G2_SSD1306_64X48_ER_F_HW_I2C u8g2(U8G2_R0).
The issue appears to be that the screen output is offset. I have been looking through the U8g2 library code where I might find some offset parameters to reposition Oled RAM onto the display.
I have a working Oled from a different manufacturer and the test code correctly displays as shown.
With the same constructor and test code, on the eastRising display I get:
For reference, as it may be useful, I also used a 128x64 display with the constructor U8G2_SSD1306_128X64_NONAME_F_HW_I2C u8g2(U8G2_R0, RESET) and running the same test code get:
I hope I haven't been stupid and missed something obvious.
Thanks
The text was updated successfully, but these errors were encountered:
I'm having problems with the eastRising 64x48 I2C Oled. The constructor used is U8G2_SSD1306_64X48_ER_F_HW_I2C u8g2(U8G2_R0).
The issue appears to be that the screen output is offset. I have been looking through the U8g2 library code where I might find some offset parameters to reposition Oled RAM onto the display.
I have a working Oled from a different manufacturer and the test code correctly displays as shown.
With the same constructor and test code, on the eastRising display I get:
For reference, as it may be useful, I also used a 128x64 display with the constructor U8G2_SSD1306_128X64_NONAME_F_HW_I2C u8g2(U8G2_R0, RESET) and running the same test code get:
I hope I haven't been stupid and missed something obvious.
Thanks
The text was updated successfully, but these errors were encountered: