-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using latest LVGL 9.2 has non working Dave2D #15
Comments
Hi, Please copy the errors here. |
Yeah Sorry, C:/Users/USER/AppData/Local/Programs/Renesas/RA/e2studio_v2024-04_fsp_v5.3.0/toolchains/gcc_arm/13.2.rel1/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/bin/ld.exe: ./Library/lvgl/src/osal/lv_freertos.o: in function I uncommented the lv_freertos_task_switch_in, lv_freertos_task_switch_out, lv_os_get_idle_percent in LVGL_Thread_entry. and that left me with only the mutex one, which I do not understand enought...
Best regards |
Oh I forgot, that I disabled some of them: |
That was because I missed that in lv_config.h os needs to be NONE Non the less, the dave 2d problem remains. |
I've just fixed these in master. Could you check if you still see any error? FreeRTOS should work too. |
FreeRTOS now works! Thanks as always :) C:/Projects/ 7 Zoll Display/SW/_7zoll_Display/Code/Library/LVGL/src/draw/sw/lv_draw_sw_mask_private.h:39:5: error: unknown type name 'lv_draw_sw_mask_type_t' If both are enabled I get the 450 errors. Did you try to enable Dave2D? because it is set to 0 in the current master. I am sorry to not be able to solve it myself, but I am more of a HW guy and SW is not my strongest point, especially such big things as the LVGL code. |
Ah, sorry. Just pushed a fix. FYI, In my test for some reason DAVE2D worked only in DIRCET_MODE. |
Hi,
I would like to use LVGL 9.2 with the RA8D1.
The LVGL version, used in this project, works somewhat okay. But some bugs and and missing features are leading to the wish to be able to ugrade the LVGL version.
The problem is, that I am not able to, due to massive amounts of errors that occure.
I simply replaced the LVGL folder with the 9.2 one. Is that wrong, and or does it need to be done way differently?
Thank you for your help!
Florian
The text was updated successfully, but these errors were encountered: