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

ความคิดเห็น • 25

  • @williamcheek5448
    @williamcheek5448 2 หลายเดือนก่อน +4

    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  2 หลายเดือนก่อน +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 7 หลายเดือนก่อน +1

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

    • @MikaelAbehsera
      @MikaelAbehsera  7 หลายเดือนก่อน

      Glad it was helpful!

    • @Thenuja-fw4hh
      @Thenuja-fw4hh 2 หลายเดือนก่อน

      @@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 6 หลายเดือนก่อน +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  6 หลายเดือนก่อน

      theres bluetooth arduinos that pair with phone apps

  • @hs0ipl
    @hs0ipl 7 หลายเดือนก่อน +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  7 หลายเดือนก่อน

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

  • @user-bi6wf6do7x
    @user-bi6wf6do7x 10 หลายเดือนก่อน

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

    • @MikaelAbehsera
      @MikaelAbehsera  7 หลายเดือนก่อน

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

  • @shawnjenkins6082
    @shawnjenkins6082 8 หลายเดือนก่อน +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  7 หลายเดือนก่อน

      join our discord, got some people that can help

  • @verbranntenetzhaut
    @verbranntenetzhaut ปีที่แล้ว

    Cool

  • @abdelrhmanmagdy3365
    @abdelrhmanmagdy3365 5 หลายเดือนก่อน

    love u

  • @theokerner535
    @theokerner535 ปีที่แล้ว

    What coding language is this?

  • @rfdiagnosticsllc6197
    @rfdiagnosticsllc6197 4 หลายเดือนก่อน

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

  • @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.