Recent content by Ghawblin

  1. Ghawblin

    Hacking [Tutorial] Printing Spla2n Posts with an Arduino/Teensy Board!

    Probably just a sleep command lol. _delay_ms(250); Something like that would make it sleep for a quarter second. Here's the code for the actual drawing process if (state != SYNC_CONTROLLER && state != SYNC_POSITION) if (pgm_read_byte(&(image_data[(xpos / 8) + (ypos * 40)]))...
  2. Ghawblin

    Hacking [Tutorial] Printing Spla2n Posts with an Arduino/Teensy Board!

    I'm very familiar with linux and programming (cybersecurity engineer by trade), however have never used arduino's before and decided this should be my first project with them. I'm going to use this with Splatoon 3. No issues generating a .hex with my image, however, I need someone to noob speak...