Closed Daft-Freak closed 2 months ago
This is a bunch of patches from the launcher branch that also happens to be useful for enabling double-buffered hires modes on RP2350.
Can be manually set with -DDOUBLE_BUFFERED_HIRES=0/1 if you want single buffered on an RP2350 or want to run out of memory on an RP2040.
-DDOUBLE_BUFFERED_HIRES=0/1
Tested VGA and Display Pack, haven't tested PicoVision, but that was originally built on these changes so it's probably fine...
Now fully tested. Turns out the st7789 displays still work fine at 75MHz, which is handy if you're not overclocking an RP2350.
On a related note, I should probably adjust the overclocking code...
This is a bunch of patches from the launcher branch that also happens to be useful for enabling double-buffered hires modes on RP2350.
Can be manually set with
-DDOUBLE_BUFFERED_HIRES=0/1
if you want single buffered on an RP2350 or want to run out of memory on an RP2040.Tested VGA and Display Pack, haven't tested PicoVision, but that was originally built on these changes so it's probably fine...