ducalex
ducalex
I'm not having your listing issue, I see my test theme correctly in the menu. I've only tested the dev branch though, it's possible the issue is in a release!...
I've added a `themes` folder to the project. Currently containing a `default` folder that can be used as a template to create new themes. I've also [updated the instructions ](https://github.com/ducalex/retro-go/blob/dev/THEMING.md)to...
Very cool project, I love the VMU! I also like that you seem to be making use of retro-go's launcher's limited theming abilities. Everything looks good in your PR, is...
I've merged another target and it caused a conflict, can you fix it please, then I'll be able to merge this target as well :) > Also another question, I...
Hey it's a good idea and I had actually started work on a "safe area" concept like video games and mobile apps use. https://github.com/ducalex/retro-go/commit/19720e96966bea2a177c5a22ea04ea8630a2faef. It would allow to define both...
It is possible but it requires an external library that isn't part of esp-idf (though it is made by espressif, just out of esp-idf core): https://components.espressif.com/components/espressif/usb_host_msc Example usage: https://github.com/espressif/esp-idf/tree/v5.3.2/examples/peripherals/usb/host/msc I...
Retro-go has no driver for the keyboard, so you'll have to write your own unfortunately!
It's difficult to add support for a device that I do not have but I can try to help you. Can you show us the datasheet and schematics for your...
> did not help with sd. any idea why when i define trackball it acts like crazy? In the latest config you've posted you have this: ```` #define RG_GPIO_SDSPI_MISO GPIO_NUM_12...
I've recently been working on improving LED, to support colors and intensity and flashing patterns. But it's not ready so for now I'm okay with merging your PR. Though it...