Gabriel Wang

Results 100 comments of Gabriel Wang

Can you also consider what I have proposed in #3337 ?

@X-Ryl669 I see some of the code in `lv_img_decoder.c` has been removed which introduces some conflicts. That's why I think you can also introduce a similar change in your PR.

> Not ready for merge yet, I need to move the decoding of images to the first rendering. OK, I see

@kisvegabor I am sorry, I am really busy these-days. I am working on adding stretch-transform (and this is the preparing step for perspective transform). My suggestion is, you can generate...

@kisvegabor for solving current problem, you might want to check this https://github.com/Open-CMSIS-Pack/cmsis-toolbox

@kisvegabor Yes, it is very close. It creates a CMake project and allows you to use CMSIS-Packs, so LVGL, CMSIS-Device etc. can be deployed in command line mode.

> I thought it's the collection of packages available online [here](https://developer.arm.com/tools-and-software/embedded/cmsis/cmsis-packs). YES. And you can try the other one also: https://www.keil.com/dd2/pack/

@kisvegabor We found a strange thing as shown in the code that instead of 1ms using 2ms can ensure the LVGL runs at the max speed. Do you have any...