adafruit / Adafruit_SSD1306

Arduino library for SSD1306 monochrome 128x64 and 128x32 OLEDs
http://www.adafruit.com/category/63_98
Other
1.78k stars 977 forks source link

Please Support 64x48 OLED display. #203

Open YerBabiE opened 3 years ago

YerBabiE commented 3 years ago

User mcauser has taken your library and added the wemos Mini OLED screen to a new library version 1.1.2 current in the library manager etc.

Their library allows the 64x48 pixel screens to work, however in order to get theirs to work you need to disable the default 1306 library etc, this is a real pain as I have to move the correct library in and out depending on the device I'm combiliing for etc, it would be great if you could incorporate the changes made in this library as I know there are a number of users using 128x64 and 64x48 screens. I'm sure there is very little work involved to do this and it would really help the arduino community out. thanks.

tablatronix commented 2 years ago

Mine works ok with

define SCREEN_WIDTH 128 // OLED display width, in pixels

define SCREEN_HEIGHT 64 // OLED display height, in pixels

it seems to have some double buffer memory mapping