Update 1.2.5
Added additional resolutions for SSD1327 and SSD1329 displays to Arduboy and Arduboy2 libraries Added bootloaders for use with SSD1327 and SSD1329 displays updated Arduboy-TinyFont library Added Fixed Points Arduino library
This commit is contained in:
parent
041258682f
commit
c9f994c8a6
|
@ -119,6 +119,28 @@
|
|||
],
|
||||
"toolsDependencies": [
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Arduboy homemade package",
|
||||
"architecture": "avr",
|
||||
"version": "1.2.5",
|
||||
"category": "Contributed",
|
||||
"help": {
|
||||
"online": "http://community.arduboy.com/"
|
||||
},
|
||||
"url": "https://raw.githubusercontent.com/MrBlinky/Arduboy-homemade-package/master/board-package/arduboy-homemade-1.2.4.zip",
|
||||
"archiveFileName": "arduboy-homemade-1.2.5.zip",
|
||||
"checksum": "SHA-256:56105973de4089bdce2b9ce04a271dac3d26ff731d75c63bf3332c58031b5691",
|
||||
"size": "905977",
|
||||
"boards": [
|
||||
{"name": "Arduboy production"},
|
||||
{"name": "Arduboy DevKit"},
|
||||
{"name": "Arduino Leonardo"},
|
||||
{"name": "Arduino / Genuino Micro"},
|
||||
{"name": "SparkFun ProMicro 5V"}
|
||||
],
|
||||
"toolsDependencies": [
|
||||
]
|
||||
} ],
|
||||
"tools":[]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue