Span Graphics Across Displays with ESP32 and Adaftuit GFX

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ก.ย. 2024

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

  • @atomic14
    @atomic14 7 หลายเดือนก่อน +1

    Nice! This is something I have to try.

  • @paulz8750
    @paulz8750 7 หลายเดือนก่อน +1

    Wow.
    Really appreciate your hard work & for sharing it.

  • @ExpressiveImagery
    @ExpressiveImagery 7 หลายเดือนก่อน +1

    Looks really good and very useful. I will check it out, cheers Tony

  • @memento-f6i
    @memento-f6i หลายเดือนก่อน

    Amazing project! ❤ it

  • @ChrisHalden007
    @ChrisHalden007 7 หลายเดือนก่อน +1

    Impressive. Good job 👍👍

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

    Great video, Charles. You are giving me more ideas for Star Wars displays. Would this library be compatible with playing animated GIFs across multiple displays, with the ESP32, like you showed in your earlier videos?

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

    Thank you, that's a great abstraction! I wonder if "edgeless" smaller screens might be made, so that a "monitor of any size" could be made from them? Not that it'd likely be cost-effective; more, as a learning tool. Thanks again!

    • @thelastoutpostworkshop
      @thelastoutpostworkshop  7 หลายเดือนก่อน +1

      The 240x240 ST7789 that I use in the video have the screen glued to the PCB, it's quite easy to unglue so that you have almost no edge

  • @Sagar-kn1bz
    @Sagar-kn1bz 7 หลายเดือนก่อน

    Great! Thanks for sharing

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

    Does the library support 1306 (128x64) screens?

  • @МиколаШоробура
    @МиколаШоробура 6 หลายเดือนก่อน

    Is this something that could be used with XIAO RP2040 microcontroller?

    • @thelastoutpostworkshop
      @thelastoutpostworkshop  6 หลายเดือนก่อน +1

      Yes it should work if you use the Arduino Framework with Adafruit GFX. The XIAO RP2040 has SPI, so you can use a 16 bit display which is supported by the library.