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
92 stars 23 forks source link

V12 #31

Closed TzOk83 closed 4 years ago

TzOk83 commented 4 years ago

I have corrected the main makefile, so it is now possible to make under Windows (WinAVR or MinGW), and corrected some hassle around ifdefs in the display.c.

kbr-net commented 4 years ago

The change on display.c may be needless, because i am working on a touchscreen autodetection and then i will drop the v12 branch. But the change on Makefile i can merge to the master branch. If you want, make a new pull request with it.

TzOk83 commented 4 years ago

I'm not sure if you can make 100% auto-detection, because still the touch can be "mirrored". There seems to be no simple rule saying which controller has which touch encoder wiring. So it could have swapped X with Y and it could have reverse axes. Have no idea how to make a pull-request with only one file :/