First init.

This commit is contained in:
2025-10-12 09:13:56 +02:00
commit 1548aeaf9b
458 changed files with 118808 additions and 0 deletions

View 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": "*"
}