File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 33 *
44 * The MIT License (MIT)
55 *
6- * Copyright (c) 2018 Roy Hooper
6+ * Copyright (c) 2021 Jeff Epler for Adafruit Industries
77 *
88 * Permission is hereby granted, free of charge, to any person obtaining a copy
99 * of this software and associated documentation files (the "Software"), to deal
3333//|
3434//|
3535
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:
3737//| """"Transpose" a buffer by assembling each output byte with bits taken from each of ``width`` different input bytes.
3838//|
3939//| This can be useful to convert a sequence of pixel values into a single
Original file line number Diff line number Diff line change 33 *
44 * The MIT License (MIT)
55 *
6- * Copyright (c) 2021 Jeff Epler
6+ * Copyright (c) 2021 Jeff Epler for Adafruit Industries
77 *
88 * Permission is hereby granted, free of charge, to any person obtaining a copy
99 * of this software and associated documentation files (the "Software"), to deal
You can’t perform that action at this time.
0 commit comments