Arduboy2/src
Josh Goebel 4478b1fe0a fix random display glitches with sprite rendering
Sometimes the compiler would assign r28/29 to one of our input
variables despite our needing to use that register ourselves. This
fix attempts to prevent that from happening and also cleans up a
few other small details.

- remove unnecessary y_count (-1 register)
- set buffer_ofs_2 inside assembly (-1 register)
- require inputs/outputs to use lower or simple upper registers
2017-08-26 14:55:02 -04:00
..
Arduboy2.cpp Add complimentary "get" for text "set" functions 2017-07-31 16:57:28 -04:00
Arduboy2.h Change version to 4.1.0 2017-07-31 17:10:21 -04:00
Arduboy2Audio.cpp Direct control of ports and pins 2017-04-25 15:36:42 -04:00
Arduboy2Audio.h Add sound on/off toggle function 2016-12-13 11:49:29 -05:00
Arduboy2Core.cpp Fix initialisation of Right button for DevKit 2017-07-07 11:30:48 -04:00
Arduboy2Core.h Add delayShort() function 2017-04-25 15:36:42 -04:00
Sprites.cpp fix random display glitches with sprite rendering 2017-08-26 14:55:02 -04:00
Sprites.h Add alternative boot logo functions 2017-04-25 15:36:42 -04:00
ab_logo.c Add alternative boot logo functions 2017-04-25 15:36:42 -04:00
glcdfont.c Improve embedded Doxygen documentation 2016-11-24 14:51:22 -05:00