Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
resolution
parameter to InkyMockImpression.__init__
This permits simpler setting of the size of the Inky Impression being mocked. For example, this allows: ``` python display = InkyMockImpression((800, 480)) ``` which will ensure that the buffer size gets set up correctly. Fixes pimoroni#168.
- Loading branch information