Im currently making a costum 10x10 led matrix, and for it to be able to display senseable stuff, im trying to segment the display into 10 vertical lines which cycle at at least 100hz. Would a Python script on a raspberry pi be able to cycle its GPIO pins at this speed? Or Would an arduino or other Microcontroller be able to do it better?

  • residentoflaniakea
    link
    fedilink
    English
    arrow-up
    4
    ·
    4 个月前

    Not sure but I think the limiting rate is actually Python syscalling the kernel rather than the actual GPIO hardware.