In file included from K:\led_jebao_oscilo_djbouns_2017\led_jebao_oscilo_djbouns_2017.ino:1:0: K:\arduino\libraries\HX8357/TFT_HX8357.h:124:0: warning: "HX8357B" redefined #define HX8357B 0xB ^ In file included from K:\arduino\libraries\HX8357/TFT_HX8357.h:19:0, from K:\led_jebao_oscilo_djbouns_2017\led_jebao_oscilo_djbouns_2017.ino:1: K:\arduino\libraries\HX8357/User_Setup.h:13:0: note: this is the location of the previous definition #define HX8357B ^ K:\led_jebao_oscilo_djbouns_2017\led_jebao_oscilo_djbouns_2017.ino: In function 'void setup()': K:\led_jebao_oscilo_djbouns_2017\led_jebao_oscilo_djbouns_2017.ino:158:35: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] drawBMP("recif.bmp", 15, 0, BU_BMP); ^ K:\led_jebao_oscilo_djbouns_2017\led_jebao_oscilo_djbouns_2017.ino:212:38: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] drawBMP("clown.bmp", 200, 130, BU_BMP); ^ K:\led_jebao_oscilo_djbouns_2017\led_jebao_oscilo_djbouns_2017.ino:213:37: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] drawBMP("rampe.bmp", 20, 100, BU_BMP); ^ K:\led_jebao_oscilo_djbouns_2017\led_jebao_oscilo_djbouns_2017.ino:214:37: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] drawBMP("brassa.bmp", 5, 240, BU_BMP); ^ K:\led_jebao_oscilo_djbouns_2017\led_jebao_oscilo_djbouns_2017.ino:215:39: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] drawBMP("remont.bmp", 350, 248, BU_BMP); ^ K:\led_jebao_oscilo_djbouns_2017\led_jebao_oscilo_djbouns_2017.ino:216:39: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] drawBMP("distri.bmp", 350, 150, BU_BMP); ^ K:\led_jebao_oscilo_djbouns_2017\led_jebao_oscilo_djbouns_2017.ino: In function 'void loop()': K:\led_jebao_oscilo_djbouns_2017\led_jebao_oscilo_djbouns_2017.ino:295:40: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] drawBMP("alerte.bmp", 405, 60, BU_BMP); ^ K:\led_jebao_oscilo_djbouns_2017\led_jebao_oscilo_djbouns_2017.ino:299:40: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] drawBMP("chauff.bmp", 405, 60, BU_BMP); ^ K:\led_jebao_oscilo_djbouns_2017\led_jebao_oscilo_djbouns_2017.ino:303:40: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] drawBMP("ventil.bmp", 405, 60, BU_BMP); ^ K:\led_jebao_oscilo_djbouns_2017\led_jebao_oscilo_djbouns_2017.ino:307:40: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] drawBMP("alerte.bmp", 405, 60, BU_BMP); ^ K:\led_jebao_oscilo_djbouns_2017\led_jebao_oscilo_djbouns_2017.ino:463:43: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] drawBMP("tempet.bmp", 200, 240, BU_BMP); ^ K:\led_jebao_oscilo_djbouns_2017\led_jebao_oscilo_djbouns_2017.ino:474:39: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] drawBMP("sol1.bmp", 230, 5, BU_BMP); ^ K:\led_jebao_oscilo_djbouns_2017\led_jebao_oscilo_djbouns_2017.ino:488:39: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] drawBMP("sol2.bmp", 230, 5, BU_BMP); ^ K:\led_jebao_oscilo_djbouns_2017\led_jebao_oscilo_djbouns_2017.ino:502:39: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] drawBMP("sol3.bmp", 230, 5, BU_BMP); ^ K:\led_jebao_oscilo_djbouns_2017\led_jebao_oscilo_djbouns_2017.ino:516:39: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] drawBMP("sol4.bmp", 230, 5, BU_BMP); ^ K:\led_jebao_oscilo_djbouns_2017\led_jebao_oscilo_djbouns_2017.ino:569:42: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] drawBMP("venti2.bmp", 65, 185, BU_BMP); ^ K:\led_jebao_oscilo_djbouns_2017\led_jebao_oscilo_djbouns_2017.ino:616:43: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] drawBMP("erreur.bmp", 439, 260, BU_BMP); ^ K:\led_jebao_oscilo_djbouns_2017\led_jebao_oscilo_djbouns_2017.ino:617:39: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] drawBMP("ok.bmp", 439, 185, BU_BMP); ^ K:\led_jebao_oscilo_djbouns_2017\led_jebao_oscilo_djbouns_2017.ino:646:41: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] drawBMP("ok.bmp", 439, 260, BU_BMP); ^ K:\led_jebao_oscilo_djbouns_2017\led_jebao_oscilo_djbouns_2017.ino:647:45: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] drawBMP("erreur.bmp", 439, 185, BU_BMP); ^ K:\led_jebao_oscilo_djbouns_2017\bitmap_functions.ino: In function 'void drawRAW(char*, int16_t, int16_t, int16_t, int16_t)': K:\led_jebao_oscilo_djbouns_2017\bitmap_functions.ino:24:40: warning: converting to non-pointer type 'int' from NULL [-Wconversion-null] if ((rawFile = SD.open(filename)) == NULL) { ^ K:\led_jebao_oscilo_djbouns_2017\bitmap_functions.ino: In function 'void drawBMP(char*, int, int, boolean)': K:\led_jebao_oscilo_djbouns_2017\bitmap_functions.ino:91:40: warning: converting to non-pointer type 'int' from NULL [-Wconversion-null] if ((bmpFile = SD.open(filename)) == NULL) { ^ In file included from K:\arduino\libraries\HX8357\TFT_HX8357.cpp:38:0: K:\arduino\libraries\HX8357\TFT_HX8357.h:124:0: warning: "HX8357B" redefined #define HX8357B 0xB ^ In file included from K:\arduino\libraries\HX8357\TFT_HX8357.h:19:0, from K:\arduino\libraries\HX8357\TFT_HX8357.cpp:38: K:\arduino\libraries\HX8357/User_Setup.h:13:0: note: this is the location of the previous definition #define HX8357B ^ Le croquis utilise 48626 octets (19%) de l'espace de stockage de programmes. Le maximum est de 253952 octets. Les variables globales utilisent 1760 octets (21%) de mémoire dynamique, ce qui laisse 6432 octets pour les variables locales. Le maximum est de 8192 octets.