Yo so I have a base UI that runs on Vexcode based off @jpearman 's button code. I was wondering if there was a way (in Vexcode) to switch between multiple tabs. Any ideas?
If you want to use the littlevgl in vexcode thing, lvgl has tabs. Thats how I organize the menu on my programs, though I use PROS now.
I’m pretty happy with the progress ive made with my buttons. Can I just use lvgl for my tabs and the regular vexcode functions for everything else?
Unfortunately, you’d have to rework your buttons quite a bit for them to work under lvgl. However, lvgl has buttons too.