Effix / LedBadge

Custom firmware and library for displaying imagery on a small led name badge
MIT License
24 stars 3 forks source link

Optimize the copy buffer command #4

Closed Effix closed 8 years ago

Effix commented 8 years ago

Tests using the copy command need to run at 30hz or else overflow the input buffer. This should ideally be as fast as the fill command and be able to get one full one in 16ms.

Effix commented 8 years ago

Fixed