Arduboy-homemade-package/board-package-source
poevoid f6f5a52cba
Update Arduboy2.cpp
added one line to make certain sprites visible with some games. Obono's Evasion for example would have only the top half of the score displayed, the bottom of the sprite was cut off. adding "if (h % 8 != 0) rows++;" after rows is instantiated, we have normal behavior.
2021-07-28 13:51:37 -07:00
..
bootloaders fix ProMicro, ArduBigBOY bootloaders 2021-01-11 23:31:51 +01:00
cores/arduboy update package to 1.2.9 2020-09-15 17:17:03 +02:00
libraries Update Arduboy2.cpp 2021-07-28 13:51:37 -07:00
variants Added source files (part 1) 2018-09-10 20:50:47 +02:00
boards.txt update package to 1.2.9 2020-09-15 17:17:03 +02:00
platform.txt Update platform.txt 2019-04-07 18:39:40 +02:00
readme.md Added source files (part 1) 2018-09-10 20:50:47 +02:00

readme.md

Arduboy HomeMade package source

This is the latest source and may contain changes not yet available in the latest zip archive