Hallo Leute, da bin ich wieder ;)
Habe jetzt Arduino Mega2560 R3 und ein TFT Shield und auch die
UTFT-Datein für die 1.81 Umgebung. Aber beim Kompilen kommt eine
Fehlermeldung, die bei einem unverändertem Beispiel eigentlich nicht
sein sollte :(
Arduino: 1.8.1 (Windows XP), Board: "Arduino/Genuino Mega or Mega 2560,
ATmega2560 (Mega 2560)"
C:\Programme\Arduino\libraries\UTFT\DefaultFonts.c:21: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:\Programme\Arduino\libraries\UTFT\DefaultFonts.c:125: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:\Programme\Arduino\libraries\UTFT\DefaultFonts.c:234: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={
^
Bibliothek UTFT im Ordner: C:\Programme\Arduino\libraries\UTFT (legacy)
wird verwendet
exit status 1
Fehler beim Kompilieren für das Board Arduino/Genuino Mega or Mega 2560.
Jetzt steh ich da und weiß nicht weiter. Bitte um Hilfe