hzeller / flaschen-taschen

Noisebridge Flaschen Taschen display
GNU General Public License v3.0
195 stars 49 forks source link

Max UDP Packet size #62

Closed hrueger closed 3 years ago

hrueger commented 3 years ago

Hi, first of all, thanks for this great library. I really like it. However, I stumbled upon the following problem: My Matrix is 320 x 128, that's 40960 Pixel. If I send three bytes for RGB for each pixel and add the header, the Packet exceeds the maximum packet size of 65536 Bytes quite a bit.

Can I send the image partially in multiple packets?

hrueger commented 3 years ago

Ah, just found the docs about the offset.