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

Span Graphics Across Displays with ESP32 and Adaftuit GFX

Поделиться
HTML-код
  • Опубликовано: 17 авг 2024
  • Discover how to transform your small SPI displays into a unified, expansive canvas with this innovative Arduino library.
    This tutorial guides you through the simple yet powerful process of spanning Adafruit GFX graphics functions across multiple screens, making it easier than ever to create dynamic visual projects. From setting up your displays to wiring and coding, we cover everything you need to know to get started.
    Dive into the examples, including the 'Game of Life', mazes, and classic games like Tetris and Pong, all beautifully rendered across your screens without the hassle of managing them in code.
    Your creativity is the limit-explore, experiment, and expand your display capabilities today.
    Virtual Screen Arduino Library :
    github.com/the...
    Components:
    ESP32-S3-DevKitC-1-N16R2: amzn.to/3TsziTh
    SPI Screen 65K RGB Colors 240×240 Resolution: amzn.to/3HXhQ2b
    Round Screens: amzn.to/3L4pud6
    🔔 Support the channel🔔
    www.buymeacoff...
    Please note that the product links are Amazon affiliate links. As an Amazon Associate, I earn from qualifying purchases at no additional cost to you. This helps support the channel and allows me to continue creating content for you. Thank you for your support!
    Chapters:
    0:00 Introduction and Overview
    2:10 Game Demos: Life, Maze, and More
    3:20 Supported Display Types
    3:43 Memory Needs & ESP32 Specs
    4:38 Screen Wiring Guide
    6:19 Library Setup & Screen Layout Configuration
    #Arduino #ESP32 #AdafruitGFX #SPIDisplays #DIYElectronics #MakerCommunity #TechTutorial #VirtualDisplay #DisplaySpanning #CreativeCoding

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

  • @ExpressiveImagery
    @ExpressiveImagery 6 месяцев назад +1

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

  • @atomic14
    @atomic14 6 месяцев назад +1

    Nice! This is something I have to try.

  • @paulz8750
    @paulz8750 6 месяцев назад +1

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

  • @user-cj3gc3gi7m
    @user-cj3gc3gi7m 24 дня назад

    Amazing project! ❤ it

  • @ChrisHalden007
    @ChrisHalden007 6 месяцев назад +1

    Impressive. Good job 👍👍

  • @Sagar-kn1bz
    @Sagar-kn1bz 6 месяцев назад

    Great! Thanks for sharing

  • @kennethbeal
    @kennethbeal 6 месяцев назад

    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  6 месяцев назад +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

  • @LowerDeckProps
    @LowerDeckProps 6 месяцев назад

    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?

  • @user-jk9lg4fg4e
    @user-jk9lg4fg4e 5 месяцев назад

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

    • @thelastoutpostworkshop
      @thelastoutpostworkshop  5 месяцев назад +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.

  • @DeeGeeDeFi
    @DeeGeeDeFi 2 дня назад

    Does the library support 1306 (128x64) screens?