Header banner
Revain logoHome Page
Andrew Pickering photo
Japan, Tokyo
1 Level
686 Review
67 Karma

Review on πŸ“Ί Hiletgo 0.96" SPI Serial OLED LCD Display SSD1306: High-quality 12864 Characters for Arduino, STM32, and 51 by Andrew Pickering

Revainrating 4 out of 5

D0 D1 is explained in Computers and accessories

I liked it, but it took me a while to get the context. I'm using an Arduino Pro Micro and, on the advice of another reviewer, the u8g2 library. You can get this from the library manager in Arduino 1.8.5. What I wanted to silkscreen informatively were the names for the clock and the dates: D0=clockD1=dates. I commented out that line to select SSD1306 and used those 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
  • I'm holding my fists
Cons
  • Almost everything is there