You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to use the server to display an animated GIF of snow on a 16x32 display using the draw_image command. The background got set to transparent regardless of the background color or transparency in the GIF file. This meant that the snow only ever built up and the previous positions of flakes never got erased.
I believe the best fix that also maintains backwards compatibility would be to add an additional parameter, defaulted to the current behaviour, but allowing the background pixels to be written as they are in the file.
I will submit a pull request with my suggested change,
The text was updated successfully, but these errors were encountered:
I was trying to use the server to display an animated GIF of snow on a 16x32 display using the draw_image command. The background got set to transparent regardless of the background color or transparency in the GIF file. This meant that the snow only ever built up and the previous positions of flakes never got erased.
I believe the best fix that also maintains backwards compatibility would be to add an additional parameter, defaulted to the current behaviour, but allowing the background pixels to be written as they are in the file.
I will submit a pull request with my suggested change,
The text was updated successfully, but these errors were encountered: