Skip to content

An attempt at putting Harry Potter on the Arduboy

License

Notifications You must be signed in to change notification settings

iamshreeram/ardumovie

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ardumovie

Overview

I had a dream last night about putting Harry Potter on my Arduboy. Wanted to see if it was possible.

Failed Process

  1. Obtain a GIF of Harry Potter
  2. convert harry.gif -coalesce potter.gif
  3. convert potter.gif -resize 300x64 smaller.gif
  4. convert smaller.gif -repage 0x0 -crop 128x64+0+0 -gravity center +repage cropped.gif
  5. convert cropped.gif -monochrome final.gif
  6. Use a sprite sheet converter to change the GIF to a single column sprite sheet

Results

  • The Arduino program takes up 800% of my CPU and never compiles

Desired Outcome

Desired Outcome

Accidental Art

Art

About

An attempt at putting Harry Potter on the Arduboy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 100.0%