Jacob Bokor

Results 17 comments of Jacob Bokor

Yeah, I have the following wrapper code to instantiate the UI and get things set up (which is mostly from the esp-idf lvgl example) ```c void setup_lv_display() { /***** LVGL...

* I've been doing `git pull`, followed by `npm run build`, and then `npm start`. It's been working fine in the past, but just now got issues when building along...

`npm run build` is still failing on 68a3ec42, with the same error. (Edit: line numbers are slightly different: ``` packages/project-editor/store/paste-with-dependencies.tsx(431,43): error TS2345: Argument of type 'PasteObject | undefined' is not...

that was it, was able to build and run successfully. will do that root cause triage and let you know what i find as soon as i'm able to.

Hi mvladic - it's really great to see that you're adding support for all the LVGL widgets! If it's not too much trouble, could I ask if you could move...