From 7422a9293bb8f2fe2ee4e4ad0c0849aad28c4bfd Mon Sep 17 00:00:00 2001 From: Dmitry Murzinov Date: Sun, 12 Feb 2023 19:26:44 +0300 Subject: [PATCH] Add picon --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9fe9658..02fb8c4 100644 --- a/README.md +++ b/README.md @@ -406,6 +406,10 @@ Computer Vision * [sfam_generator](https://github.com/SL-RU/sfam_generator) - Simple scripts for generating bit fonts for STM32, AVR, Arduino or other MCU. * [mcufont](https://github.com/mcufont/mcufont) - A font rendering library for microcontrollers. +#### Fonts and Icons + +* [picon](https://github.com/yne/picon) - Pico-icon set with Hackable Ligature (Designed on a 8-grid: to be readable at 8px 16px 24px 32px 48px). + ### Picture manupulation tools * [lcd-image-converter](https://github.com/riuson/lcd-image-converter) - Tool to create bitmaps and fonts for embedded applications; allows you to create bitmaps and fonts, and transform them to "C" source format for embedded applications.