Hello,
I have a dl2416 display, and I am trying to it working but I can't. I found this code
from this post but when I try to compile it just brings up errors like prog char does not name a type. I googled that and it says to change it to char from prog but I am not sure how to do that in other parts of the code like where it says
PROGMEM const char *stringSet[] = {string0,
string1,
string2,
string3,
string4,
string5,
string6
};. Thanks!