Header banner
Revain logoHome Page
Charley Martinez photo
1 Level
802 Review
49 Karma

Review on πŸ“Ί Pack of 2pcs DIYmall 0.96" Blue and Yellow I2C IIC Serial 128x64 OLED LCD OLED LED Module for Arduino Display Raspberry PI 51 Msp420 Stim32 SCR Micro:bit - Enhanced SEO by Charley Martinez

Revainrating 5 out of 5

Unless you have a device with lots of memory, use a different library than the one provided!

The display itself works fine if you use the supplied libraries mentioned above. If you try to use the real Adafruit library, it complains. Another problem is that when using the nano-type system, this library uses all the memory. If I try to get it working with u8glib I'll change my rating if I can get it working there, but for now once I've downloaded the included library I don't have space to run my own code! Update: I started using the u8x8 library and now I can get OLED and my other code to work. So I changed my score from 3 to 5. Setup with this device with this library: U8X8_SSD1306_128X64_NONAME_SW_I2C u8x8(/* clock=*/ SCL, /* data=*/ SDA, /* reset=*/ U8X8_PIN_NONE); // OLED without display reset

Pros
  • nice thing
Cons
  • sad hardware