ESP32 powered "Uncanny Eyes" Mask

Поделиться
HTML-код
  • Опубликовано: 7 май 2021
  • The Uncanny Eyes are from the "TFT_eSPI" libary by Bodmer:
    github.com/Bodmer/TFT_eSPI
    You'll have to look up a video on setting up this library, since it runs off pre-existing setup files instead of setting the pins within the sketch itself. But once you do the setup, you can jump between code examples easily. This example, of course, my favorite!
  • НаукаНаука

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

  • @calebjpryor
    @calebjpryor 2 года назад +1

    Post your code! Others would benefit

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

      Oh, well... it's kinda just the basic stuff that's already out there. I didn't do anything special! What you need is the "TFT_eSPI" library by Bodmer. He didn't make the Uncanny Eyes code, but he adapted it to Arduino and the ESP32 chips. The Uncanny Eyes are basic example code. The setup for TFT_eSPI requires a little effort, since it revolves around pre-existing setup files, instead of editing the pins within the sketch. But once you set your chipset and display, you can jump between examples instantly.

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

      @@MaxSMoke777 I've really struggled to make mine work.