Update boardpackage to version 1.3.3
changed Arduboy FX library version to 1.0.2 Fixed drawBitmap incorrect mask on images with non multiple of 8 heights Minor comment edits changed ArduboyTones library version to 1.0.4 Optimized Interrupt service routine saving ~52 bytes of PROGMEM
This commit is contained in:
parent
c524df36e1
commit
d168f3e8a4
Binary file not shown.
|
@ -295,6 +295,28 @@
|
||||||
],
|
],
|
||||||
"toolsDependencies": [
|
"toolsDependencies": [
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Arduboy homemade package",
|
||||||
|
"architecture": "avr",
|
||||||
|
"version": "1.3.3",
|
||||||
|
"category": "Contributed",
|
||||||
|
"help": {
|
||||||
|
"online": "http://community.arduboy.com/"
|
||||||
|
},
|
||||||
|
"url": "https://github.com/MrBlinky/Arduboy-homemade-package/raw/master/board-package/arduboy-homemade-1.3.3.zip",
|
||||||
|
"archiveFileName": "arduboy-homemade-1.3.3.zip",
|
||||||
|
"checksum": "SHA-256:ac6f4f87a049af4e27ae962cce5906fb48445816b16c00e95891ee4b71cbdcfe",
|
||||||
|
"size": "1322538",
|
||||||
|
"boards": [
|
||||||
|
{"name": "Arduboy production"},
|
||||||
|
{"name": "Arduboy DevKit"},
|
||||||
|
{"name": "Arduino Leonardo"},
|
||||||
|
{"name": "Arduino / Genuino Micro"},
|
||||||
|
{"name": "ProMicro 5V"}
|
||||||
|
],
|
||||||
|
"toolsDependencies": [
|
||||||
|
]
|
||||||
} ],
|
} ],
|
||||||
"tools":[]
|
"tools":[]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue