GRAYDBUFFER_SIZE Constant

gray.h

#define GRAYDBUFFER_SIZE 7688

Specifies the necessary size of a user-allocated double-buffer.

As GrayDBufInit requires the user to pass a user-allocated buffer as a parameter, this constant has been introduced to specify the size of this buffer. Note that it is not exactly 2*LCD_SIZE.