Cpasjuste
Cpasjuste
Hi @juj, I think it would be great to be able to build fbcp-ili9341 as a library. It would require a few changes thought, like splitting main loop in it's...
Hi, I'm not sure someone will be interested in this but since it's out of my knowledge, i'll take a shot ... Since commit [ff77f572](https://github.com/Myriachan/libkhax/commit/f77f572c8cdd5e4b9c8727ee7c96923ebc617b41) the hax do not succeed...
Hi, I just tried "Material.Avalonia" version 2.5.1 and i must say that i like it. That said, since i moved to it i noticed that right clicking the icon does...
see https://github.com/Cpasjuste/libcross2d/blob/master/source/platforms/switch/switch_input.cpp#L12
Hi, it seems there's a bug when we try to free a texture loaded with vita2d_load_PNG_file, the device crash. Here's an example : vita2d_texture *tex = vita2d_load_PNG_file("app0:data/test.png"); ...draw... vita2d_free_texture(tex); ->...
switch: add generic catch-all directions buttons
This PR add "neopixel" rgb led support to the pico platforms by defining "LED_WS2812_PIN". Brightness is handled/simulated with the "pen LED" alpha channel.
### Operating System Linux ### Board rp2040 ### Firmware https://github.com/Cpasjuste/uGamePad ### What happened ? Hi, In my (rp2040/rp2350) project, i did update tinyusb to be up to date. But since...