Skip to content

Commit

Permalink
Icons: Add module icon
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysn committed Sep 12, 2024
1 parent 268b2f0 commit e9ce053
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
Binary file added .icons/module.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions .icons/module.png.license
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions .icons/rebuild.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
game_icons = {
"board": ("lorc", "circuitry"),
"app": ("delapouite", "keyboard"),
"module": ("lorc", "jigsaw-piece"),
}

for (outname, (author, iconname)) in game_icons.items():
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]).
<!-- Right now we have nothing on the list that is modules only, could get https://game-icons.net/1x1/lorc/jigsaw-piece.html as an icon then -->

* ![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.
Expand All @@ -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"

0 comments on commit e9ce053

Please sign in to comment.