File tree 22 files changed +26
-43
lines changed
22 files changed +26
-43
lines changed Original file line number Diff line number Diff line change 1
1
The MIT License (MIT)
2
2
3
3
Copyright (c) 2017 Adam Patt
4
- Copyright (c) 2019-2020 Roy Hooper, Kattni Rembor
4
+ Copyright (c) 2019-2020 Kattni Rembor
5
5
6
6
Permission is hereby granted, free of charge, to any person obtaining a copy
7
7
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 1
1
# The MIT License (MIT)
2
2
#
3
- # Copyright (c) 2020 Roy Hooper
3
+ # Copyright (c) 2020 Kattni Rembor for Adafruit Industries
4
4
#
5
5
# Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
# of this software and associated documentation files (the "Software"), to deal
22
22
"""
23
23
Timing for Adafruit LED Animation library.
24
24
25
- Author(s): Roy Hooper
25
+ Author(s): Kattni Rembor
26
26
"""
27
27
28
28
try :
Original file line number Diff line number Diff line change 1
1
# The MIT License (MIT)
2
2
#
3
- # Copyright (c) 2019-2020 Roy Hooper
4
3
# Copyright (c) 2020 Kattni Rembor for Adafruit Industries
5
4
#
6
5
# Permission is hereby granted, free of charge, to any person obtaining a copy
26
25
27
26
Animation base class for CircuitPython helper library for LED animations.
28
27
29
- * Author(s): Roy Hooper, Kattni Rembor
28
+ * Author(s): Kattni Rembor
30
29
31
30
Implementation Notes
32
31
--------------------
Original file line number Diff line number Diff line change 1
1
# The MIT License (MIT)
2
2
#
3
- # Copyright (c) 2019-2020 Roy Hooper
4
3
# Copyright (c) 2020 Kattni Rembor for Adafruit Industries
5
4
#
6
5
# Permission is hereby granted, free of charge, to any person obtaining a copy
26
25
27
26
Blink animation for CircuitPython helper library for LED animations.
28
27
29
- * Author(s): Roy Hooper, Kattni Rembor
28
+ * Author(s): Kattni Rembor
30
29
31
30
Implementation Notes
32
31
--------------------
Original file line number Diff line number Diff line change 1
1
# The MIT License (MIT)
2
2
#
3
- # Copyright (c) 2019-2020 Roy Hooper
4
3
# Copyright (c) 2020 Kattni Rembor for Adafruit Industries
5
4
#
6
5
# Permission is hereby granted, free of charge, to any person obtaining a copy
26
25
27
26
Theatre chase animation for CircuitPython helper library for LED animations.
28
27
29
- * Author(s): Roy Hooper, Kattni Rembor
28
+ * Author(s): Kattni Rembor
30
29
31
30
Implementation Notes
32
31
--------------------
Original file line number Diff line number Diff line change 1
1
# The MIT License (MIT)
2
2
#
3
- # Copyright (c) 2019-2020 Roy Hooper
4
3
# Copyright (c) 2020 Kattni Rembor for Adafruit Industries
5
4
#
6
5
# Permission is hereby granted, free of charge, to any person obtaining a copy
26
25
27
26
Color cycle animation for CircuitPython helper library for LED animations.
28
27
29
- * Author(s): Roy Hooper, Kattni Rembor
28
+ * Author(s): Kattni Rembor
30
29
31
30
Implementation Notes
32
31
--------------------
Original file line number Diff line number Diff line change 1
1
# The MIT License (MIT)
2
2
#
3
- # Copyright (c) 2019-2020 Roy Hooper
4
3
# Copyright (c) 2020 Kattni Rembor for Adafruit Industries
5
4
#
6
5
# Permission is hereby granted, free of charge, to any person obtaining a copy
26
25
27
26
Comet animation for CircuitPython helper library for LED animations.
28
27
29
- * Author(s): Roy Hooper, Kattni Rembor
28
+ * Author(s): Kattni Rembor
30
29
31
30
Implementation Notes
32
31
--------------------
Original file line number Diff line number Diff line change 1
1
# The MIT License (MIT)
2
2
#
3
- # Copyright (c) 2019-2020 Roy Hooper
4
3
# Copyright (c) 2020 Kattni Rembor for Adafruit Industries
5
4
# Copyright (c) 2020 Connie Sieh
6
5
#
27
26
28
27
Custom color chase animation for CircuitPython helper library for LED animations.
29
28
30
- * Author(s): Roy Hooper, Kattni Rembor, Connie Sieh
29
+ * Author(s): Kattni Rembor, Connie Sieh
31
30
32
31
Implementation Notes
33
32
--------------------
Original file line number Diff line number Diff line change 1
1
# The MIT License (MIT)
2
2
#
3
- # Copyright (c) 2019-2020 Roy Hooper
4
3
# Copyright (c) 2020 Kattni Rembor for Adafruit Industries
5
4
#
6
5
# Permission is hereby granted, free of charge, to any person obtaining a copy
26
25
27
26
Rain animations for CircuitPython helper library for LED animations.
28
27
29
- * Author(s): Roy Hooper, Kattni Rembor
28
+ * Author(s): Kattni Rembor
30
29
31
30
Implementation Notes
32
31
--------------------
Original file line number Diff line number Diff line change 1
1
# The MIT License (MIT)
2
2
#
3
- # Copyright (c) 2019-2020 Roy Hooper
4
3
# Copyright (c) 2020 Kattni Rembor for Adafruit Industries
5
4
#
6
5
# Permission is hereby granted, free of charge, to any person obtaining a copy
26
25
27
26
Pulse animation for CircuitPython helper library for LED animations.
28
27
29
- * Author(s): Roy Hooper, Kattni Rembor
28
+ * Author(s): Kattni Rembor
30
29
31
30
Implementation Notes
32
31
--------------------
Original file line number Diff line number Diff line change 1
1
# The MIT License (MIT)
2
2
#
3
- # Copyright (c) 2019-2020 Roy Hooper
4
3
# Copyright (c) 2020 Kattni Rembor for Adafruit Industries
5
4
#
6
5
# Permission is hereby granted, free of charge, to any person obtaining a copy
26
25
27
26
Rainbow animation for CircuitPython helper library for LED animations.
28
27
29
- * Author(s): Roy Hooper, Kattni Rembor
28
+ * Author(s): Kattni Rembor
30
29
31
30
Implementation Notes
32
31
--------------------
Original file line number Diff line number Diff line change 1
1
# The MIT License (MIT)
2
2
#
3
- # Copyright (c) 2019-2020 Roy Hooper
4
3
# Copyright (c) 2020 Kattni Rembor for Adafruit Industries
5
4
#
6
5
# Permission is hereby granted, free of charge, to any person obtaining a copy
26
25
27
26
Rainbow chase animation for CircuitPython helper library for LED animations.
28
27
29
- * Author(s): Roy Hooper, Kattni Rembor
28
+ * Author(s): Kattni Rembor
30
29
31
30
Implementation Notes
32
31
--------------------
Original file line number Diff line number Diff line change 1
1
# The MIT License (MIT)
2
2
#
3
- # Copyright (c) 2019-2020 Roy Hooper
4
3
# Copyright (c) 2020 Kattni Rembor for Adafruit Industries
5
4
#
6
5
# Permission is hereby granted, free of charge, to any person obtaining a copy
26
25
27
26
Rainbow comet for CircuitPython helper library for LED animations.
28
27
29
- * Author(s): Roy Hooper, Kattni Rembor
28
+ * Author(s): Kattni Rembor
30
29
31
30
Implementation Notes
32
31
--------------------
Original file line number Diff line number Diff line change 1
1
# The MIT License (MIT)
2
2
#
3
- # Copyright (c) 2019-2020 Roy Hooper
4
3
# Copyright (c) 2020 Kattni Rembor for Adafruit Industries
5
4
#
6
5
# Permission is hereby granted, free of charge, to any person obtaining a copy
26
25
27
26
Rainbow sparkle for CircuitPython helper library for LED animations.
28
27
29
- * Author(s): Roy Hooper, Kattni Rembor
28
+ * Author(s): Kattni Rembor
30
29
31
30
Implementation Notes
32
31
--------------------
Original file line number Diff line number Diff line change 1
1
# The MIT License (MIT)
2
2
#
3
- # Copyright (c) 2019-2020 Roy Hooper
4
3
# Copyright (c) 2020 Kattni Rembor for Adafruit Industries
5
4
#
6
5
# Permission is hereby granted, free of charge, to any person obtaining a copy
26
25
27
26
Solid animation for CircuitPython helper library for LED animations.
28
27
29
- * Author(s): Roy Hooper, Kattni Rembor
28
+ * Author(s): Kattni Rembor
30
29
31
30
Implementation Notes
32
31
--------------------
Original file line number Diff line number Diff line change 1
1
# The MIT License (MIT)
2
2
#
3
- # Copyright (c) 2019-2020 Roy Hooper
4
3
# Copyright (c) 2020 Kattni Rembor for Adafruit Industries
5
4
#
6
5
# Permission is hereby granted, free of charge, to any person obtaining a copy
26
25
27
26
Sparkle animation for CircuitPython helper library for LED animations.
28
27
29
- * Author(s): Roy Hooper, Kattni Rembor
28
+ * Author(s): Kattni Rembor
30
29
31
30
Implementation Notes
32
31
--------------------
Original file line number Diff line number Diff line change 1
1
# The MIT License (MIT)
2
2
#
3
- # Copyright (c) 2019-2020 Roy Hooper
4
3
# Copyright (c) 2020 Kattni Rembor for Adafruit Industries
5
4
#
6
5
# Permission is hereby granted, free of charge, to any person obtaining a copy
26
25
27
26
Sparkle-pulse animation for CircuitPython helper library for LED animations.
28
27
29
- * Author(s): Roy Hooper, dmolavi
28
+ * Author(s): dmolavi
30
29
31
30
Implementation Notes
32
31
--------------------
Original file line number Diff line number Diff line change 1
1
# The MIT License (MIT)
2
2
#
3
- # Copyright (c) 2019 Roy Hooper
3
+ # Copyright (c) 2020 Kattni Rembor for Adafruit Industries
4
4
#
5
5
# Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
# of this software and associated documentation files (the "Software"), to deal
25
25
26
26
PixelGrid helper for 2D animations.
27
27
28
- * Author(s): Roy Hooper
28
+ * Author(s): Kattni Rembor
29
29
30
30
Implementation Notes
31
31
--------------------
Original file line number Diff line number Diff line change 1
1
# The MIT License (MIT)
2
2
#
3
- # Copyright (c) 2019-2020 Roy Hooper
4
3
# Copyright (c) 2020 Kattni Rembor for Adafruit Industries
5
4
#
6
5
# Permission is hereby granted, free of charge, to any person obtaining a copy
27
26
Animation group helper for CircuitPython helper library for LED animations..
28
27
29
28
30
- * Author(s): Roy Hooper, Kattni Rembor
29
+ * Author(s): Kattni Rembor
31
30
32
31
Implementation Notes
33
32
--------------------
Original file line number Diff line number Diff line change 1
1
# The MIT License (MIT)
2
2
#
3
- # Copyright (c) 2019 Roy Hooper
3
+ # Copyright (c) 2019
4
4
#
5
5
# Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
# of this software and associated documentation files (the "Software"), to deal
25
25
26
26
Helper classes for making complex animations using CircuitPython LED animations library.
27
27
28
- * Author(s): Roy Hooper, Kattni Rembor
28
+ * Author(s): Kattni Rembor
29
29
30
30
Implementation Notes
31
31
--------------------
Original file line number Diff line number Diff line change 1
1
# The MIT License (MIT)
2
2
#
3
- # Copyright (c) 2019-2020 Roy Hooper
4
3
# Copyright (c) 2020 Kattni Rembor for Adafruit Industries
5
4
#
6
5
# Permission is hereby granted, free of charge, to any person obtaining a copy
27
26
Animation sequence helper for CircuitPython helper library for LED animations.
28
27
29
28
30
- * Author(s): Roy Hooper, Kattni Rembor
29
+ * Author(s): Kattni Rembor
31
30
32
31
Implementation Notes
33
32
--------------------
Original file line number Diff line number Diff line change 39
39
40
40
# General information about the project.
41
41
project = "LED_Animation Library"
42
- copyright = "2018 Roy Hoopert "
43
- author = "Roy Hooper "
42
+ copyright = "2020 Kattni Rembor "
43
+ author = "Kattni Rembor "
44
44
45
45
# The version info for the project you're documenting, acts as replacement for
46
46
# |version| and |release|, also used in various other places throughout the
You can’t perform that action at this time.
0 commit comments