Exception in BDF/Font.py
ValDY69 opened this issue · 3 comments
ValDY69 commented
BNNorman commented
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 <#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
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 <#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
ok brian now it works
thank you