Making a OLED Display work with Arduino - Step by step guide | Multi-Color I2C SPI LCD

Поділитися
Вставка
  • Опубліковано 9 гру 2022
  • PROJECT CODE WITH DEMO'S: github.com/MikaelAbehsera/ard...
    CONVERT IMAGE TO BITMAP (INSTRUCTIONS IN GITHUB LINK ABOVE): javl.github.io/image2cpp/
    ▶ My Discord: bit.ly/MikaelAbehseraDiscord

КОМЕНТАРІ • 28

  • @AyushmanBaurasi
    @AyushmanBaurasi 2 години тому +1

    Thanks a lot 😭❤❤

  • @williamcheek5448
    @williamcheek5448 4 місяці тому +6

    People coming to this video for learning how to use SPI OLED's, such as the one pictured in the video thumbnail, will be disappointed since your instructions are for i2c. The instructions provided are great and work for i2c but please consider updating the video thumbnail to remove the SPI version it is currently showing, to avoid confusion. I appreciate your efforts and videos, thanks a bunch.

    • @MikaelAbehsera
      @MikaelAbehsera  4 місяці тому +1

      Good point william, I will add this to my todo list but I’m currently sick in bed, thanks for the constructive feedback 👌

  • @johneagle4384
    @johneagle4384 9 місяців тому +1

    I've watched a bunch of OLED videos. Yours is, IMO, the best one. Thank you!

    • @MikaelAbehsera
      @MikaelAbehsera  9 місяців тому

      Glad it was helpful!

    • @King_Thenuja
      @King_Thenuja 4 місяці тому

      @@MikaelAbehsera same really well explained ty

  • @seadrezasehat7450
    @seadrezasehat7450 Рік тому +1

    Great job, so far I couldn't find a video that actually explained programing these oleds
    Good one👍👍

  • @sayan5362
    @sayan5362 9 місяців тому +1

    How can I code oled with HC-05 module together to connect it to my mobile using Bluetooth and do some project

    • @MikaelAbehsera
      @MikaelAbehsera  8 місяців тому

      theres bluetooth arduinos that pair with phone apps

  • @verbranntenetzhaut
    @verbranntenetzhaut Рік тому

    Cool

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

    love u

  • @user-bi6wf6do7x
    @user-bi6wf6do7x Рік тому

    can you show us how to hook up the 1.5 inch colour OLED to Arduino plus code???

    • @MikaelAbehsera
      @MikaelAbehsera  9 місяців тому

      check the other one, i made 2 videos on this one

  • @rfdiagnosticsllc6197
    @rfdiagnosticsllc6197 6 місяців тому

    Woah...wait..I feel like I've been Rickrolled lol. Thanks for the video.

  • @hs0ipl
    @hs0ipl 10 місяців тому +1

    The code is not work. Ardunio say that "variable or field 'drawText' declared void "
    // Draws text at x,y
    void drawText(string text, int x, int y) {
    display.setTextSize(1); // Normal 1:1 pixel scale
    display.setTextColor(WHITE); // Draw white text
    display.setCursor(x, y); // Start at top-left corner
    display.println(F(text));
    }
    "SS1306_Ex2:64:15: error: 'string' was not declared in this scope; did you mean 'String'?"
    "void drawText(string text, int x, int y) {
    SS1306_Ex2:64:28: error: expected primary-expression before 'int'"

    • @MikaelAbehsera
      @MikaelAbehsera  9 місяців тому

      try the example files that come with the library, usually helps me find little errors

  • @shawnjenkins6082
    @shawnjenkins6082 10 місяців тому +1

    Little too fast for me. I'm brand new to this and not a computer expert. I can't get mine to work at all

    • @MikaelAbehsera
      @MikaelAbehsera  9 місяців тому

      join our discord, got some people that can help

  • @theokerner535
    @theokerner535 Рік тому

    What coding language is this?

  • @WildKiwiUnleashed
    @WildKiwiUnleashed Місяць тому

    You need more credit

  • @thoughtsbright7928
    @thoughtsbright7928 Рік тому

    hey is there a smaller screen than this.

    • @MikaelAbehsera
      @MikaelAbehsera  Рік тому

      Take a look at the oled video, smaller screen and much better, but it’s not touch compatible

    • @thoughtsbright7928
      @thoughtsbright7928 Рік тому +2

      @@MikaelAbehsera thanks and actually I am doing it for a project.