From e9ce053d8cfefe20c31ddd555442b302f8c1acc3 Mon Sep 17 00:00:00 2001 From: chrysn Date: Thu, 12 Sep 2024 13:01:30 +0200 Subject: [PATCH] Icons: Add module icon --- .icons/module.png | Bin 0 -> 518 bytes .icons/module.png.license | 3 +++ .icons/rebuild.py | 1 + README.md | 5 +++-- 4 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 .icons/module.png create mode 100644 .icons/module.png.license diff --git a/.icons/module.png b/.icons/module.png new file mode 100644 index 0000000000000000000000000000000000000000..b31853375df9020f5cace4ad2f23df8730190e4a GIT binary patch literal 518 zcmV+h0{Q)kP)Od5QXYvC!5dzu-u~7*k(Mk(zZAAitm9^N2Sc!$L zjo1m+B8VVjo7UFepb#vS2%5K(T%7?U&4^Z$1<05lp6r#hWZiFvtPG)-GBm&BpN z03gdULa5*GFBXe-yPe5ooL=hn`afX9FhZda^`(hKf(}n6lXAHn4u{{gi7`GL4is2X z6gP(BxI&>2kH-Z;*zflgxK^vV!IetI$=q%?lK*2=*=+XBP@DtL^XK#V%O$cb%WbfJ zzuz>?=kr-C7CDa7bsYdWgwSv}>~uP*R0?Bk+xA}=%d(Or?RL9ZEavn1R;v|4NYgY~ zmeJ{Sdb386NW?G<0GQ2Y-#0Ip%K-p79*+$3*?BUV%;)pp;cmA}nhFF0#P@o=wrwK- zXf~UoD5|P@ygbN&o-=07*qo IM6N<$g5X5saR2}S literal 0 HcmV?d00001 diff --git a/.icons/module.png.license b/.icons/module.png.license new file mode 100644 index 0000000..d3c2d00 --- /dev/null +++ b/.icons/module.png.license @@ -0,0 +1,3 @@ +SPDX-License-Identifier: CC-BY-3.0 +SPDX-FileCopyrightText: lorc +Original file from https://game-icons.net/1x1/lorc/jigsaw-piece.html diff --git a/.icons/rebuild.py b/.icons/rebuild.py index 1e5900b..501635f 100644 --- a/.icons/rebuild.py +++ b/.icons/rebuild.py @@ -11,6 +11,7 @@ game_icons = { "board": ("lorc", "circuitry"), "app": ("delapouite", "keyboard"), + "module": ("lorc", "jigsaw-piece"), } for (outname, (author, iconname)) in game_icons.items(): diff --git a/README.md b/README.md index 2c147f2..493c146 100644 --- a/README.md +++ b/README.md @@ -25,9 +25,9 @@ Projects using RIOT OS Icons indicate that the project offers hardware descriptions (![oshw]), -a RIOT board description (![board]) +a RIOT board description (![board]), +RIOT modules (![module]) or RIOT applications (![app]). - * ![board] ![app] [MiniLoon](https://www.hackster.io/386121/miniloon-60a9c9): A RIOT powered balloon with sensors to monitor it's environment and an App that can display these information. * ![oshw] ![board] ![app] [Marian's Business Card](https://github.com/maribu/business-card): Hardware description, board support, games and text display software for business card sized board with USB power supply. @@ -41,3 +41,4 @@ More lists [oshw]: .icons/oshw.svg "PCB available as Open Hardware" [board]: .icons/board.png "RIOT OS board definition available" [app]: .icons/app.png "Application available" +[module]: .icons/module.png "RIOT modules available"