No video

Export a Project | Basics Tutorial #6 | SquareLine Studio

In this video I’m going to show you how to use SquareLine Studio to create an Arduino project. We are going to use an ESP32 WROOM module with a 240x320 display and an ILI9341 display controller.
SquareLine Studio is a visual drag-and-drop UI editor to create beautiful Graphical User Interfaces quickly and easily for embedded and desktop applications. It targets hobbyists, professionals, programmers and designers. Furthermore, SquareLine Studio is available at an amazing price.
Playlist of the Basic Tutorial series:
• Basic Tutorials
Homepage: squareline.io
Forum: forum.squareli...
Documentation: docs.squarelin...

Пікірлер: 31

  • @offgridmarineenergysystems3549
    @offgridmarineenergysystems3549 Жыл бұрын

    This is great, but many of us use VSCode and PlatformIO. It would be great if you had the same demo using that IDE setup.

  • @zoli800
    @zoli8006 ай бұрын

    köszönjük Gábornak a videót 🎬💡🏆🥇⭐⭐⭐⭐⭐

  • @ameethsutarr7742
    @ameethsutarr7742 Жыл бұрын

    please make Demo video for Esp32 S3 T-hmi Display 2.8" touch screen

  • @gusdistefano
    @gusdistefano3 ай бұрын

    wonderfull!!!! its amanzing

  • @hydrocarbon8272
    @hydrocarbon82724 ай бұрын

    The export folder creation/structure was bar-none the most difficult part of this program to figure out. You have to copy/paste the whole export folder to effectively back it up to test a new variant of that project. Very annoying.

  • @Slickhubert

    @Slickhubert

    3 ай бұрын

    I've been struggling with it for two days and still can't get to grips with it. I also have to watch the tutorials at half speed because the video creator clicks through the file browser so quickly, as if it wasn't about explaining something. I find it frustrating.

  • @JonBrenner
    @JonBrenner11 ай бұрын

    Nicely done. How about a vid for vsc too😉 Jon

  • @squarelinestudio

    @squarelinestudio

    20 күн бұрын

    We are working on it ;)

  • @user-vi2tb5vd1x
    @user-vi2tb5vd1x Жыл бұрын

    for the touch to work, you need the line in .ino file: bool touched = false; //tft.getTouch( &touchX, &touchY, 600 ); change to: bool touched = tft.getTouch( &touchX, &touchY, 600 );

  • @williangomesarruda2972

    @williangomesarruda2972

    Жыл бұрын

    Thank you very much.

  • @williangomesarruda2972

    @williangomesarruda2972

    Жыл бұрын

    Did you was able to calibrate the sketch with an example ?

  • @williangomesarruda2972

    @williangomesarruda2972

    Жыл бұрын

    I'm asking because the orientation of the touch it seems to be wrong, If I do put, for example a button, in the center, I do need to touch outside the button area in order to detect the press state.

  • @Simon22-ij5dq

    @Simon22-ij5dq

    Жыл бұрын

    Thanks for the hint but I still not able to detect my touch... the code is built without any problem but I'm not able to swap the pages. In fact in the serial monitor are not printed the XY coordinates... Did you have made any other modify?

  • @restonjesus

    @restonjesus

    11 ай бұрын

    I modified ui.ino as you recommend. my graphic st7796 and TFT_eSPI example works well. but squareline example doesn't work for touchpad.

  • @ShareIdeaXF
    @ShareIdeaXF Жыл бұрын

    Hi, how can I configure this example for a WT32-SC01

  • @FrankP83
    @FrankP83 Жыл бұрын

    Hi, thanks for your emazing tool!Unfortunally i don't have in the picklist the Arduino board, how can add it? Can be shared in someway with the Arduino IDE? Thanks in advance!

  • @crazysvt03
    @crazysvt0327 күн бұрын

    Why do i keep getting a configuration error, cant find lvgl file ? Ive tried following every step i can find online and watched a bunch of videos

  • @squarelinestudio

    @squarelinestudio

    20 күн бұрын

    Please visit our forum where you can find solution to all your technical issues. forum.squareline.io/

  • @Bassgesicht
    @Bassgesicht Жыл бұрын

    Hi! I'm a beginner when it comes to developing HMI, so please excuse the dumb question: I got my hands on an Nextion 10.1" HMI, but I'm not really satisfied with the NExtion Editor. Is there a path to get that display going with SquareLine Studio? Your editor is just so much more impressive. Thanks!

  • @squarelinestudio

    @squarelinestudio

    Жыл бұрын

    Happy to hear that you like SquareLine Studio. As far as I know you can use the Nextion displays only with Nextion editor. :(

  • @Dragon-Slay3r

    @Dragon-Slay3r

    Жыл бұрын

    We cant bring the top and bottom lines on the square as it can be made into a Lego or the kaaba ? So the line has to be on the tower of London 😭

  • @beatrute2677
    @beatrute2677 Жыл бұрын

    nice

  • @BDog-qu8vv
    @BDog-qu8vv4 ай бұрын

    Exporting to VSC for the raspberry pi4 or 5 would be awesome

  • @squarelinestudio

    @squarelinestudio

    20 күн бұрын

    We are working on it :)

  • @pedrobntto
    @pedrobntto2 ай бұрын

    it doesn´t work with those instructions anymore

  • @konikajain8708
    @konikajain8708 Жыл бұрын

    is this process / tool-chain compatible for WAVESHARE RP2040 MODULE ?

  • @squarelinestudio

    @squarelinestudio

    20 күн бұрын

    The exported project works on all the hardwares that support LVGL

  • @ipadize
    @ipadize Жыл бұрын

    will this library also work for 8 or 16 bit parallel displays?

  • @squarelinestudio

    @squarelinestudio

    Жыл бұрын

    Yes, it will. You can export the UI files only in any project you wish and use any driver you wish.

  • @jy.youtube
    @jy.youtubeАй бұрын

    There's only 'ui.ino' file in ui folder. This tutorial is wrong.

  • @squarelinestudio

    @squarelinestudio

    20 күн бұрын

    In case of an Arduino project, you have to enable the "Flat export" check box, in order to export the Arduino project in the correct structure.