Search results

  1. M

    Extremely high RAM1 usage for code on Teensy 4.1, out of space in RAM1

    I am having similar problems with running out of RAM1 for a rather large application. I hand optimized the memory locations of all of my code and variables to some success, but is there a convenient way to tell the linker to use FLASHMEM for the core libraries and/or third party libraries?
  2. M

    Teensy 4.1 debugging

    Teensy debugging - solved (for me) Look no further - please give https://github.com/ftrias/TeensyDebug a try, it solved all my debugging issues with Teensy I've had for years. One huge advantage, it can use Teensy's dual serial capability which means it is easily accessible without any...
  3. M

    Teensyduino 1.53 Beta #1

    The simplest way to reproduce the error is to blank with fillRect, e.g.: #include <SPI.h> #include <ILI9341_t3.h> #include <font_Arial.h> #define TFT_CS 10 //TFT CS #define TFT_DC 9...
  4. M

    Teensyduino 1.53 Beta #1

    I've just run a quick test with my ILI9341 display (ILI9341_t3 library) and noticed an issue where the background is not blanked properly in all cases (e.g. with the GUIslice driver text created with gslc_ElemSetTxtStr is just overwritten with transparent background instead of black...
Back
Top