keirf / flashfloppy-osd

On Screen Display and keyboard controller for FlashFloppy
The Unlicense
57 stars 15 forks source link

Support using an external video buffer on PB12 #7

Closed penfold42 closed 4 years ago

penfold42 commented 4 years ago
keirf commented 4 years ago

Hi, this is merged into keirf:pins. It is only build tested! Can you take a look, see what you think, and try it out?

Note I moved DISPEN to PA15. The reason is fairly weak: It seems good to keep the wider expanse of 5v-tolerant pins on GPIOB available for hot-key usage. If we can keep all hot-key control on the one pin bank, it is potentially less confusing for future user configuration. Like I say, it's not a mega strong reason -- if you had a particular reason for PB12 perhaps it will move back.

keirf commented 4 years ago

By the way, if you get startup hangs or issues on keirf:pins, let's dig into it. You may well have a different and more "production" setup than me, eg my Gotek and FF-OSD are always started in strict sequence from Bootloader Mode, so the power on timing is nothing at all like a real user's experience.

keirf commented 4 years ago

I had forgotten to push the patch to Github. Now done so you should be able to see it.

penfold42 commented 4 years ago

All good with PA15

tested today and it looks good so far

keirf commented 4 years ago

This is merged to master.