Leo
Leo
@kaisong1990 and @antrix1989 and word on this feature? Do we have a target date for this?
I had the same problem. I just tried to use the example: /Users/[me]/Documents/Arduino/libraries/lv_examples/src/../lv_demo.h:31:29: fatal error: ../lv_demo_conf.h: No such file or directory The readme had some different instructions, but I do...
> #include Didn't work for me, maybe because of the board "package" I'm using. Do I need this for the example?
I actually commented `lv_demo_widgets();` out for the moment and made the 0 a 1 to enable the code below: ``` #if 0 /* Create simple label */ lv_obj_t *label =...
Ok. I followed the instructions. ``` In file included from /Users/lj/Documents/Arduino/libraries/lv_examples/src/lv_demo.h:17:0, from /private/var/folders/b9/jzy3mm9s1yx5sd1jh3lbs2gm0000gn/T/.arduinoIDE-unsaved2023029-353-my40m4.moe4k/LVGL_Arduino/LVGL_Arduino.ino:9: /Users/lj/Documents/Arduino/libraries/lv_examples/src/../lv_demo.h:31:29: fatal error: ../lv_demo_conf.h: No such file or directory compilation terminated. ```
Ok. Does that mean I should not use the UI, like I did above, to get to the LVGL_Arduino example? Even when I open the LVGL_Arduino.ino from the `lvgl/src/examples/arduino/LVGL_Arduino/` directory...
I uninstalled the examples library. ``` /private/var/folders/b9/jzy3mm9s1yx5sd1jh3lbs2gm0000gn/T/.arduinoIDE-unsaved202311-353-l30wbo.rnkc/LVGL_Arduino/LVGL_Arduino.ino:9:21: fatal error: lv_demo.h: No such file or directory compilation terminated. ```
The article by [Michael Collins](https://medium.com/neudesic-innovation/using-azure-ad-b2c-to-authenticate-ios-app-users-ef3f82435f7d) does work, but it really seems like getting it set up and configured is challenging. One of the advantages of other solutions is the simplicity....
Totally understand. I am really appreciative of the project you created here and understand it is a best effort basis.
It does not look like this has been resolved yet and it has been open for a while. Is there a timeline to resolution?