kbr-net / sdrive-max

Arduino based Atari 8-bit Floppy Emulator with Touchscreen
http://www.kbrnet.de/projekte/sdrive-max/index.html
GNU General Public License v3.0
94 stars 22 forks source link

Screenless mode - button to cycle through D1 - D4 #41

Closed TzOk83 closed 4 years ago

TzOk83 commented 4 years ago

It would be great, if there would be an option to use some button to cycle through drive slots. I know there is no more free GPIO pins, but there could be either alternate version (like there are for various displays) or some flag stored in EEPROM, whether screen was detected or not. In that case, is would be also nice to add 4 LEDs to indicate selected slot (like it was in the original SDrive).

kbr-net commented 4 years ago

You know my old sdrive-ng project? There is all, what you want, but i don't want to port this things to SDrive-MAX, because normally we have a touchscreen, so i will let support without screen at a minimum.

kbr-net commented 4 years ago

You can make it by your self, and drop me a pull request, then i will merge this to the project, but i don't want to investigate time for it, because it's my spare time, and i got not payed for it, so it's my decision, what i implement, and what not.

TzOk83 commented 4 years ago

I just make suggestions, and of course you choose whether to implement them or not. I didn't know SDrive NG. Now I see it has source code available, so I'll rather go that way and make it work on Arduino Nano, without need for changing fuse bits, and with just one button.

kbr-net commented 4 years ago

Sources are also available at github: https://github.com/kbr-net/sdrive-ng And there is a further version V2, where i optimized the SD card connection, but then i built SDrive-MAX.