Replies: 5 comments
-
Ahm yes, the 128x32 is already supported: e.g.: https://github.com/olikraus/u8g2/wiki/u8x8setupcpp#ssd1306-128x32_univision |
Beta Was this translation helpful? Give feedback.
-
Right, but SPI only? |
Beta Was this translation helpful? Give feedback.
-
As opposed to this one: https://github.com/olikraus/u8g2/wiki/u8x8setupcpp#ssd1306-128x64_noname-1 |
Beta Was this translation helpful? Give feedback.
-
Usually all combinations are supported by U8g2 / U8x8: Line 1665 in 6b365b6 Line 1671 in 6b365b6 Line 1749 in 6b365b6 |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Wow, GitHub kills my input when forcing me to choose a Category!?
Looks like this: https://makerfabs.com/image/cache/makerfabs/0.91%20I2C%20OLED%20128x32-%20Blue/0.91%20I2C%20OLED%20128x32-%20Blue_4-1000x750.png
It seems this type has only SPI support so far in U8x8.
I've hacked u8x8_d_ssd1306_128x64_noname.c using the init data/sequence from https://github.com/adafruit/Adafruit_SSD1306/blob/master/Adafruit_SSD1306.cpp and that seems to work, but there is already a "u8x8_d_ssd1306_128x32_generic" that maybe could be used ...?
Beta Was this translation helpful? Give feedback.
All reactions