Closed matjspalding closed 3 years ago
I guess the “OLLE” is the last 4 characters of “ HELLO” backwards. It is probably like this because of the way your device is wired up. You could try setting the block orientation flag on initilialization, see here for example: https://luma-led-matrix.readthedocs.io/en/latest/python-usage.html#trouble-shooting-common-problems .. try setting it to 180 (or -180)
as to why you need the leading spaces ... max7219 IC’s control 8 seven segment devices serially, and I suppose the circuit you bought is wired up to the last 4 rather than the first four.
I would be curious to know where you got it from (I assume some sketchy eBay / Ali express seller or similar)
Hi Richard
Thanks very much for your response. I had tried that but it didn't work. I was only messaging yourself on the off-chance you may have seen something similar in the past. Psa the ebay link from where I purchased the display. I'll be returning it and getting something else.
Thanks for your help
Mat
Hi! I found this on eBay and thought you might like it! Check it out now! LED Bar Graph Power Display - RED - Arduino - ESP8266 - Raspberry Pi https://ebay.us/P1xc80
On 05/04/2021 22:56, Richard Hull wrote:
I guess the “OLLE” is the last 4 characters of “ HELLO” backwards. It is probably like this because of the way your device is wired up. You could try setting the block orientation flag on initilialization, see here for example: https://luma-led-matrix.readthedocs.io/en/latest/python-usage.html#trouble-shooting-common-problems https://luma-led-matrix.readthedocs.io/en/latest/python-usage.html#trouble-shooting-common-problems .. try setting it to 180 (or -180)
as to why you need the leading spaces ... max7219 IC’s control 8 seven segment devices serially, and I suppose the circuit you bought is wired up to the last 4 rather than the first four.
I would be curious to know where you got it from (I assume some sketchy eBay / Ali express seller or similar)
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/rm-hull/luma.led_matrix/issues/250#issuecomment-813673627, or unsubscribe https://github.com/notifications/unsubscribe-auth/ATOMOCXUNWT4GJJA7LPIYVLTHIWZHANCNFSM42LLDHFQ.
-- Mat Spalding ab irato
Hi @rm-hull I'm experiencing this as well using a 4 digit/7 segment display as well: https://www.mouser.com/ProductDetail/SparkFun/COM-11405?qs=sGAEpiMZZMvShe%252BZiYheisUaClgE6%2FvpGjlN%252BRV4q58%3D&countrycode=US¤cycode=USD
I'm having the additional issue that I can only show "."'s, 1's, and 7's. Any other digit causes the display to die, any idea what might be causing that?
Needed 4x the resistance! Still having the reversed text issue though
And I just figured it out @matjspalding, if you reverse the digits, ie. switch D0 -> D7, D1 -> D6, etc, it'll fix this!
Same probleme here plus i don't know where to modify thoses lines thx!
Hi
I've recently purchased a MAX7219 display and although it stated raspberry Pi Python libraries were avail they aren.t On the off chance I tried yours. It is working after a fashion. The display is writing backward (from right to left) and requires 3 leading spaces.
I have attached my code and a pic of the display. I am using a Pi 4, Python 3.7.3.
As you can see the could should have displayed "HELLO" but I am getting "OLLE" on my display. Am I doing something really stupid?
Thanks
Mat