We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c9fa22 commit b8cbe2cCopy full SHA for b8cbe2c
src/boards/Inkplate6Motion/imageDecoderCallbacks.h
@@ -429,7 +429,7 @@ bool static readBytesFromBufferPng(pngle_t *_pngle)
429
// It there is still bytes to read, read them!
430
if (_toread > 0)
431
{
432
- // Constrain chunk ot only 2k or less.
+ // Constrain chunk at only 8k or less.
433
int _len = (_sessionHandle->fileBufferSize >= (_sessionHandle->bufferOffset + 8128))
434
? 8128
435
: _sessionHandle->fileBufferSize - _sessionHandle->bufferOffset;
0 commit comments