Hi @Paul - I just copied all of Core over to my Arduino 1.8.13
And it looks like I maybe missed removing a warning from digitalToggle()
unused variable (pinMode)...
Not sure why I missed it when building yesterday.
@mjs513 - The example sketch: ILI_Ada_FontTest4
For RA8875 is giving me some warning as well now:
Code:
ILI_Ada_FontTest4: In function 'uint32_t displayStuff1()':
C:\Users\kurte\Documents\Arduino\libraries\RA8875\Examples\_Teensy3\ILI_Ada_FontTest4\ILI_Ada_FontTest4.ino:208:65: warning: invalid conversion from 'int16_t* {aka short int*}' to 'uint16_t* {aka short unsigned int*}' [-fpermissive]
tft.getTextBounds(rectText, rect_x, rect_y, &xT, &yT, &wT, &hT);
^
In file included from C:\Users\kurte\Documents\Arduino\libraries\RA8875\Examples\_Teensy3\ILI_Ada_FontTest4\ILI_Ada_FontTest4.ino:4:0:
C:\Users\kurte\Documents\Arduino\libraries\RA8875/RA8875.h:382:10: note: initializing argument 6 of 'void RA8875::getTextBounds(const char*, int16_t, int16_t, int16_t*, int16_t*, uint16_t*, uint16_t*)'
void getTextBounds(const char *string, int16_t x, int16_t y,
^
C:\Users\kurte\Documents\Arduino\libraries\RA8875\Examples\_Teensy3\ILI_Ada_FontTest4\ILI_Ada_FontTest4.ino:208:65: warning: invalid conversion from 'int16_t* {aka short int*}' to 'uint16_t* {aka short unsigned int*}' [-fpermissive]
tft.getTextBounds(rectText, rect_x, rect_y, &xT, &yT, &wT, &hT);
^
In file included from C:\Users\kurte\Documents\Arduino\libraries\RA8875\Examples\_Teensy3\ILI_Ada_FontTest4\ILI_Ada_FontTest4.ino:4:0:
C:\Users\kurte\Documents\Arduino\libraries\RA8875/RA8875.h:382:10: note: initializing argument 7 of 'void RA8875::getTextBounds(const char*, int16_t, int16_t, int16_t*, int16_t*, uint16_t*, uint16_t*)'
void getTextBounds(const char *string, int16_t x, int16_t y,
^
Compiling libraries...
Compiling library "Adafruit_GFX_Library"
Probably because of different GFX library than the one we were shiping with Teensyduino
Also some of the pages are not drawing properly.
I also have running the many gauges example and it so far appears to be running.
Edit: Forgot to mention I will be probably busy outside for awhile.
Will check back in a bit