Giter VIP home page Giter VIP logo

splatter's Introduction

splatter

A fork of shinyquagsire23/Switch-Fightstick, cleaned up and modified for Splatoon 3.

splatter is only tested on my Arduino Uno R3. Support for other platforms isn't guaranteed.

Installation

Assuming you're on Linux, you'll need:

  • a Nintendo Switch with internet access and Splatoon 3
  • a board that can run splatter
  • a Nintendo Switch dock (to connect the arduino to)
  • Python 3 (to generate the image)
  • avr-gcc and avr-libc (to build the code)
  • dfu-programmer (to flash the code)
# convert the image into a .c file - 1bit, 320x120
$ python3 png2c.py /path/to/image.png

# build the project
# if needed, change MCU in the Makefile to match your board
$ make

# connect the arduino to your PC, and reset the 8u2/16u2
# see https://docs.arduino.cc/hacking/software/DFUProgramming8U2

# flash the board
$ sudo dfu-programmer atmega16u2 erase
$ sudo dfu-programmer atmega16u2 flash Joystick.hex

Now, do the following:

  • Open the canvas menu
  • Press L to switch to the small pen
  • Using the left stick/D-pad, move to the top left of the canvas
  • Unpair your controller (press the SYNC button)
  • Plug the Arduino into your Switch's dock

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.