From 23bbf5a7234ac1d74b7c1dfc279e7d15138f52d8 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sat, 28 Dec 2019 16:57:00 +0100 Subject: [PATCH 1/2] [archlinux] add install instructions --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 81ca274..4486b43 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,10 @@ In both configurations, the badge identifies itself on the USB as ## Command Line Installation and Usage +### Required dependencies on Arch Linux + + sudo pacman -Syu python-pyusb python-hidapi + ### Required dependencies on Debian/Ubuntu Systems sudo pip install pyhidapi From 88197c67beeb301033aba554e6fefdac760cbbd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Tue, 7 Feb 2023 23:20:28 +0100 Subject: [PATCH 2/2] =?UTF-8?q?Added=20"=C5=A0"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jaroslav Škarvada --- led-badge-11x44.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/led-badge-11x44.py b/led-badge-11x44.py index 4aaf062..9f4d467 100755 --- a/led-badge-11x44.py +++ b/led-badge-11x44.py @@ -193,7 +193,7 @@ font_11x44 = ( 0x00, 0x00, 0x00, 0x66, 0x3c, 0xff, 0x3c, 0x66, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - # "äöüÄÖÜß" + # "äöüÄÖÜߊ" 0x00, 0xcc, 0xcc, 0x00, 0x78, 0x0c, 0x7c, 0xcc, 0xcc, 0x76, 0x00, 0x00, 0xc6, 0xc6, 0x00, 0x7c, 0xc6, 0xc6, 0xc6, 0xc6, 0x7c, 0x00, 0x00, 0xcc, 0xcc, 0x00, 0xcc, 0xcc, 0xcc, 0xcc, 0xcc, 0x76, 0x00, @@ -201,13 +201,14 @@ font_11x44 = ( 0xc6, 0xc6, 0x00, 0x7c, 0xc6, 0xc6, 0xc6, 0xc6, 0xc6, 0x7c, 0x00, 0xc6, 0xc6, 0x00, 0xc6, 0xc6, 0xc6, 0xc6, 0xc6, 0xc6, 0x7c, 0x00, 0x00, 0x3c, 0x66, 0x66, 0x66, 0x7c, 0x66, 0x66, 0x66, 0x6c, 0x60, + 0x28, 0x10, 0x7c, 0xc6, 0xe0, 0x38, 0x0c, 0xc6, 0xc6, 0x7c, 0x00, ) charmap = u'ABCDEFGHIJKLMNOPQRSTUVWXYZ' + \ u'abcdefghijklmnopqrstuvwxyz' + \ u'0987654321^ !"\0$%&/()=?` °\\}][{' + \ u"@ ~ |<>,;.:-_#'+* " + \ - u"äöüÄÖÜß" + u"äöüÄÖÜߊ" char_offset = {} for i in range(len(charmap)):