Josh Goebel
|
fe1ccc65ac
|
explain why audio pins are not in bootPins
|
2016-05-26 17:19:18 -04:00 |
Josh Goebel
|
f41441fe68
|
rename internal core boot utils for consistency
|
2016-05-26 17:19:18 -04:00 |
Josh Goebel
|
c081d281fe
|
reorder defines and use base 10 for clarity
|
2016-05-26 17:19:18 -04:00 |
Josh Goebel
|
e346d587ca
|
core.h already includes SPI
|
2016-05-26 17:19:18 -04:00 |
Josh Goebel
|
592d13bd93
|
individual pixel color is not a Core concept
- core only deals with pixel data in bytes (groups of 8 pixels)
- invert has no meaning at all to Core
|
2016-05-26 17:19:18 -04:00 |
Josh Goebel
|
47114cf366
|
remove extra ;
|
2016-05-26 17:19:18 -04:00 |
Josh Goebel
|
a92747f38d
|
rename bootLCD to bootOLED
|
2016-05-26 17:19:18 -04:00 |
Josh Goebel
|
fa9d47310b
|
move additional OLED command defines to .h
|
2016-05-26 17:19:18 -04:00 |
Josh Goebel
|
a591ce7705
|
remove another unused variable
|
2016-05-26 17:19:18 -04:00 |
Josh Goebel
|
59c143af2f
|
boot() should be public now
|
2016-05-26 17:19:17 -04:00 |
Josh Goebel
|
37cae4704b
|
remove beginNoLogo, do not deprecate
|
2016-05-26 17:19:17 -04:00 |
Josh Goebel
|
3a1625a1db
|
move tune_played default (false) to var declaration
- this way it's set even if begin() is not properly called
|
2016-05-26 17:19:17 -04:00 |
Josh Goebel
|
6ff1c13b22
|
we already have a minimal begin, it's boot()
|
2016-05-26 17:19:17 -04:00 |
Josh Goebel
|
c25668de0e
|
move utils back into begin() until we have more
|
2016-05-26 17:19:17 -04:00 |
Josh Goebel
|
eb5fb39e28
|
minimal boot mode to save flash space
|
2016-05-26 17:19:17 -04:00 |
Josh Goebel
|
1e95b4edfe
|
[spacing] remove extra spaces
|
2016-05-26 17:19:17 -04:00 |
Arduboy
|
982175ecac
|
Squash commits up to Arduboy V1.1 release
|
2016-05-26 17:18:33 -04:00 |