Это видео недоступно.
Сожалеем об этом.

Programming a NodeMCU with MicroPython: I2C Bus Part 2 (SSD1306 OLED Display)

Поделиться
HTML-код
  • Опубликовано: 5 авг 2020
  • Learn how to use the I2C Bus with MicroPython on an ESP8266 NodeMCU microcontroller. This is part two which covers using the built-in ssd1306 library to write to the SSD1306 display.
    MicroPython ssd1306.py source code:
    github.com/mic...
    SSD1306 Datasheet:
    cdn-shop.adafr...
    Article: micronote.tech...
    Get the Atlas kit:
    micronote.tech...
    Social:
    Follow Micronote: / micro_note
    Follow me: / carlosupina

Комментарии • 6

  • @yasirali9190
    @yasirali9190 3 года назад +1

    hello sir grear video, But i want to use 16x2 12c lcd display with esp32, can you recommend any working library or make a video on it

    • @metalmancytech
      @metalmancytech  3 года назад

      I'm working on the first esp32 video right now. That is a great suggestion to include in a video in the future!

    • @marinehm
      @marinehm 2 года назад

      @ 2:06 where it says "display=ssd1306_I2C(128, 64, i2c)" Just change it to (16, 2, i2c)

  • @vjreviewsandiy
    @vjreviewsandiy 2 года назад

    hi, nice video, how to convert to angle of rotation?

  • @trungnguyenuc4897
    @trungnguyenuc4897 2 года назад

    memory error: memory allocation failed, allocating 2158 bytes

  • @trungnguyenuc4897
    @trungnguyenuc4897 2 года назад

    help me