Will Xu
                                            Will Xu
                                        
                                    I'm not seeing the try except block anywhere, have you pushed it yet? Also, what are you doing with the exception after catching it? It seems like it's just getting...
I sometimes get this issue as well when I use a broken USB port or USB cable, have you tried switching your cable or port?
Alright, so I think the general idea here is to do the following: - Create a template for LVGL 5.3 and in the future create one for v6 or v7....
Yeah, that's exactly what I meant. I presumed that llemu users would need lvgl so I've created one template with just lvgl, and one that includes both lvgl and llemu.
The rationale behind packaging lvgl and llemu together in one library so students wouldn't ask why their llemu libraries weren't working if they didn't install the llemu template. Of course,...
Not to mention another reason why this change is happening is because we're sick of having to wait longer than we have to everytime we compile the kernel.
So I'm writing another layer on top of TMEI right now, and there's two ways we could go about doing some of this in terms of API and I'd like...
I personally like purduesigbots/pros#1 better from a user prespective. Reduces the amount of times I have to put color as a parameter. Might not be thread safe though but I'd...
Hi kisvegabor, Thanks for reaching out! Our current plan is not to completely remove LVGL from the Kernel, but to port it as a library that's easier for us to...
Also, for PROS 4 we should start transitioning enums into enum classes to be a more C++ focused API.