The frustrations of getting a 128x32 pixel OLED working with the new u8g2 display library. Got there in the end though.
0.91" IIC I2C Serial SPI OLED LCD Display 128x32 3.3V/5V AVR PIC STM32 Arduino http://www.ebay.com/itm/-/192000020111

By Julian

Youtuber, shed dweller, solar charge controller aficionado

12 thoughts on “Arduino anxiety – uno, 128×32 oled and u8g2lib”
  1. Avataaar/Circle Created with python_avatars SOFTWORK says:

    Awesome tutorial.
    Thanks

  2. Avataaar/Circle Created with python_avatars burnermaster says:

    "What does it want!?", Is exactly me when working on OLED. They're my arch nemesis. Great video.

  3. Avataaar/Circle Created with python_avatars Build This says:

    "long winded explanations…" "I can't read all that!"
    You're not alone man. "In a nut shell" is bliss.

  4. Avataaar/Circle Created with python_avatars Enric says:

    You speak not straightforward and explain to useless things…please for the users easy understanding, write a script or something and avoid useless things

  5. Avataaar/Circle Created with python_avatars Marcos Siqueira Moraes says:

    Great video. Did you try to run the display without the library?

  6. Avataaar/Circle Created with python_avatars abvmoose87 says:

    Good job!

  7. Avataaar/Circle Created with python_avatars Wasantha Wimaladharma says:

    I want screen upside down fonts in 0.91 OLED display (90 DEGREE FLIP) HOW CAN I DO THAT

  8. Avataaar/Circle Created with python_avatars ET2 says:

    I want to put like 32+ of these together (2 groups of 16) mounted in a long consecutive horizontal pattern to display the individual names of audio track channels on my 32 channel audio mixing console which is commonly called a scribble strip. I want that along the bottom of the mixer. On the top of the mixer's audio meter bridge, I want to add color displays above each channels dB meter that display each channels spectrum analysis. Please help me with some ideas how to start. I need either one interface to control each thing, or several really small controllers I can install inside the mixer with being to obtrusive. I thank you in advance. These additions to my console would increase it's value and make it have similar features to a high end console.

  9. Avataaar/Circle Created with python_avatars POW says:

    An example of a type is char, int, double etc. In C a struct is also a type. In C++ a struct or class is a type.
    To create an object (instance of struct or class) you call a constructor.

    If you have a class called car an you want to create a Car and name it Bmw. :-
    Car Bmw;

    Car is the type.
    Bmw is the name given to the object when you use it in code. Eg. Bmw.Brake();

    If the Car class has a constructor that requires a parameter.
    Create an instance like: –
    Car Bmw(unlockDoor);

    where unlockDoor is a parameter you pass to it.

    so that huge long name is a type.

  10. Avataaar/Circle Created with python_avatars Radovan Rakovicky says:

    Hi guys. Is possible to connect 3 displays to one Arduino board and each of these displays will show different text? Is possible to address each display somehow? Thank you very much!

  11. Avataaar/Circle Created with python_avatars rimmersbryggeri says:

    Was t becasue you picket 1305 when it should have been 1306?

  12. Avataaar/Circle Created with python_avatars OvalWingNut says:

    COoL little display with a Good Guy price. Thanks for EXPOSING your sexy thang ๐Ÿ‘๐Ÿ˜. Cheers! ๐Ÿ‡บ๐Ÿ‡ธ

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.