Skip to content

Commit 7ece9e3

Browse files
committed
Increased word wrap buffer
1 parent 9a72954 commit 7ece9e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Feather_ePaper_Quotes/adafruit_feather_quote/adafruit_feather_quote.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ int getStringLength(const char *str, int strlength = 0)
9090
// returns substring of wrapped text.
9191
char *wrapWord(const char *str, int linesize)
9292
{
93-
static char buff[255];
93+
static char buff[1024];
9494
int linestart = 0;
9595
static int lineend = 0;
9696
static int bufflen = 0;

0 commit comments

Comments
 (0)