20 lines
761 B
JSON
20 lines
761 B
JSON
{
|
|
"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": "*"
|
|
} |