Skip to content

eastRising 64x48 Oled #2629

Open
Open
@monoplex

Description

@monoplex

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.

Image

With the same constructor and test code, on the eastRising display I get:

Image

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:

Image

I hope I haven't been stupid and missed something obvious.

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions