Inkplate6 Micropython Example missing Inkplate module

Hello,
I tried out the micryphton example ‘display_image_web.py’ but then I run the example I get the python error

Traceback (most recent call last):
File “”, line 6, in
File “/lib/inkplate6.py”, line 5, in
ImportError: no module named ‘inkplate’

I download the libaries from Inkplate-micropython/shared at master · SolderedElectronics/Inkplate-micropython · GitHub
But there is no file inkplate.py
I flashed the the last micropyhton firmware from the github-repository.

Where can I get the needed inkplate.py file?

Sincerly
Chris

Hello Chris,
Sorry for the late reply. The module you are describing is our user module located within the inkplate-firmware.bin file located here: Inkplate-micropython/firmware/inkplate-firmware.bin at master · SolderedElectronics/Inkplate-micropython · GitHub

Flashing said firmware and downloading all of the required modules using mpremote (as described in the README here: https://github.com/SolderedElectronics/Inkplate-micropython/tree/master#flashing-via-thonny-ide), I was able to successfully launch the example you tried.

Could you please confirm that the inkplate-firmware.bin file is the one being flashed and that all the modules are installed vi mpremote?

Thank you for the answer. I doing something wrong by installing the micropython libs.