Aiuto non riesco a definire una TABLE #890
Replies: 10 comments 1 reply
-
|
In EEZ Studio, give a name to the Table widget - for example
|
Beta Was this translation helpful? Give feedback.
-
|
Compiler says that variable Also, don't do this: Function |
Beta Was this translation helpful? Give feedback.
-
|
Ciao perdonami, non sono molto bravo co. Il codice, gentilmente potresti
inviarmi tu una table generata con eez studio e poi integrazione aggiunta
con ide di arduino. Grazie mille per il tuo contributo.
Il Lun 12 Gen 2026, 23:29 Martin Vladić ***@***.***> ha
scritto:
… Compiler says that variable table1 is not declared, you should use
objects.table1 instead of just table1.
Also, don't do this:
lv_obj_t *obj = lv_table_create(parent_obj);
objects.table1 = obj;
Function ui_init() will create objects.table1.
—
Reply to this email directly, view it on GitHub
<#890 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A36BMMKO4O3OBGMQ63NCMFL4GQN5ZAVCNFSM6AAAAACRM6WVG6VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTKNBXHE4DGMA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
BTW I "stole" the C code from here: https://docs.lvgl.io/9.4/details/widgets/table.html#simple-table |
Beta Was this translation helpful? Give feedback.
-
|
And BTW today we released Studio 0.25.0. So, I suggest you to update your Studio. |
Beta Was this translation helpful? Give feedback.
-
|
Buonasera mvladico e GRAZIE per esempio che mi hai postato, l'ho provato e funziona. Quindi riepilogando i passi da seguire sono questi: |
Beta Was this translation helpful? Give feedback.
-
Yes.
I manually entered them in
Just select |
Beta Was this translation helpful? Give feedback.
-
|
Ciao Mvladico, gentilmente potresti aiutarmi per il problema che ho posto relativo alla tabview con tabelle integrate. Ti ringrazio. |
Beta Was this translation helpful? Give feedback.
-
Buonasera sto provando i parametri LVGL per widget table. Ti chiedo gentilmente se imposto numero di righe e colonne, è possibile visualizzare la riga verticale che separa le colonne ? come esempio che disegno sotto. GrazieCodice | 123 |
Beta Was this translation helpful? Give feedback.




Uh oh!
There was an error while loading. Please reload this page.
-
Buongiorno sto usando da poco EEZ Studio ed apprezzo molto la semplicità, ho l'esigenza di configurare una tabella LVGL che poi con un programma di arduino ESP32S3 devo riempire le celle. Ho visto che questo widget non è contemplato del tutto su EEZ Studio, Vi chiedo solo un piccolo aiuto di come fare a definire poi nel programma le celle della tabella creata con EEZ Studio. un esempio sarebbe gradito. Grazie in anticipo a tutti gli amici che mi aiuteranno.
Beta Was this translation helpful? Give feedback.
All reactions