No video

Span Graphics Across Displays with ESP32 and Adaftuit GFX

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

Пікірлер: 12

  • @user-cj3gc3gi7m
    @user-cj3gc3gi7m21 күн бұрын

    Amazing project! ❤ it

  • @paulz8750
    @paulz87506 ай бұрын

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

  • @ExpressiveImagery
    @ExpressiveImagery6 ай бұрын

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

  • @atomic14
    @atomic146 ай бұрын

    Nice! This is something I have to try.

  • @ChrisHalden007
    @ChrisHalden0076 ай бұрын

    Impressive. Good job 👍👍

  • @LowerDeckProps
    @LowerDeckProps5 ай бұрын

    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?

  • @thelastoutpostworkshop

    @thelastoutpostworkshop

    5 ай бұрын

    Thanks, no it won’t support animated Gif

  • @Sagar-kn1bz
    @Sagar-kn1bz6 ай бұрын

    Great! Thanks for sharing

  • @kennethbeal
    @kennethbeal6 ай бұрын

    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 ай бұрын

    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

  • @user-jk9lg4fg4e
    @user-jk9lg4fg4e5 ай бұрын

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

  • @thelastoutpostworkshop

    @thelastoutpostworkshop

    5 ай бұрын

    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.