Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding alternative TLC59711Multi driver implementation #5

Merged
merged 96 commits into from
Apr 27, 2021

Commits on Nov 16, 2018

  1. Configuration menu
    Copy the full SHA
    66aa12c View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2018

  1. fix nameing

    s-light committed Dec 25, 2018
    Configuration menu
    Copy the full SHA
    80cc33e View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2018

  1. prepared multifile version

    s-light committed Dec 26, 2018
    Configuration menu
    Copy the full SHA
    dc0978f View commit details
    Browse the repository at this point in the history
  2. make pylama happy :-)

    s-light committed Dec 26, 2018
    Configuration menu
    Copy the full SHA
    38afd72 View commit details
    Browse the repository at this point in the history
  3. make pylama happy :-)

    s-light committed Dec 26, 2018
    Configuration menu
    Copy the full SHA
    52fa830 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2019

  1. debugging...

    s-light committed Jan 5, 2019
    Configuration menu
    Copy the full SHA
    f92abd2 View commit details
    Browse the repository at this point in the history
  2. working 😂

    s-light committed Jan 5, 2019
    Configuration menu
    Copy the full SHA
    6f0eec1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a60dbdb View commit details
    Browse the repository at this point in the history
  4. add timing tests

    s-light committed Jan 5, 2019
    Configuration menu
    Copy the full SHA
    640790e View commit details
    Browse the repository at this point in the history
  5. add lookup variant

    s-light committed Jan 5, 2019
    Configuration menu
    Copy the full SHA
    d994b23 View commit details
    Browse the repository at this point in the history
  6. switch to lookup variant

    s-light committed Jan 5, 2019
    Configuration menu
    Copy the full SHA
    21eccb4 View commit details
    Browse the repository at this point in the history
  7. add set_channel

    s-light committed Jan 5, 2019
    Configuration menu
    Copy the full SHA
    e6502d9 View commit details
    Browse the repository at this point in the history
  8. optimize set_pixel

    s-light committed Jan 5, 2019
    Configuration menu
    Copy the full SHA
    6351051 View commit details
    Browse the repository at this point in the history
  9. fix spelling

    s-light committed Jan 5, 2019
    Configuration menu
    Copy the full SHA
    8b465f0 View commit details
    Browse the repository at this point in the history
  10. optimize speed in set_pixel

    by inlining functions :-(
    faster: 0.16ms per pixel
    s-light committed Jan 5, 2019
    Configuration menu
    Copy the full SHA
    a1e754b View commit details
    Browse the repository at this point in the history
  11. optimize set_pixel

    by only checking value range once
    s-light committed Jan 5, 2019
    Configuration menu
    Copy the full SHA
    a3c78eb View commit details
    Browse the repository at this point in the history
  12. optimize set_pixel

    more inlinening..
    s-light committed Jan 5, 2019
    Configuration menu
    Copy the full SHA
    3678d59 View commit details
    Browse the repository at this point in the history
  13. make linter happy

    s-light committed Jan 5, 2019
    Configuration menu
    Copy the full SHA
    849e452 View commit details
    Browse the repository at this point in the history
  14. optimize same more

    s-light committed Jan 5, 2019
    Configuration menu
    Copy the full SHA
    0589b6d View commit details
    Browse the repository at this point in the history
  15. fix spelling

    s-light committed Jan 5, 2019
    Configuration menu
    Copy the full SHA
    c4b398d View commit details
    Browse the repository at this point in the history
  16. added set_pixel_16bit_XXXXX

    s-light committed Jan 5, 2019
    Configuration menu
    Copy the full SHA
    5e3a6e5 View commit details
    Browse the repository at this point in the history
  17. added timing test

    s-light committed Jan 5, 2019
    Configuration menu
    Copy the full SHA
    4a90e3c View commit details
    Browse the repository at this point in the history
  18. added test for pixel get

    s-light committed Jan 5, 2019
    Configuration menu
    Copy the full SHA
    1343d3f View commit details
    Browse the repository at this point in the history
  19. more tests and cleanup

    s-light committed Jan 5, 2019
    Configuration menu
    Copy the full SHA
    cb52b98 View commit details
    Browse the repository at this point in the history
  20. add set_pixels_all

    s-light committed Jan 5, 2019
    Configuration menu
    Copy the full SHA
    6a1363b View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    5830031 View commit details
    Browse the repository at this point in the history
  22. cleanup & change asserts

    to if with helpfull messages
    s-light committed Jan 5, 2019
    Configuration menu
    Copy the full SHA
    1d26599 View commit details
    Browse the repository at this point in the history
  23. update

    s-light committed Jan 5, 2019
    Configuration menu
    Copy the full SHA
    748eca7 View commit details
    Browse the repository at this point in the history
  24. simplified simpletest.py

    s-light committed Jan 5, 2019
    Configuration menu
    Copy the full SHA
    91bc684 View commit details
    Browse the repository at this point in the history
  25. cleaned up *dev.py

    s-light committed Jan 5, 2019
    Configuration menu
    Copy the full SHA
    3697e48 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    fd845dd View commit details
    Browse the repository at this point in the history
  27. made pylint complexity checker happy..

    this needs about 5ms more @128pixel
    s-light committed Jan 5, 2019
    Configuration menu
    Copy the full SHA
    4252b1f View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2019

  1. more test & clean up

    s-light committed Jan 6, 2019
    Configuration menu
    Copy the full SHA
    1f7a36b View commit details
    Browse the repository at this point in the history
  2. add bcdata test sketch

    s-light committed Jan 6, 2019
    Configuration menu
    Copy the full SHA
    f3a9888 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    208e77a View commit details
    Browse the repository at this point in the history
  4. some refines for BC-Data

    s-light committed Jan 6, 2019
    Configuration menu
    Copy the full SHA
    c24ae14 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    186b53e View commit details
    Browse the repository at this point in the history
  6. fix travis for subfolder.

    s-light committed Jan 6, 2019
    Configuration menu
    Copy the full SHA
    6bf3378 View commit details
    Browse the repository at this point in the history
  7. make sphinx happy ;-)

    s-light committed Jan 6, 2019
    Configuration menu
    Copy the full SHA
    ee46c93 View commit details
    Browse the repository at this point in the history
  8. fix linting

    s-light committed Jan 6, 2019
    Configuration menu
    Copy the full SHA
    4c93b91 View commit details
    Browse the repository at this point in the history
  9. more linting fixes

    s-light committed Jan 6, 2019
    Configuration menu
    Copy the full SHA
    f729757 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7e42ebc View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2019

  1. rename internals

    for better name compatibility to TLC5957
    s-light committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    4095964 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2020

  1. tweak

    s-light committed Feb 8, 2020
    Configuration menu
    Copy the full SHA
    34b214f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7059725 View commit details
    Browse the repository at this point in the history
  3. add example

    s-light committed Feb 8, 2020
    Configuration menu
    Copy the full SHA
    f88c06d View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2020

  1. Configuration menu
    Copy the full SHA
    ee2eedc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36c0b50 View commit details
    Browse the repository at this point in the history
  3. fix code-style (linebreaks)

    s-light committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    cfcb217 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2020

  1. Configuration menu
    Copy the full SHA
    8869b00 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2020

  1. fix things..

    s-light committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    03b1116 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    743e0c6 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2020

  1. linting and code cleanup

    s-light committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    50553bd View commit details
    Browse the repository at this point in the history
  2. more linting and cleanup

    s-light committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    cc7b006 View commit details
    Browse the repository at this point in the history
  3. more cleanup

    s-light committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    010fa27 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0dee8f8 View commit details
    Browse the repository at this point in the history
  5. more cleanup & tests

    s-light committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    efde043 View commit details
    Browse the repository at this point in the history
  6. cleanup set_channel

    s-light committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    33bd833 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b40ddd0 View commit details
    Browse the repository at this point in the history
  8. speed-optimize

    s-light committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    a07c083 View commit details
    Browse the repository at this point in the history
  9. rename example

    s-light committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    ebed417 View commit details
    Browse the repository at this point in the history
  10. fix bug

    s-light committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    5a9bede View commit details
    Browse the repository at this point in the history
  11. add example

    s-light committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    d676db9 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2020

  1. dev: change debug output

    s-light committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    dcbc36a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb08af9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f285c01 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2020

  1. Configuration menu
    Copy the full SHA
    8c80698 View commit details
    Browse the repository at this point in the history
  2. change example import syntax

    (not tested yet)
    s-light committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    a550437 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c74191a View commit details
    Browse the repository at this point in the history
  4. formating and linting

    s-light committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    bc69ef2 View commit details
    Browse the repository at this point in the history
  5. run black & linting

    s-light committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    21a27d8 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2020

  1. cleanup..

    (test examples, cleanup doublets, fix small bugs)
    s-light committed Sep 12, 2020
    Configuration menu
    Copy the full SHA
    88b0c98 View commit details
    Browse the repository at this point in the history
  2. more cleanup

    merged TLC59711 into TLC59711Multi & renamed later to first.
    if we need a auto_show functionality i think it is necessary to create a 
    special subclass for this (for performance reasons)
    s-light committed Sep 12, 2020
    Configuration menu
    Copy the full SHA
    1179a29 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee70d97 View commit details
    Browse the repository at this point in the history
  4. fix examples

    s-light committed Sep 12, 2020
    Configuration menu
    Copy the full SHA
    17fbcee View commit details
    Browse the repository at this point in the history
  5. linting..

    s-light committed Sep 12, 2020
    Configuration menu
    Copy the full SHA
    9e16d6e View commit details
    Browse the repository at this point in the history
  6. black format

    FoamyGuy committed Sep 12, 2020
    Configuration menu
    Copy the full SHA
    3347012 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e56306a View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2020

  1. rename minimal to simpletest

    s-light committed Sep 13, 2020
    Configuration menu
    Copy the full SHA
    56ff1c6 View commit details
    Browse the repository at this point in the history
  2. fix doc

    s-light committed Sep 13, 2020
    Configuration menu
    Copy the full SHA
    913b596 View commit details
    Browse the repository at this point in the history
  3. fixed doc

    (removed package sub path)
    s-light committed Sep 13, 2020
    Configuration menu
    Copy the full SHA
    3ce7ab5 View commit details
    Browse the repository at this point in the history
  4. another fix

    s-light committed Sep 13, 2020
    Configuration menu
    Copy the full SHA
    9513171 View commit details
    Browse the repository at this point in the history
  5. black format

    FoamyGuy committed Sep 13, 2020
    Configuration menu
    Copy the full SHA
    b09f17a View commit details
    Browse the repository at this point in the history
  6. fix travis

    s-light committed Sep 13, 2020
    Configuration menu
    Copy the full SHA
    8d92121 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2020

  1. remove travis

    FoamyGuy committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    d97e601 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/multi' into multi

    # Conflicts:
    #	.travis.yml
    FoamyGuy committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    25cf233 View commit details
    Browse the repository at this point in the history
  3. remove travis

    FoamyGuy committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    ab0dccc View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2020

  1. cleanup

    s-light committed Dec 19, 2020
    Configuration menu
    Copy the full SHA
    cbb8a2f View commit details
    Browse the repository at this point in the history
  2. add detailed explanation

    s-light committed Dec 19, 2020
    Configuration menu
    Copy the full SHA
    309b482 View commit details
    Browse the repository at this point in the history
  3. revert changes to .pylintrc

    and add file global disables.
    
    (inline disable would not make sens to fix the undefined-variable and 
    invalid-name multiple times in my opinion.)
    s-light committed Dec 19, 2020
    Configuration menu
    Copy the full SHA
    af12497 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2020

  1. Configuration menu
    Copy the full SHA
    ea3fff7 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2021

  1. run black==19.10b0

    s-light committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    91103cb View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2021

  1. fix pdf to py

    s-light committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    81b9c30 View commit details
    Browse the repository at this point in the history
  2. fix pylint import order

    s-light committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    a3e4f27 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2021

  1. Configuration menu
    Copy the full SHA
    82cb221 View commit details
    Browse the repository at this point in the history
  2. merge things cleanup....

    s-light committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    13c3636 View commit details
    Browse the repository at this point in the history