Ben
e206fa903d
Rearranging code: corrections and splitting tests after file renaming
12 months ago
Ben
2e51a018d2
Rearranging code: file renaming for better "importability"
12 months ago
Ben
67738e87da
Rearranging code: code for USB importing libraries directly in class instead of method, that's less structured but easier.
12 months ago
Ben
d13f9ebf9f
Rearranging code: moving the content creation functions to a new class SimpleTextAndIcons to have them out of the way when importing only LedNameBadge.
12 months ago
Ben
46574a7348
Rearranging code: correcting unittests
12 months ago
Ben
d79a15f119
Rearranging code: new class LedNameBadge for the methods header() and write() (and the USB decision and initialization code), which are the ones, that other content creation sw might want to use.
12 months ago
Ben
6b06508ef9
Rearranging code: grouping by functionality parameter-processing, write-buffer-preparing, writing.
...
The goal is a nice splitting into classes and methods, a bit more clean-codish and easy usage as a module.
12 months ago
Ben
e46aa5acce
Move processing of command line arguments from header() to main code, some clean code refactoring
12 months ago
Ben
f1849a5f88
Some small refactorings
1 year ago
Yann MORERE
36d9e0ddb0
chore: add french accentuated character
1 year ago
Juergen Weigert
050cfb2e43
https://github.com/ameisso found an issue (probably on MacOS?)
...
The script keeps crashing when I export PNG from photoshop even if the finder gives me the right size.
This is correcting the issue
https://github.com/jnweiger/led-name-badge-ls32/pull/20
I am picking the one line important line, that should fix it.
4 years ago
Juergen Weigert
0681d05c4f
Use pip3 in the hints, when it fails due to missing pyhidapi. As discussed in issue #19
5 years ago
Jürgen Weigert
af70755b49
Option --brightness fixed.
5 years ago
Jürgen Weigert
6640ee3fee
Added experimental brightness support. Please confirm if that works.
5 years ago
Jürgen Weigert
21c31f90d2
v0.10 supports graymaps
5 years ago
Jürgen Weigert
18ee58cccd
typos fixed.
5 years ago
Jürgen Weigert
940c7e5e91
Fixed x >= im.width bug.
...
Hand improved gfx/falafue_logo_44x11 font.
5 years ago
kitazaki
24fbf46971
Add files via upload
5 years ago
Linus
9da5717f44
Remove forgotten debug message
5 years ago
Linus
1310ce4528
Ignore alpha value for average color calculation
5 years ago
Linus
2a5245cefa
Add support for 1-bit colors as input
5 years ago
Jürgen Weigert
0f7b69242f
support type 48x12
5 years ago
syspart
6a4c5393ed
Detecting changed messages
...
With adding date&time to the header, the device knows a newer message has been send.
So you don't have to remove the device when sending a new message.
5 years ago
syspart
feda32e82d
Overflow error on long messages
5 years ago
syspart
d643393f55
Bricking the device with long messages
...
Hello Jürgen, I had a problem with long text messages.
When sending more than 8192 bytes, the message(s) will be displayed, but after turning of it never starts again. So I lost 4 badges.
Greetings Klaus
5 years ago
Jürgen Weigert
11febb93a7
fixed https://github.com/jnweiger/led-badge-44x11/issues/9
6 years ago
Jürgen Weigert
608a22429b
hidapi seems more reliable when it gets the entire buffer at once.
6 years ago
Jürgen Weigert
c47bc9a03a
Added inf-wizard.exe to make installation possible on windows.
...
From: https://kent.dl.sourceforge.net/project/libusb-win32/libusb-win32-releases/1.2.6.0/libusb-win32-bin-1.2.6.0.zip
6 years ago
Jürgen Weigert
660172fbfa
added support for windows via libusb-win32
6 years ago
Jürgen Weigert
72bb425725
0.7 also prefer pyhidapi on linux (usb.core) still supported.
6 years ago
Jürgen Weigert
b7f56e8c77
0.7 also prefer pyhidapi on linux (usb.core) still supported.
6 years ago
s-light
956a75f8b3
added binary example
6 years ago
mik-at
c6f051bf9b
Update led-badge-11x44.py
6 years ago
mik-at
0dd737bb03
Update led-badge-11x44.py
6 years ago
Jürgen Weigert
733fa1325d
added ants and blink mode. And --mode-help to document animations.
6 years ago
Jürgen Weigert
49d28e06e4
v0.5 Deprecated -p and CTRL-characters. We now offer embedding within colons(:)
...
Added builtin icons and -l to list them.
6 years ago
Jürgen Weigert
1759fcebf1
more icons
6 years ago
Jürgen Weigert
2fb3af8779
v0.4 with a combined example at the end of the usage.
6 years ago
Jürgen Weigert
fc3892d977
warning about unused images added, examples added to README.
6 years ago
Jürgen Weigert
b10d7e376e
Fablab logos added for Fürth and Nürnberg.
6 years ago
Jürgen Weigert
721c3a84a1
option parser done. Speed[1..8] and 8 different modes documented and functional.
6 years ago
Jürgen Weigert
88c7501773
code for image loading added. untested.
6 years ago
Jürgen Weigert
e5ca241f34
comments added to the hexdumps
6 years ago
Jürgen Weigert
8b7dab6339
adjusted the lower case g to stay in line.
6 years ago
Jürgen Weigert
d53174f694
upload of text strings works. Including hand crafted german umlaut chars.
...
speed is hardcoded at 4
mode is hardcoded at 0 (aka scroll to left)
6 years ago
Jürgen Weigert
7ce474f3ae
execute bits
6 years ago
Jürgen Weigert
dd9dd366b8
font bitmap encoding, as extracted from a name tag.
6 years ago