-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
U8g2lib Invisible Pixels (SSD1327) #783
Comments
Can you provide the name and datasheet of your display? |
Here is a link for the display description. And here is the Picture of the u8g2 logo example with the following line of Contructor List : U8G2_SSD1327_EA_W128128_1_HW_I2C u8g2(U8G2_R0, /* reset=*/ U8X8_PIN_NONE); Here is another example : The U8g2 page_buffer GraphicsTest Example with the following line of Contructor List : U8G2_SSD1327_EA_W128128_1_HW_I2C u8g2(U8G2_R0, /* reset=*/ U8X8_PIN_NONE); Some lines of the display are invisible or deleted. I'll hope you understand my problem. Thank you and best regards !! |
Can you repeat the test with the |
WOW Thank you !!! I use the U8G2_SSD1327_MIDAS_128X128_1_HW_I2C constructor with the following parameters: U8G2_SSD1327_MIDAS_128X128_1_HW_I2C u8g2(U8G2_R0, /* reset=*/ U8X8_PIN_NONE); I tried the GraphicsTest and the Logo Example and it works perfect. Thank you oli for your help !!!! |
Great! |
Hey,
iam using the 128x128 1,5" I2C OLED Display with the U8g2lib.h
I use also the U8G2_SSD1327_EA_W128128_1_HW_I2C u8g2(U8G2_R0, U8X8_PIN_NONE); in my Code.
It runs good, but there are only 128x96 Pixels.
If i use 128x128 pixels, the others are invisible.
It starts form the middle, there are 16 pixels on top and on the bottom who are invisible.
Sorry for my bad englisch :)
Ill hope somebody can help me;)
Thanks a loooooot
The text was updated successfully, but these errors were encountered: