Miha Frangež
e3dcc72a7c
Removed unnecessary code
10 months ago
Miha Frangež
5f16ef2dc0
Made the class name make more sense
10 months ago
Miha Frangež
4fef533d19
Fixed typo
10 months ago
Miha Frangež
fa29cb5067
USB Serial support for the open-source firmware
10 months ago
François Cartegnie
2c066e7f2a
Merge pull request #5 from Oros42/fix-shebang
...
Fix shebang and right on files
10 months ago
Francois Cartegnie
100a91eda6
Merge remote-tracking branch 'origin/master' into HEAD
10 months ago
Hong Phuc Dang
7fae7b714b
Merge pull request #7 from andrey-utkin/master
...
Add example of converting video with ffmpeg
10 months ago
Jürgen Weigert
2869d22845
Merge pull request #48 from bensartori/refactoring-of-write-methods
...
Refactoring of write methods, adding device selection
1 year ago
Ben Sartori
3a11087296
Typo fixed, web link update.
1 year ago
Ben Sartori
312715845b
Minor fixes for Windows.
...
To be backwards compatible, using Windows with hidapi is not forbidden. But now, you have to select it explicitly.
1 year ago
Ben Sartori
aba522f665
Minor fixes for usage/troubleshooting hints and Windows
1 year ago
Ben Sartori
e3a0d805e6
Some more unittests, small restructuring for tests with mocked python modules
1 year ago
Ben Sartori
03e57fc57e
Some more docstrings
1 year ago
Ben Sartori
db32057c8b
Code quality improvements
1 year ago
Ben Sartori
9b517d1229
Docstrings added
1 year ago
Ben Sartori
1e3c081c29
Merge remote-tracking branch 'refs/remotes/origin/master' into refactoring-of-write-methods
...
# Conflicts:
# README.md
# lednamebadge.py
1 year ago
Jürgen Weigert
1f57853607
Merge pull request #47 from bensartori/documantation
...
Some documentation improvements
1 year ago
Ben Sartori
94a2559b4a
Small refactorings, cleanup, documentation
1 year ago
Ben Sartori
6de3b1dce8
Addressing of specific connected device.
...
So, multiple devices can be connected at the same time and one can get a list and choose via command line parameter.
1 year ago
Ben Sartori
90266f4cc8
Error message improvement.
1 year ago
Ben Sartori
693cbc503f
Explicitly closing libusb-device.
...
On some systems using libusb it was not possible to call the program (write to the device) a second time without detaching the device. Dispose_resources + reset should solve this problem.
1 year ago
Ben Sartori
d5d977bbdd
Some documentation improvements regarding common installation hints.
1 year ago
Ben Sartori
f43e76e612
Whitespace correction
1 year ago
Ben Sartori
5c93752fd3
Improved error handling and messages.
1 year ago
Ben Sartori
5597db11e6
Tested with windows, improved error handling.
1 year ago
Ben Sartori
52c335ffa9
Tested with python2, error handling and messages improved.
1 year ago
Ben Sartori
b9a7466208
Refactoring: modularity of write methods, improved error messages
1 year ago
Ben Sartori
21d5665a42
Some documentation improvements regarding issue #29
1 year ago
Ben Sartori
83fefd2404
Some documentation improvements
1 year ago
Andriy Utkin
2e9d78b055
Add example with Doom video
2 years ago
Andriy Utkin
4f4ac228d8
Add example of converting video with ffmpeg
2 years ago
Oros42
2ffe60bafa
Fix shebang and right on files
2 years ago
Francois Cartegnie
ae7195e943
try alternate endpoint on failure
...
just switching endpoint on exception
simple user friendly fix
2 years ago
François Cartegnie
7bbebb127e
Merge pull request #4 from fossasia/rebase020124
...
Rebase as on 020124
2 years ago
Francois Cartegnie
904ce3039f
merge resolution
2 years ago
Jaroslav Škarvada
b0c2a33e74
Added "Š"
...
Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
2 years ago
Nico Schottelius
df97bfa1e0
[archlinux] add install instructions
2 years ago
Juergen Weigert
105e23b187
move args.hid check into main(). It has nothing to do in write()
2 years ago
Juergen Weigert
5f5340fb29
Merge branch 'bensartori-modularization'
2 years ago
Juergen Weigert
66ee972502
* Forward port #42 to lednamebadge.py
...
* Text changes, spelling.
2 years ago
Juergen Weigert
7b6d683ee1
Merge branch 'modularization' of https://github.com/bensartori/led-name-badge-ls32 into bensartori-modularization
2 years ago
Jürgen Weigert
0767ec6250
Merge pull request #42 from dirkhillbrecht/fixhidapi
...
Fix HID API sending path through pyhidapi
2 years ago
Jürgen Weigert
12d86b6a7f
Merge branch 'master' into fixhidapi
2 years ago
Ben
d780517d37
Rearranging code: cleanup, documentation, version number increment.
2 years ago
Ben
012d4415bd
Rearranging code: cleanup, documentation, version number increment.
2 years ago
Ben
2d96e0d41a
Rearranging code: re-introduce old script names after file renaming, for compatibility
2 years ago
Ben
e206fa903d
Rearranging code: corrections and splitting tests after file renaming
2 years ago
Ben
2e51a018d2
Rearranging code: file renaming for better "importability"
2 years ago
Ben
67738e87da
Rearranging code: code for USB importing libraries directly in class instead of method, that's less structured but easier.
2 years 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.
2 years ago