File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
name =InkplateLibrary
2
- version =5.6 .0
2
+ version =5.7 .0
3
3
author =e-radionica.com <
[email protected] >
4
4
maintainer =David Zovko <
[email protected] >
5
5
sentence =Inkplate boards driver library
Original file line number Diff line number Diff line change @@ -141,8 +141,8 @@ bool Inkplate::begin()
141
141
_partial = (uint8_t *)ps_malloc (E_INK_WIDTH * E_INK_HEIGHT / 8 );
142
142
_pBuffer = (uint8_t *)ps_malloc (E_INK_WIDTH * E_INK_HEIGHT / 4 );
143
143
DMemory4Bit = (uint8_t *)ps_malloc (E_INK_WIDTH * E_INK_HEIGHT / 2 );
144
- GLUT = (uint32_t *)malloc (256 * 8 * sizeof (uint32_t ));
145
- GLUT2 = (uint32_t *)malloc (256 * 8 * sizeof (uint32_t ));
144
+ GLUT = (uint32_t *)malloc (256 * 9 * sizeof (uint32_t ));
145
+ GLUT2 = (uint32_t *)malloc (256 * 9 * sizeof (uint32_t ));
146
146
if (DMemoryNew == NULL || _partial == NULL || _pBuffer == NULL || DMemory4Bit == NULL || GLUT == NULL ||
147
147
GLUT2 == NULL )
148
148
{
You can’t perform that action at this time.
0 commit comments