Commit Graph

  • 184974b122
    Merge 8c8eb784c1 into a432514db4 Dawid Gosławski 2025-01-05 02:44:02 +0100
  • a432514db4
    USB Serial support for the open-source firmware (#9) master Miha Frangež 2024-12-30 09:18:13 +0100
  • e3dcc72a7c Removed unnecessary code Miha Frangež 2024-12-28 20:07:47 +0100
  • 5f16ef2dc0 Made the class name make more sense Miha Frangež 2024-12-28 16:32:40 +0100
  • 4fef533d19 Fixed typo Miha Frangež 2024-12-28 16:31:44 +0100
  • fa29cb5067 USB Serial support for the open-source firmware Miha Frangež 2024-12-28 15:49:55 +0100
  • 2c066e7f2a
    Merge pull request #5 from Oros42/fix-shebang François Cartegnie 2024-12-28 11:19:22 +0100
  • 100a91eda6 Merge remote-tracking branch 'origin/master' into HEAD Francois Cartegnie 2024-12-28 11:05:24 +0100
  • 7fae7b714b
    Merge pull request #7 from andrey-utkin/master Hong Phuc Dang 2024-12-28 08:05:26 +0100
  • 2869d22845
    Merge pull request #48 from bensartori/refactoring-of-write-methods Jürgen Weigert 2024-07-11 10:32:47 +0200
  • 3a11087296 Typo fixed, web link update. Ben Sartori 2024-07-11 10:13:49 +0200
  • 312715845b Minor fixes for Windows. To be backwards compatible, using Windows with hidapi is not forbidden. But now, you have to select it explicitly. Ben Sartori 2024-06-28 09:55:03 +0200
  • aba522f665 Minor fixes for usage/troubleshooting hints and Windows Ben Sartori 2024-06-28 07:55:24 +0200
  • e3a0d805e6 Some more unittests, small restructuring for tests with mocked python modules Ben Sartori 2024-06-27 09:25:02 +0200
  • 03e57fc57e Some more docstrings Ben Sartori 2024-06-27 09:23:53 +0200
  • db32057c8b Code quality improvements Ben Sartori 2024-06-25 08:59:20 +0200
  • 9b517d1229 Docstrings added Ben Sartori 2024-06-25 08:38:13 +0200
  • 1e3c081c29 Merge remote-tracking branch 'refs/remotes/origin/master' into refactoring-of-write-methods Ben Sartori 2024-06-25 07:02:09 +0200
  • 1f57853607
    Merge pull request #47 from bensartori/documantation Jürgen Weigert 2024-06-24 11:10:09 +0200
  • 94a2559b4a Small refactorings, cleanup, documentation Ben Sartori 2024-06-22 07:28:38 +0200
  • 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. Ben Sartori 2024-06-12 06:13:21 +0200
  • 90266f4cc8 Error message improvement. Ben Sartori 2024-06-07 06:59:46 +0200
  • 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. Ben Sartori 2024-06-07 06:59:18 +0200
  • d5d977bbdd Some documentation improvements regarding common installation hints. Ben Sartori 2024-06-04 07:49:12 +0200
  • f43e76e612 Whitespace correction Ben Sartori 2024-06-04 07:21:37 +0200
  • 5c93752fd3 Improved error handling and messages. Ben Sartori 2024-06-03 09:01:36 +0200
  • 5597db11e6 Tested with windows, improved error handling. Ben Sartori 2024-06-03 08:22:23 +0200
  • 52c335ffa9 Tested with python2, error handling and messages improved. Ben Sartori 2024-06-02 13:33:48 +0200
  • b9a7466208 Refactoring: modularity of write methods, improved error messages Ben Sartori 2024-06-02 07:25:10 +0200
  • 21d5665a42 Some documentation improvements regarding issue #29 Ben Sartori 2024-05-26 15:37:40 +0200
  • 83fefd2404 Some documentation improvements Ben Sartori 2024-05-11 14:10:16 +0200
  • 2e9d78b055 Add example with Doom video Andriy Utkin 2024-04-26 12:39:32 +0100
  • 4f4ac228d8 Add example of converting video with ffmpeg Andriy Utkin 2024-04-26 11:35:44 +0100
  • 8c8eb784c1 Fix L Dawid Gosławski 2024-03-05 22:36:47 +0100
  • 24eaf441c6 Add polish characters Dawid Gosławski 2024-03-05 22:35:09 +0100
  • 2ffe60bafa Fix shebang and right on files Oros42 2024-02-14 19:13:18 +0100
  • ae7195e943 try alternate endpoint on failure Francois Cartegnie 2024-01-02 19:27:10 +0100
  • 7bbebb127e
    Merge pull request #4 from fossasia/rebase020124 François Cartegnie 2024-01-02 15:07:47 +0100
  • 904ce3039f merge resolution Francois Cartegnie 2024-01-02 15:02:44 +0100
  • b0c2a33e74 Added "Š" Jaroslav Škarvada 2023-02-07 23:20:28 +0100
  • df97bfa1e0 [archlinux] add install instructions Nico Schottelius 2019-12-28 16:57:00 +0100
  • 105e23b187 move args.hid check into main(). It has nothing to do in write() Juergen Weigert 2023-12-26 03:01:51 +0100
  • 5f5340fb29 Merge branch 'bensartori-modularization' Juergen Weigert 2023-12-26 02:06:49 +0100
  • 66ee972502 * Forward port #42 to lednamebadge.py * Text changes, spelling. Juergen Weigert 2023-12-26 02:04:19 +0100
  • 7b6d683ee1 Merge branch 'modularization' of https://github.com/bensartori/led-name-badge-ls32 into bensartori-modularization Juergen Weigert 2023-12-26 01:45:44 +0100
  • 0767ec6250
    Merge pull request #42 from dirkhillbrecht/fixhidapi Jürgen Weigert 2023-12-25 22:24:51 +0100
  • 12d86b6a7f
    Merge branch 'master' into fixhidapi Jürgen Weigert 2023-12-25 22:23:29 +0100
  • d780517d37 Rearranging code: cleanup, documentation, version number increment. Ben 2023-11-18 17:58:28 +0100
  • 012d4415bd Rearranging code: cleanup, documentation, version number increment. Ben 2023-11-18 17:46:49 +0100
  • 2d96e0d41a Rearranging code: re-introduce old script names after file renaming, for compatibility Ben 2023-11-13 07:48:39 +0100
  • e206fa903d Rearranging code: corrections and splitting tests after file renaming Ben 2023-11-13 07:33:54 +0100
  • 2e51a018d2 Rearranging code: file renaming for better "importability" Ben 2023-11-13 07:20:29 +0100
  • 67738e87da Rearranging code: code for USB importing libraries directly in class instead of method, that's less structured but easier. Ben 2023-11-13 07:02:14 +0100
  • d13f9ebf9f Rearranging code: moving the content creation functions to a new class SimpleTextAndIcons to have them out of the way when importing only LedNameBadge. Ben 2023-11-12 18:54:52 +0100
  • 46574a7348 Rearranging code: correcting unittests Ben 2023-11-12 18:48:42 +0100
  • 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. Ben 2023-11-12 17:03:18 +0100
  • 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. Ben 2023-11-10 06:54:55 +0100
  • e46aa5acce Move processing of command line arguments from header() to main code, some clean code refactoring Ben 2023-11-09 08:35:52 +0100
  • 745398399f More unittests Ben 2023-11-09 07:21:07 +0100
  • 0d78c48a4c First unittests Ben 2023-11-05 21:55:26 +0100
  • f1849a5f88 Some small refactorings Ben 2023-11-05 21:55:07 +0100
  • be3ba32458
    Create FUNDING.yml Jürgen Weigert 2023-11-01 12:24:26 +0100
  • b23c84a793
    Update README.md Jürgen Weigert 2023-10-02 00:52:13 +0200
  • c3e3132ba2
    Merge pull request #43 from ian57/master Jürgen Weigert 2023-10-02 00:35:39 +0200
  • 28b570c487
    url fix Jürgen Weigert 2023-10-02 00:35:19 +0200
  • 7cbf25a8e1 chore : add animated gif to show accentuated characters Yann Morère 2023-09-11 16:34:15 +0200
  • 36d9e0ddb0 chore: add french accentuated character Yann MORERE 2023-09-10 18:12:59 +0200
  • 8211cafd39 Split data for sending through HID API into appropriate chunks Dirk Hillbrecht (laptop) 2023-08-22 16:35:36 +0200
  • 908c393de0
    Merge pull request #34 from coldtobi/debian-instructions Jürgen Weigert 2023-06-29 14:33:42 -0700
  • 7276eb69d9
    Update README.md Jürgen Weigert 2023-06-29 23:33:33 +0200
  • 11c1ae9d82
    Merge pull request #3 from yarda/add-s-caron Mario Behling 2023-02-10 06:53:55 +0100
  • 88197c67be
    Added "Š" Jaroslav Škarvada 2023-02-07 23:20:28 +0100
  • e0c1e3d55c Simplify Debian/Ubuntu section. Tobias Frost 2022-06-21 16:53:50 +0200
  • 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 Juergen Weigert 2020-10-28 23:38:36 +0100
  • 218b9000df
    Merge pull request #23 from anbo-de/patch-1 Jürgen Weigert 2020-10-28 23:25:26 +0100
  • 093389d948
    Merge pull request #26 from pcfe/pcfe-add-fedora-instructions-upstream Jürgen Weigert 2020-10-28 23:22:24 +0100
  • e8614432b8
    Merge pull request #27 from pcfe/pcfe-add-udev-instructions Jürgen Weigert 2020-10-28 23:21:16 +0100
  • f565fa0fc3
    Update README.md Jürgen Weigert 2020-10-23 17:25:08 +0200
  • 04af0300c3
    Delete test.txt Jürgen Weigert 2020-04-07 11:17:12 +0200
  • 04ecdad0c7
    Create test.txt Jürgen Weigert 2020-04-07 11:16:37 +0200
  • 8abc7655a8 add install instructions for udev rule Patrick C. F. Ernzer 2019-12-31 22:44:04 +0100
  • 5f43f01a87 add Fedora dependencies Patrick C. F. Ernzer 2019-12-31 21:53:06 +0100
  • d12d4e715c add Fedora dependencies Patrick C. F. Ernzer 2019-12-31 21:53:06 +0100
  • 3c6358158b
    Merge pull request #1 from telmich/master Hong Phuc Dang 2019-12-31 11:27:56 +0100
  • 23bbf5a723 [archlinux] add install instructions Nico Schottelius 2019-12-28 16:57:00 +0100
  • 0681d05c4f Use pip3 in the hints, when it fails due to missing pyhidapi. As discussed in issue #19 Juergen Weigert 2019-12-28 01:40:50 +0100
  • 8a512b2103
    Update README.md AnBo 2019-11-10 01:21:05 +0100
  • af70755b49 Option --brightness fixed. Jürgen Weigert 2019-09-29 12:06:10 +0200
  • 6640ee3fee Added experimental brightness support. Please confirm if that works. Jürgen Weigert 2019-09-12 01:46:03 +0200
  • 21c31f90d2 v0.10 supports graymaps Jürgen Weigert 2019-09-11 00:52:06 +0200
  • 18ee58cccd typos fixed. Jürgen Weigert 2019-09-11 00:11:50 +0200
  • e12d3753ea added win/libusb-win32-bin-1.2.6.0.zip it is needed on windows7. Jürgen Weigert 2019-09-10 21:01:51 +0200
  • 4f96864949 added win/libusb-win32-bin-1.2.6.0.zip it is needed on windows7. Jürgen Weigert 2019-09-10 21:01:51 +0200
  • c0a29c6fff macos also works with python3, use this, when you are scared of deprecated warnings from python 2.7 Jürgen Weigert 2019-09-10 19:22:34 +0200
  • 8977e12a26
    Merge pull request #18 from kitazaki/master Jürgen Weigert 2019-09-10 13:57:56 +0100
  • 3a7e42ad98
    Merge branch 'master' into master Jürgen Weigert 2019-09-10 13:55:56 +0100
  • 940c7e5e91 Fixed x >= im.width bug. Hand improved gfx/falafue_logo_44x11 font. Jürgen Weigert 2019-09-09 22:00:17 +0200
  • 24fbf46971
    Add files via upload kitazaki 2019-08-30 18:31:54 +0900
  • 5282f04bd0
    Merge pull request #1 from jnweiger/master kitazaki 2019-08-30 18:31:09 +0900
  • bac0465209
    Merge pull request #17 from LinusCDE/master Jürgen Weigert 2019-08-21 14:22:53 +0100