File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
*
4
4
* The MIT License (MIT)
5
5
*
6
- * Copyright (c) 2018 Roy Hooper
6
+ * Copyright (c) 2021 Jeff Epler for Adafruit Industries
7
7
*
8
8
* Permission is hereby granted, free of charge, to any person obtaining a copy
9
9
* of this software and associated documentation files (the "Software"), to deal
33
33
//|
34
34
//|
35
35
36
- //| def bit_transpose(input: _typing. ReadableBuffer, output: _typing. WriteableBuffer, width:int = 8) -> WriteableBuffer:
36
+ //| def bit_transpose(input: ReadableBuffer, output: WriteableBuffer, width:int = 8) -> WriteableBuffer:
37
37
//| """"Transpose" a buffer by assembling each output byte with bits taken from each of ``width`` different input bytes.
38
38
//|
39
39
//| This can be useful to convert a sequence of pixel values into a single
Original file line number Diff line number Diff line change 3
3
*
4
4
* The MIT License (MIT)
5
5
*
6
- * Copyright (c) 2021 Jeff Epler
6
+ * Copyright (c) 2021 Jeff Epler for Adafruit Industries
7
7
*
8
8
* Permission is hereby granted, free of charge, to any person obtaining a copy
9
9
* of this software and associated documentation files (the "Software"), to deal
You can’t perform that action at this time.
0 commit comments