pixelmatix / SmartMatrix

SmartMatrix Library for Teensy 3, Teensy 4, and ESP32
http://docs.pixelmatix.com/SmartMatrix
611 stars 161 forks source link

1/4 scan mode #34

Closed happycodefarm closed 3 years ago

happycodefarm commented 8 years ago

Would it be possible to implement a 1/4 scan mod for the 16x32 outdoor hub75 matrix ?

Regards,

HCF

embedded-creations commented 8 years ago

Yes, I have a sample of an indoor 1/4 scan 16x32, and it's on my list though low priority.

If you're comfortable modifying the library yourself, I think I made it pretty easy to do so, just look for where DIV16 and DIV8 options are defined and used and add a DIV4. Post here or on our forum if you need help: http://community.pixelmatix.com

embedded-creations commented 8 years ago

Do you have a link to purchase the outdoor hub75 matrix you have? If it's cheap I might pick one up as a reference

embedded-creations commented 8 years ago

Also, I checked our your Psychedelic Pixels project, you might be interested in the port of Fadecandy to SmartMatrix, if you haven't seen it already - you can stream visuals from Processing to a matrix. I haven't advertised it much yet as the documentation isn't done: https://github.com/pixelmatix/SmartMatrix_Fadecandy

embedded-creations commented 3 years ago

This is a really old issue, but just in case someone's still looking at it, search for MultiRowRefreshMapping in community.pixelmatix.com