Skip to content

adding alternative TLC59711Multi driver implementation #5

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

Merged
merged 96 commits into from
Apr 27, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
96 commits
Select commit Hold shift + click to select a range
66aa12c
first starts on multi driver. Not Working.
s-light Nov 16, 2018
80cc33e
fix nameing
s-light Dec 25, 2018
dc0978f
prepared multifile version
s-light Dec 26, 2018
38afd72
make pylama happy :-)
s-light Dec 26, 2018
52fa830
make pylama happy :-)
s-light Dec 26, 2018
f92abd2
debugging...
s-light Jan 5, 2019
6f0eec1
working :joy:
s-light Jan 5, 2019
a60dbdb
fix multichip calculations & remove debugging
s-light Jan 5, 2019
640790e
add timing tests
s-light Jan 5, 2019
d994b23
add lookup variant
s-light Jan 5, 2019
21eccb4
switch to lookup variant
s-light Jan 5, 2019
e6502d9
add set_channel
s-light Jan 5, 2019
6351051
optimize set_pixel
s-light Jan 5, 2019
8b465f0
fix spelling
s-light Jan 5, 2019
a1e754b
optimize speed in set_pixel
s-light Jan 5, 2019
a3c78eb
optimize set_pixel
s-light Jan 5, 2019
3678d59
optimize set_pixel
s-light Jan 5, 2019
849e452
make linter happy
s-light Jan 5, 2019
0589b6d
optimize same more
s-light Jan 5, 2019
c4b398d
fix spelling
s-light Jan 5, 2019
5e3a6e5
added set_pixel_16bit_XXXXX
s-light Jan 5, 2019
4a90e3c
added timing test
s-light Jan 5, 2019
1343d3f
added test for pixel get
s-light Jan 5, 2019
cb52b98
more tests and cleanup
s-light Jan 5, 2019
6a1363b
add set_pixels_all
s-light Jan 5, 2019
5830031
added set_pixel_all_16bit_value
s-light Jan 5, 2019
1d26599
cleanup & change asserts
s-light Jan 5, 2019
748eca7
update
s-light Jan 5, 2019
91bc684
simplified simpletest.py
s-light Jan 5, 2019
3697e48
cleaned up *dev.py
s-light Jan 5, 2019
fd845dd
fixed docu and more cleanup of *dev.py
s-light Jan 5, 2019
4252b1f
made pylint complexity checker happy..
s-light Jan 5, 2019
1f7a36b
more test & clean up
s-light Jan 6, 2019
f3a9888
add bcdata test sketch
s-light Jan 6, 2019
208e77a
update and refine BCData things
s-light Jan 6, 2019
c24ae14
some refines for BC-Data
s-light Jan 6, 2019
186b53e
Merge branch 'master' of https://github.com/adafruit/Adafruit_Circuit…
s-light Jan 6, 2019
6bf3378
fix travis for subfolder.
s-light Jan 6, 2019
ee46c93
make sphinx happy ;-)
s-light Jan 6, 2019
4c93b91
fix linting
s-light Jan 6, 2019
f729757
more linting fixes
s-light Jan 6, 2019
7e42ebc
and more linting / cleaningup...
s-light Jan 6, 2019
4095964
rename internals
s-light Jan 25, 2019
34b214f
tweak
s-light Feb 8, 2020
7059725
Merge branch 'master' into multi
s-light Feb 8, 2020
f88c06d
add example
s-light Feb 8, 2020
ee2eedc
change to const & internal const
s-light Feb 10, 2020
36c0b50
remove unused and _debug_print_*
s-light Feb 10, 2020
cfcb217
fix code-style (linebreaks)
s-light Feb 10, 2020
8869b00
tweak set&get 16 and 32bit buffer values
s-light Feb 13, 2020
03b1116
fix things..
s-light Feb 24, 2020
743e0c6
more struct experiments and fixes
s-light Feb 24, 2020
50553bd
linting and code cleanup
s-light Feb 25, 2020
cc7b006
more linting and cleanup
s-light Feb 25, 2020
010fa27
more cleanup
s-light Feb 25, 2020
0dee8f8
rewrite discreet steps as loop
s-light Feb 25, 2020
efde043
more cleanup & tests
s-light Feb 25, 2020
33bd833
cleanup set_channel
s-light Feb 25, 2020
b40ddd0
cleanup unneeded helper functions
s-light Feb 25, 2020
a07c083
speed-optimize
s-light Feb 25, 2020
ebed417
rename example
s-light Feb 25, 2020
5a9bede
fix bug
s-light Feb 25, 2020
d676db9
add example
s-light Feb 25, 2020
dcbc36a
dev: change debug output
s-light Sep 7, 2020
cb08af9
moved modules outside of subfolder
s-light Sep 7, 2020
f285c01
changed module names to remove multiple versions
s-light Sep 7, 2020
8c80698
add backwards compatibility class
s-light Sep 11, 2020
a550437
change example import syntax
s-light Sep 11, 2020
c74191a
Merge branch 'master' of https://github.com/adafruit/Adafruit_Circuit…
s-light Sep 11, 2020
bc69ef2
formating and linting
s-light Sep 11, 2020
21a27d8
run black & linting
s-light Sep 11, 2020
88b0c98
cleanup..
s-light Sep 12, 2020
1179a29
more cleanup
s-light Sep 12, 2020
ee70d97
added minimal first AutoShow class
s-light Sep 12, 2020
17fbcee
fix examples
s-light Sep 12, 2020
9e16d6e
linting..
s-light Sep 12, 2020
3347012
black format
FoamyGuy Sep 12, 2020
e56306a
fix pylint issues for super call
FoamyGuy Sep 12, 2020
56ff1c6
rename minimal to simpletest
s-light Sep 13, 2020
913b596
fix doc
s-light Sep 13, 2020
3ce7ab5
fixed doc
s-light Sep 13, 2020
9513171
another fix
s-light Sep 13, 2020
b09f17a
black format
FoamyGuy Sep 13, 2020
8d92121
fix travis
s-light Sep 13, 2020
d97e601
remove travis
FoamyGuy Sep 28, 2020
25cf233
Merge remote-tracking branch 'origin/multi' into multi
FoamyGuy Sep 28, 2020
ab0dccc
remove travis
FoamyGuy Sep 28, 2020
cbb8a2f
cleanup
s-light Dec 19, 2020
309b482
add detailed explanation
s-light Dec 19, 2020
af12497
revert changes to .pylintrc
s-light Dec 19, 2020
ea3fff7
add simple fancyled rainbow example
s-light Dec 22, 2020
91103cb
run black==19.10b0
s-light Jan 5, 2021
81b9c30
fix pdf to py
s-light Jan 7, 2021
a3e4f27
fix pylint import order
s-light Jan 7, 2021
82cb221
Merge branch 'master' into multi
s-light Apr 27, 2021
13c3636
merge things cleanup....
s-light Apr 27, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,15 @@

*.mpy
.idea
*.idea.py
__pycache__
_build
*.pyc
.env
build*
bundles
*.DS_Store
.eggs
dist
**/*.egg-info
temp/
Loading