olikraus / u8g2

U8glib library for monochrome displays, version 2
Other
4.91k stars 1.02k forks source link

Can I use u8g2 with SSD1357 mono mode? #2432

Closed stayfooll closed 2 months ago

stayfooll commented 2 months ago

Can I use u8g2 with SSD1357 mono mode?

I have a project using an SSD1357 WINSTAR 128x64 OLED Model No: WEP012864UWPP3D00000.

The datasheet mentions mono mode.

Is it possible for me to use u8g2 with the SSD1357 mono mode?

If yes, how can I modify the existing code to support SSD1357 mono mode?

Should I start with the function u8x8_cad_SendData?

Thanks.

image

SSD1357 WINSTAR 128x64 OLED datasheet: https://drive.google.com/file/d/1YEhlR5Wt07mSpj_zeLDudUAPKW4Alpdt/view?usp=drive_link

olikraus commented 2 months ago

it is not supported...

stayfooll commented 2 months ago

Got it. Thank you!

stayfooll commented 2 months ago

Close the issue.