ไม่สามารถเล่นวิดีโอนี้
ขออภัยในความไม่สะดวก

How to make Flip Book style Animation on a Nextion LCD!

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 ส.ค. 2024
  • Got a couple of questions on how I created the animation that shows up on the Nextion LCD in my last project. Here’s how I did it!
    More info: www.brainy-bit...

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

  • @devesh1709
    @devesh1709 4 ปีที่แล้ว +2

    HI ..i am getting a white splash screen while trying to flip pages via esp32...can you please guide...pages are getting flipped butin between i get white screen
    void loop()
    {
    int x=0;
    x=touchRead(T0);

    while(1)
    {

    // get value using T0
    //delay(1000);
    if(x

    • @natamaker
      @natamaker 4 ปีที่แล้ว +1

      Heyy, I have the same problem with my project, Did you solve your problem?? :/

  • @MarcelDiane
    @MarcelDiane 4 ปีที่แล้ว

    This would be a great Splash Screen. I assume you can make an invisible button to send it to page 2 along with a timer if the person doesn't touch the screen, it will go to the program after a specific time like 30 seconds or so.
    Cool stuff Yvan.

  • @fernandomoreno2355
    @fernandomoreno2355 4 ปีที่แล้ว

    gracias Briany aprendi un monton, gracias

  • @MarcelDiane
    @MarcelDiane 4 ปีที่แล้ว

    Phenomenal, merci beaucoup Yvan.

  • @natamaker
    @natamaker 4 ปีที่แล้ว

    Heloo there is a way to create an animation without add the images in sequence in the Nextion editor? There is any way I can just create an animation without having the need to repete the images when adding? Like, I want to chosse the image 8 to appear after the image 26 and so on... Because when I add the images of my animation there is 5000 images in the program but the nextion display doesn't support it, So I have to add about 50 images and then choose the posicion of each image, making an animation, Did you get it? I don't know how to do that, Do you? :/

  • @harishussain740
    @harishussain740 4 ปีที่แล้ว

    Hi I have a question, I need to use a load cell in my products but I need it to activate a switch after a certain force is used is this possible
    Please reply

    • @BrainybitsCanada
      @BrainybitsCanada  4 ปีที่แล้ว

      You can check out these two tutorials I've done:
      One regarding activating a switch: th-cam.com/video/re51EJibEmA/w-d-xo.html
      And this one one using a load cell:
      th-cam.com/video/pZpzdu97JYw/w-d-xo.html
      Hope those can help... Thanks for watching!

  • @dahimbi7069
    @dahimbi7069 4 ปีที่แล้ว

    Thanks a lot 👍

  • @Don_Meggi
    @Don_Meggi 4 ปีที่แล้ว

    Great