lexus2k / ssd1306

Driver for SSD1306, SSD1331, SSD1351, IL9163, ILI9341, ST7735, PCD8544, Nokia 5110 displays running on Arduino/ESP32/Linux (Rasperry) platforms
MIT License
662 stars 127 forks source link

SSD1306 64*48 #120

Closed coelner closed 3 years ago

coelner commented 3 years ago

Is your feature request related to a problem? Please describe. No

Describe the solution you'd like The same usage like the other screen sizes

Describe alternatives you've considered There is a branch in the Adafruit SSD1306 library (https://github.com/mcauser/Adafruit_SSD1306/tree/esp8266-64x48)

Additional context This is the display which I want to use: https://docs.wemos.cc/en/latest/d1_mini_shield/oled_0_66.html

lexus2k commented 3 years ago

Hi @coelner

Can you run ssd1306_demo and capture what it displays for me?

coelner commented 3 years ago

Sorry, my v2.0.0 board went up in smoke. Unfortunately I have no replacement for this

lexus2k commented 3 years ago

@coelner Anyway, let me know, if you still need 64x48 or 64x32 display support.

coelner commented 3 years ago

Yes, the 64x48 size would be nice.

lexus2k commented 3 years ago

If it is suitable for you, ssd1306 is supported by lcdgfx library. That is improved version of this library