Skip to content

Commit 0147269

Browse files
committed
Waveform dimensions fix
1 parent 20c89c2 commit 0147269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/boards/Inkplate10.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ bool Inkplate::begin(uint8_t lightWaveform)
4040
if (lightWaveform)
4141
{
4242
_useLightMode = 1;
43-
uint8_t alternateWaveform[8][9] = WAVEFORM3BIT_LIGHT;
43+
uint8_t alternateWaveform[8][8] = WAVEFORM3BIT_LIGHT;
4444
memcpy(waveform3Bit, alternateWaveform, sizeof(waveform3Bit));
4545
}
4646
if (_beginDone == 1)

0 commit comments

Comments
 (0)