Search results

  1. M

    XPT2046 Library for SPI-1

    Thank you very much Johannes for the SPI1.setMISO(39); it saved my life :o (i use TFT_eSPI library with a teensy 4.1 and a ILI9341 screen, and had the same problem : screen working, but not the touch interface)
  2. M

    Linker error (embedding Lua on a Teensy 4.1)

    Hi all, i am trying to embed Lua 5.3.6 as an arduino library for different boards. Until now i have tested it on an esp32 dev module, and a pi pico, it works nice. I would like it to support Teensy boards, especially the 4.1 since I am using it for a project of mine. But i have this linker...
  3. M

    Using Faust with Teensy

    Yes, that's it ! Thank you ! At the beginning, I created "effect.dsp", and renamed it later to "Effect.dsp", but i forgot to remove the corresponding .cpp and .h files. And I have found the solution for the last error "undifined reference to `_write'" : the c standard library was not linked...
  4. M

    Using Faust with Teensy

    Hi Nantonos, same problem for me, with a teensy 3.2, and the latest version of arduino and teensyduino. I had also tested previously with PlatformIO under Visual Studio Code. I tried to modifiy boards.txt and platform.txt but linking fails even when using g++ as linker. My error message is not...
Back
Top