My DIY Arduboy!
Hi. This is my new DIY Arduboy that is made using a pro micro on a breadboard. I plan to make a better, smaller version on some perfboard. This is just the prototype. Thank you so much to everyone who...
View ArticleCistercian Number Counter
Hey y’all, I’ve been thinking a lot about cistercian numbers/numerals lately and decide to make a very simple counter to demonstrate they work. The best way to understand them is to just go through...
View ArticleHow to make Arduboy games?
Hi. The Arduboy has an awesome library of games. I thought it would e pretty cool If I made my own game. But…I have no idea how to do that. 3 posts - 3 participants Read full topic
View ArticleQuadtree for binary image compression
So I’ve been glancing at quad tree image compression… I’m trying to wrap my head around the resulting bitsream, and looking for anyone who has played with this (@Pharap ?)… As far as I can see, I’d...
View ArticleProblem uploading game with header files
I saw Ardynia and I loved the idea. I have no idea how to upload it because the game is massive. I open the zip and put the Ardynia folder in the Arduino sketch thingy. I opened the .ino folder. It...
View ArticleArduboy FX: can you reset to "factory defaults"?
So, I’ve got a lovely new Arduboy FX, which I’ll play with for a while but plan on doing some amateur development on it. Is it possible restore the 200+ game library with the nice selector, if I...
View ArticleMy new name
So, now that I don’t really need much help…I was reborn anew as ArdFlamingo! Also by the way I was I_NEED_HELP before the change. Thanks to @bateske for helping me change it. 1 post - 1 participant...
View ArticleMy thoughts on Ardynia
Guys…lets talk about this. Ardynia is so fun. It has great items and great dungeons. Honestly i think its better than Links awakening. I love how you can get so many heart containers. In the end when...
View ArticleLOGO - code for drawing
Logo (or Turtle graphics) is a neat way to teach geometry, logic and programming. en.wikipedia.org Logo (programming language) Logo is an educational programming language, designed in 1967 by Wally...
View ArticleDIY Arduboy V2
Hi everyone. I think my ArduBreadBoy was a success. However, I still feel like some things are missing - important things - and I hope to include them with the next iteration of the ArduBreadBoy. This...
View ArticleCode Review: Projectile Array
Need another pair of eyes on this. Trying to have 4 projectiles on the screen at once (might go for 3 or 2 later) so I’m using an array of Structs. I’m using the X coord as the “active” flag by...
View ArticleVibrations
(topic withdrawn by author, will be automatically deleted in 24 hours unless flagged) 1 post - 1 participant Read full topic
View ArticleRunning arduino pins
Hello, I am running @Mr.Blinky package on a pro micro. This means that the Arduino libraries are no longer in the arduino folder, so I can’t edit them, as I don’t know where they are. Even if I did, I...
View ArticleAny advice on how to draw sprites?
Sorry, wasnt sure which forum to post this in since its just kind of a general question, but does anyone have any tips/tricks or advice on how to draw black and white 8-bit sprites? Since my other...
View ArticlePip-boy 32,000 (Nearly finished)
Hey y’all, so I’ve been working on a lil something the past few days while waiting for a certain green OLED to come in for a new diy Arduboy prototype(you’ll never guess what it is ). It took a lot of...
View ArticleMy Arduboy Game and Watch
Actually this one is not only my DIY Arduboy, but I like it and very fun to build. I share the project over here wish you like it Arduboy Game and watch - Hackster.io for more handheld that I used to...
View ArticleSprites: speed of masked -vs- unmasked
Couldn’t find this discussed elsewhere… I’ve assumed that rendering a sprite with no mask drawOverwrite(), is faster than using a mask drawExternalMask(). However, looking over the library code, it’s...
View ArticleDiy arduboy not working pls help
I followed this for a pro micro and a 1.3inch display with ssd1306 controller Production Arduboy Schematic uploaded a game code from arduboy website, but all I see is a bunch of lines and nothing....
View ArticleSandbox - A Falling Sand Simulator
I just got my Arduboy FX and I love it! Here’s my “Hello World” project to learn a bit on how it works. It’s a sandbox simulator inspired by those old browser falling sand games. sandbox.hex (23.0 KB)...
View ArticleArduboy FX: Pre-built game packs?
Hi There, So I just recently received my Arduboy FX and it’s great! However, I was rather unsure about how I could add more software to the loader menu, or if anyone already produced an updated image...
View Article