-
Hey there.
Is there a possibillity to add sh1107(spi/i2c) 128x128 resolution support?
It will be owesome.
Thanks in advance
-
**Is your feature request related to a problem? Please describe.**
I have [this adafruit 128x64](https://www.adafruit.com/product/4650) OLED with buttons, and it uses SH1107 driver, not SSD1306 whi…
-
I added the Library U8g2 to the Arduino R3 platform and tried to run the integrated example "Hello World".
The constructor line for "SH1107 - 128x64 - SPI" is released. The 3 mentioned wires are conn…
-
- Arduino board: ESP32 (not relevant I think)
- Arduino IDE version (found in Arduino -> About Arduino menu): 2.3.2 (still don't think it's relevant)
- List the steps to reproduce the problem …
-
Happy new year!
I've got some sh1107's lying around and they seem very similar to the sh1106. In fact, they appear to work with this crate, or at least I was able to render some text. However, thei…
-
I am having offset problem on Sh1107 64x128 oled display. Coordinate 0,0 corresponds to the center of the screen. How can I solve this problem?
-
I want to rotate the display 90 degrees.
https://github.com/lexus2k/lcdgfx/issues/48
This issue is about the same topic. It mentions that I could use canvas and write my own method to rotate th…
-
Please add sh1107 OLED displays with 128x128 pixels to the supported displays.
at the moment only sh1106 displays with max. 128x64 are suported. when connecting a sh1107 display only parts of the d…
-
I'm using the 128x128 OLED monochrome display and the SH1107 library appears to have some issues with that product. The new display address is 0x3D, and obviously WIDTH=128 HEIGHT=128. However ther…
-
### Discussed in https://github.com/olikraus/u8g2/discussions/2430
Originally posted by **chauens** April 18, 2024
Hi,
I am using the Adafruit 5297 128x128 OLED with the U8g2 library and have…