derkalle4 / python3-idotmatrix-client

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

Display on/off #10

Closed tmedelnick closed 10 months ago

tmedelnick commented 10 months ago

Hello, on the 16x16 display, this worked for me

Display on 5, 0, 7, 1, 1 Display off 5, 0, 7, 1, 0

inselberg commented 10 months ago

32x32 too

derkalle4 commented 10 months ago

Many thanks for your request and testing! @inselberg already has provided a pull request with is not mergeable atm. When this is resolved I'll happily merge it and the feature should work as expected.

derkalle4 commented 10 months ago

@tmedelnick has been implemented. You can now turn your display on/off with --screen on/off - see README for examples :)