Bone008 / GlowSequencer

GUI to facilitate creating shows for programmable LED juggling equipment. Currently outputs files for Aerotech Ultimate products.
2 stars 2 forks source link

fixed program transmit protection for overlong programs #62

Open nayrutes opened 7 months ago

nayrutes commented 7 months ago

A small addition to prevent potential mistakes while transmitting too long programs.

Previous tests only resulted in writing the program if 0x03 and 0x02 were used in combination. It could be the case that 0x03 erases previous data before 0x02 writes new bytes. The microchip documentation mentions erasing in 64-byte chunks, which would align with one 0x03 call before four 0x02 calls (which each writes 16 bytes).