Hi Mathiu,
I have tried to compile the sketch and getting some errors have you tried to figure it out ? does it work for you?
here are the error that I get
Arduino: 1.8.0 (Windows 7), Board: "Arduino/Genuino Mega or Mega 2560, ATmega2560 (Mega 2560)"
C:\Users\Doss\Documents\Arduino\libraries\UTFT\DefaultFonts.c:14:14: error: variable 'SmallFont' must be const in order to be put into read-only section by means of '__attribute__((progmem))'
fontdatatype SmallFont[1144] PROGMEM={
^
C:\Users\Doss\Documents\Arduino\libraries\UTFT\DefaultFonts.c:118:14: error: variable 'BigFont' must be const in order to be put into read-only section by means of '__attribute__((progmem))'
fontdatatype BigFont[3044] PROGMEM={
^
C:\Users\Doss\Documents\Arduino\libraries\UTFT\DefaultFonts.c:227:14: error: variable 'SevenSegNumFont' must be const in order to be put into read-only section by means of '__attribute__((progmem))'
fontdatatype SevenSegNumFont[2004] PROGMEM={
^
exit status 1
Error compiling for board Arduino/Genuino Mega or Mega 2560.
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
Now I don't wish to seem silly but I'm very new and don't understand very much, can you help?
I have a funny feeling that this is library related, what do you think?
Ross.