Hi, I have replaced all "prog_uint8_t" with "uint8_t" under the .h and .cpp library files
and I have gotten these errors
Arduino: 1.6.4 (Windows 7), Board: "Arduino Uno"
C:\Users\student\Documents\Arduino\libraries\eHealth\eHealthDisplay.cpp:42:30: error: variable 'eHealthLogo' must be const in order to be put into read-only section by means of 'attribute((progmem))'
PROGMEM uint8_t eHealthLogo[] = {
^
C:\Users\student\Documents\Arduino\libraries\eHealth\eHealthDisplay.cpp:110:29: error: variable 'cookingLogo' must be const in order to be put into read-only section by means of 'attribute((progmem))'
PROGMEM uint8_t cookingLogo[] = {
^
Error compiling.