Pc sprites and images to switch
-
-
Impressive! How do you simulate the keystrokes? How many lines are each of these images?
-
@Nisse5
I simmulated the keystrokes with a tennsy 2.0 which has limited ram and eeprom so I had to crop and resize images to 21 by 21 and rgb to fit it all on one but I have order a better one with more ram and eeprom so I should be able to fit a bigger picture hopefully a spritesheet with all the colors .in term of size once you put in the teensy in the switch it creates a one line long 3D matrix that I can go through but soon I will add ability to read to get the inputs and put it in a file section by name as soon as a better file system is made in fuze.But over all it works well and it don’t miss any keystrokes as long as you add a bit of delay here and there so in a week or so I will have a full program that will combine everything I have tested and learned and finally I will no be limited to the internal sprites they have available. -
@void00 Wow! That's a hacky one! I was wondering, when you use FUSE save function where the file is stored? On sdcard? Can you somehow rewrite this file with your data (e.g. from PC) and load them back to switch ?
-
@mixaal that is not possible. Like all Switch titles the save data is encrypted in the switch internal memory and inaccessible.
-
@Martin I see, thanks for the info. I didn't know that.