Gabriel Wang

Results 100 comments of Gabriel Wang

@kisvegabor do you remember that we have hacked the renderer and enabled 2DGPU to acceleration 8bit-Alpha-only. As @AfflatusX mentioned, they have sufficient memory to hold alpha-mask of glyph, so why...

如果用户要在 C++ 环境下使用,请定义宏 `__OOC_CPP__`为`1`

@bgolab, The latest version of Pico-Template now supports flash downloading in MDK. Please feel free to have a try.

@bgolab Which cmsis version do you use? Can you give us a screenshot about your RTE view. I can replicate the issue you encountered. Please select cmsis 5.9.0 as a...

I managed to fix the issue with the following changes: ![image](https://github.com/raspberrypi/pico-sdk/assets/13148491/b37775a5-fd9c-4f23-9215-e566a8e930b1) ![image](https://github.com/raspberrypi/pico-sdk/assets/13148491/874786dc-ce57-409d-922a-3326d1609623) After adding those changes, it is possible to get along with both cmsis 5.9.0 and cmsis 6.x.0

@lurch Sorry, after double check, it is the same. But there are something missing as shown here: ![image](https://github.com/raspberrypi/pico-sdk/assets/13148491/b37775a5-fd9c-4f23-9215-e566a8e930b1)

@bgolab @will-v-pi I have created an fixed pack, please have a try. [RaspberryPi.RP2xxx_DFP.0.9.5-dev.pack.zip](https://github.com/raspberrypi/pico-sdk/files/15396704/RaspberryPi.RP2xxx_DFP.0.9.5-dev.pack.zip) NOTE: this isn't an official release. After install this cmsis-pack, you need to update the env_wrapper.h as...

@bgolab can you check whether the cmsis-pack I attached could solve the problem or not?

> so I'm not sure why @bgolab gets 6.1.0 by default when I get 5.9.0? When people run pack-installer and see there is newer version of cmsis-pack, it is normal...

@bgolab > I wrote earlier that CMSIS 5.9.0 fixes the issue. I mean using the latest cmsis-pack (i.e. 0.9.5-dev) and work with cmsis 6.1.0 For the issue you encountered, please...