Skip to content
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

Closed
grundiprogrammierer opened this issue Jan 13, 2019 · 5 comments
Closed

U8g2lib Invisible Pixels (SSD1327) #783

grundiprogrammierer opened this issue Jan 13, 2019 · 5 comments
Labels

Comments

@grundiprogrammierer
Copy link

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

@olikraus
Copy link
Owner

Can you provide the name and datasheet of your display?
Can you send a picture of the u8g2 logo example?

@grundiprogrammierer
Copy link
Author

Here is a link for the display description.
I haven't found a datasheet of this display. Ill hope this helps you too.
http://www.raspberrypiwiki.com/index.php/1.5_inch_OLED_Shield

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);

20190117_203027

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);

20190117_203845

Some lines of the display are invisible or deleted. I'll hope you understand my problem.
Give me a feedback, if you need something more from me.

Thank you and best regards !!

@olikraus
Copy link
Owner

Can you repeat the test with the U8G2_SSD1327_MIDAS_128X128_1_HW_I2C constructor?
What will be the results?

@olikraus olikraus changed the title U8g2lib Invisible Pixels U8g2lib Invisible Pixels (SSD1327) Jan 18, 2019
@grundiprogrammierer
Copy link
Author

WOW Thank you !!!
It works perfect!!!

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.
Full display is used.

Thank you oli for your help !!!!

@olikraus
Copy link
Owner

Great!
Will close this...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants