I recently purchased an original Inkplate 5 from a distributor but the Soldered’s repository only has inkplate5v2.py - can I use this directly on my original Inkplate 5? Is there a place I can download the original inkplate5.py?
The Inkplate MicroPython library has been updated to support the original Inkplate5. It can be found here. Since there is no way to auto-detect which Inkplate5 revision you have, you must explicitly pass variant="inkplate5v1" to the constructor for the original board, you can refer to the examples for details.