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:
Mr.Blinky 2018-07-08 23:43:34 +02:00 committed by GitHub
parent 041258682f
commit c9f994c8a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 22 additions and 0 deletions

View File

@ -119,6 +119,28 @@
], ],
"toolsDependencies": [ "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":[] "tools":[]
} }