I am new here, I bought the Arduboy a few months ago and I started to learn coding. One thing I noticed is that there were no notepads for arduboy, so I made this. Any thoughts?
Welcome! If you compile it into a hex and upload it to the post it will embed an emulator.
There is actually a word processor though already, now we have competition!
lol, this one is much better than mine… haha
Well, the person who made it I think has a lifetime of software development experience, so the fact that you’re in the same ballpark is something to be proud of!
Not a bad start, but there’s quite a bit of room for improvement.
I could make some suggestions if you want.
For one thing you don’t need bbuffer
at all, you can just make use of Arduboy2
's justPressed
function as long as you remember to put pollButtons
near the top of your loop
.