NEXTION - MOVING INFO AMONG PAGES

Поділитися
Вставка
  • Опубліковано 3 гру 2024

КОМЕНТАРІ • 14

  • @buildthis2324
    @buildthis2324 3 роки тому +1

    Didnt know about the referencing other pages values with page.variable.val. Will definitely come in handy. You can also define device wide global variables in "Program.s" that can be accessed from all pages. Those values can also be sent too or read from as well. Still need to convert numbers to string if sending info from Nextion.

  • @joem8325
    @joem8325 7 років тому +3

    Thank you for the great video. It's very helpful.

  • @cheblack677
    @cheblack677 3 роки тому

    A bad way to do it. In such cases is used a global variable to keep the value/string. In loading the page the value of the variable is transferred to the box. If the info is updated by a microcontroller, it updates the global variable and a timer is charged to update the value of the box on the concerned page at some frequency.

  • @ercumentozek6177
    @ercumentozek6177 6 років тому +1

    Thank you for the super video, I found what I need in this video.

  • @thaisonle7531
    @thaisonle7531 Рік тому

    Thanks for video

  • @Tj6139
    @Tj6139 5 років тому

    Great info. Thank you

  • @emersoneitutite5681
    @emersoneitutite5681 6 років тому +1

    thank you bro

  • @guilhermelettmann3101
    @guilhermelettmann3101 9 місяців тому

    can i move my rtc live value into pages?

  • @fernandomedinarios2175
    @fernandomedinarios2175 7 років тому

    Buenos videos. Saludos

  • @paookkupato
    @paookkupato 5 років тому

    Hello! Do you know how to do the same thing but with pictures? Thank you

  • @jhw6
    @jhw6 2 роки тому

    This doesn't work for me, I copy the code word for word and it doesn't work :/

  • @punjabilog
    @punjabilog 4 роки тому

    Thanks Sir

  • @bentleyjarrard885
    @bentleyjarrard885 3 роки тому

    Excellent video, I was getting that exact same compile error. This is what I needed. Is there a way to actually chance the .txt or .val characters PERMANENTLY by automatically inserting it as the default value on the attributes window. Specifically, I put a slider on the Nextion display and used dims=h0.val. Works just fine, if I dim the display to 50% its fixed at that value so next time is turned on brightness is still 50% BUT the .val for the slider STAYS at whatever is typed into the attributes field originally, in this case 100. So the actual brightness is 50% but the slider is all the way to the right at 100% upon next power up. Is there anyway to fix this. Thx