olikraus / u8g2

U8glib library for monochrome displays, version 2
Other
5.09k stars 1.05k forks source link

64x48 support for U8x8 #303

Closed judge2005 closed 7 years ago

judge2005 commented 7 years ago

Hi,

I want to use the U8x8 library with a 64x48 OLED shield for the Wemos Pro Mini. It looks like you already have this for the U8g2 library. Could you add it for the U8x8 library (or can I add it myself)?

Thanks - Paul

olikraus commented 7 years ago

It should be there already:

https://github.com/olikraus/u8g2/wiki/u8x8setupcpp#ssd1306-64x48_er

The example files only contain a small number of constructors.

Oliver

judge2005 commented 7 years ago

Don't know how I missed that. Thanks!

olikraus commented 7 years ago

no problem