BNNorman / rpi-rgb-led-matrix-animator

Python code to play animation sequences on an RGB LED matrix panel using the HZeller drivers
28 stars 5 forks source link

Exception in BDF/Font.py #12

Closed ValDY69 closed 6 years ago

ValDY69 commented 6 years ago

hello brian ,

i have an exception when i play an animation :

image

Regards , Valentin

BNNorman commented 6 years ago

Damn, something always breaks when stuff gets moved. I’m on it.

From: ValDY69 [mailto:notifications@github.com] Sent: 13 March 2018 16:28 To: BNNorman/rpi-rgb-led-matrix-animator Cc: Subscribed Subject: [BNNorman/rpi-rgb-led-matrix-animator] Exception in BDF/Font.py (#12)

hello brian ,

i have an exception when i play an animation :

https://user-images.githubusercontent.com/34503404/37355348-d2f6817a-26e3-11e8-84fb-84ceb6aaae12.png image

Regards , Valentin

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/BNNorman/rpi-rgb-led-matrix-animator/issues/12 , or mute the thread https://github.com/notifications/unsubscribe-auth/APHW3TLYnbtpfh_WKrnzTe6IqagM_S_dks5td_OggaJpZM4SpBFm . https://github.com/notifications/beacon/APHW3T7YsD_qPjlKlTkWWWVwzYY53N8Qks5td_OggaJpZM4SpBFm.gif

BNNorman commented 6 years ago

Did you download the corrected UtilLib.py?

It was originally channelSwap(self,color) but I corrected it to channelSwap(color)

Also, I’ve just corrected an import in BDF.Font.py

Download both and give it another try – it works here.

From: ValDY69 [mailto:notifications@github.com] Sent: 13 March 2018 16:28 To: BNNorman/rpi-rgb-led-matrix-animator Cc: Subscribed Subject: [BNNorman/rpi-rgb-led-matrix-animator] Exception in BDF/Font.py (#12)

hello brian ,

i have an exception when i play an animation :

https://user-images.githubusercontent.com/34503404/37355348-d2f6817a-26e3-11e8-84fb-84ceb6aaae12.png image

Regards , Valentin

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/BNNorman/rpi-rgb-led-matrix-animator/issues/12 , or mute the thread https://github.com/notifications/unsubscribe-auth/APHW3TLYnbtpfh_WKrnzTe6IqagM_S_dks5td_OggaJpZM4SpBFm . https://github.com/notifications/beacon/APHW3T7YsD_qPjlKlTkWWWVwzYY53N8Qks5td_OggaJpZM4SpBFm.gif

ValDY69 commented 6 years ago

ok brian now it works thank you