derkalle4 / python3-idotmatrix-client

reverse engineered python3 client to control all your 16x16 or 32x32 pixel displays (experimental)
GNU General Public License v3.0
200 stars 41 forks source link

The included demo.gif doesn't work without processing #11

Closed mh- closed 10 months ago

mh- commented 10 months ago

Just noticed that ./run_in_venv.sh --address 00:11:22:33:44:ff --set-gif ./demo.gif does not result in the display of the GIF image, only ./run_in_venv.sh --address 00:11:22:33:44:ff --set-gif ./demo.gif --process-gif 32 works.

But because the first command line is part of the documentation, I thought it would work.

derkalle4 commented 10 months ago

Hi mh-,

you're correct. The demo.gif is not in 16x16 or 32x32. I'll improve the documentation and provide better demo files!

derkalle4 commented 10 months ago

Hi @mh-

many thanks for bringing this to my attention! Should be fixed now. I have provided a demo image for 512x512, 64x64, 32x32 and 16x16 and updated the README accordingly :)

derkalle4 commented 10 months ago

Resolving issue