olikraus / u8g2

U8glib library for monochrome displays, version 2
Other
5.04k stars 1.04k forks source link

SSD1327 wrong size #879

Closed arcbtc closed 5 years ago

arcbtc commented 5 years ago

U8G2_SSD1327_EA_W128128_F_HW_I2C seems to be 128/96 not 128/128? Tried multiple boards/screens/projects

I tried backdating U8g2 and noticed its a relatively new constructor

olikraus commented 5 years ago

What exactly do you mean?

This constructor is for this display: https://www.lcd-module.com/fileadmin/eng/pdf/grafik/W128128-XR.pdf

Do you mean, that only 96 out of 128 rows are writable?

arcbtc commented 5 years ago

This one seemed to answer my question, sorry about that https://github.com/olikraus/u8g2/issues/783 I think the confusion was not finding the right constructor in the examples, which is where I usually get them from.

olikraus commented 5 years ago

well, yes, the examples do not contain all the constructors..., so we can close this issue?

arcbtc commented 5 years ago

Yes, thanks