ducalex

Results 266 comments of ducalex

Sorry for the long delay! I've tested the changes and it seems to work fine, though my ability to test is very limited. The big glyph table certainly slows down...

This is likely due to non-integer scaling. Certain columns are repeated/doubled to match the desired width. When you scroll, it means that shapes will change size as different parts of...

I'm not convinced that your code truly improves the situation, but I will try it this weekend and see how it feels! One problem with our current debouncing is that...

I do agree that debounce should be configurable by the target (maybe even per button, but that's too much for now). So I stole the idea and added it to...

I've tested the changes but they produce bad results on devices with resistor dividers. For example on the ODROID-GO pressing UP often results in a phantom DOWN. I don't know...

I've done some measurements, when I press UP the voltage takes ~4ms to meet the UP threshold and almost 10ms to reach max voltage. Releasing it takes about 1-4ms to...

It certainly would be nice to have retro-go be able to update itself, instead of relying on odroid-go-firmware/odroid-go-multi-firmware/esplay-base-firmware. tomvanbraeckel added a flasher to the launcher for fri3d-2024 but it only...

I've pushed the first working prototype to the dev branch! To test if you need to do a few things: Make sure your target's config.h has these: ```c #define RG_UPDATER_ENABLE...

> does it currently have ample space for the current apps in that partition to grow? I The short answer is no. I've increased the partition sizes a handful of...

> I don't know if this is possible or a viable solution, but maybe merging all emulators into a single partition could be a bit simpler for updating That's the...