Header banner
Revain logoHome Page
Richard Gallagher photo
Germany, Berlin
1 Level
680 Review
29 Karma

Review on ๐Ÿ”ต 0.96" HiLetgo I2C IIC SPI Serial OLED LCD Display 128x64 4 Pin, Blue Font Color - Enhanced for Better SEO by Richard Gallagher

Revainrating 5 out of 5

D0 D1 explains: Computer components

I liked it but it took me a while to get the hang of it. I'm using an Arduino Pro Micro and, on the advice of another reviewer, the u8g2 library. I can get this from the library manager in Arduino 1.8.5. What I want to show informatively on the silkscreen are the clock and data names: D0=clockD1=data I commented out this line to select SSD1306 and used these values: U8X8_SSD1306_128X64_NONAME_4W_SW_SPI u8x8 (/* clock=A2*/ 20, /* data=A3*/ 21, /* cs=A10*/ 10, /* dc=A0*/ 18, /* reset=A1*/ 19);

Pros
  • Easy to use
Cons
  • old