First init.
This commit is contained in:
20
libraries/mcu-renderer/library.json
Normal file
20
libraries/mcu-renderer/library.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "mcu-renderer",
|
||||
"version": "1.0.2",
|
||||
"keywords": "antialiased, color-displays, display-driver, embedded-systems, font, graphics-library, lcd-display, microcontrollers, monochrome-displays, oled-display, renderer, text, tft-display",
|
||||
"description": "A C-language graphics library, focused on rendering non-flickering, anti-aliased text with low resource use on both monochrome and color LCD displays.",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Gissio/mcu-renderer.git"
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
"name": "Gissio",
|
||||
"maintainer": true
|
||||
}
|
||||
],
|
||||
"homepage": "https://github.com/Gissio/mcu-renderer",
|
||||
"frameworks": "*",
|
||||
"platforms": "*"
|
||||
}
|
||||
Reference in New Issue
Block a user