Lesson 22: using SSD1306 OLED display | Arduino Step By Step Course

Поділитися
Вставка

КОМЕНТАРІ • 14

  • @AvocadoAtrocity
    @AvocadoAtrocity 3 роки тому +5

    Robojax. I really appreciate your videos. They've literally changed my life as I study electronics. Truly, I appreciate the time you put into these videos. Thank you 🙏

  • @TMRu22311
    @TMRu22311 3 роки тому +3

    YES! Thank you VERY much for the time and effort you put into making these videos! I am just starting out in electronics and Arduino is my main learning tool for now. Your videos are very helpful and you do a wonderful job explaining everything. Explaining the code in great detail is where your videos stand out from others :)

  • @nerdwerx2292
    @nerdwerx2292 3 роки тому +2

    Great video.I always like your tutorials!

  • @zoonvanhetuni7993
    @zoonvanhetuni7993 3 роки тому

    BRAVO !

  • @5VoltChannel
    @5VoltChannel 3 роки тому +1

    👍👍

  • @tatavox1408
    @tatavox1408 3 роки тому

    God job ! I appreciate this Video ! Please mack more videos with OLED display !!! Thank You

    • @robojax
      @robojax  3 роки тому

      then what is this? this is OLED.

  • @tvbox8478
    @tvbox8478 3 роки тому

    👍

  • @benmttf
    @benmttf 7 місяців тому

    Hi! Very cool video! Is it possible to have multiple screen by changing the adress?

    • @robojax
      @robojax  7 місяців тому

      Yes. Of course you can have up to 127 devices on I2C bus. I may have videos . Search my channel

  • @vinayb5076
    @vinayb5076 3 роки тому

    2nd comment 😁😁😁

  • @aidanhanlon6290
    @aidanhanlon6290 2 роки тому

    I keep getting:
    error: #error ("Height incorrect, please fix Adafruit_SSD1306.h!");
    #error ("Height incorrect, please fix Adafruit_SSD1306.h!");
    ^~~~~
    Compilation error: exit status 1}
    I checked notepad++ and the // are setup as indicated. Anyone know what I'm missing?
    // this is the Width and Height of Display which is 128 xy 32
    #define LOGO16_GLCD_HEIGHT 32
    #define LOGO16_GLCD_WIDTH 128

    • @robojax
      @robojax  2 роки тому

      why you have
      #error ("Height incorrect, please fix Adafruit_SSD1306.h!");
      I mean the character #
      it will give error. I am not sure what you have changed. Ty fresh library. something is wrong with the code.