Updated recorder to only send every 2nd frame, to clear the window when selecting a new effect, doubled the resizing factor and re-enabled gifsicle.

This commit is contained in:
2019-09-25 06:09:00 +02:00
parent 571ae26c25
commit 792354e371
4 changed files with 11 additions and 5 deletions

View File

@ -14,6 +14,7 @@ private:
size_t _buffer_len;
char* _buffer;
uint16_t _msgid;
boolean _skip_next_frame = false;
public:
Recorder();
void loop();