Please turn JavaScript on
header-image

Teensy Forum

follow.it gives you an easy way to subscribe to Teensy Forum's news feed! Click on Follow below and we deliver the updates you want via email, phone or you can read them here on the website on your own news page.

You can also unsubscribe anytime painlessly. You can even combine feeds from Teensy Forum with other site's feeds!

Title: Teensy Forum

Is this your feed? Claim it!

Publisher:  Unclaimed!
Message frequency:  4.37 / day

Message History

Robin and I have a meeting with SparkFun next week. Among topics we'll likely discuss is possible new hardware.

Teensy 5.x is not up for discussion (NXP isn't shipping Cortex-M85 yet). Neither is

Read full story
I was trying out the scrollTest example that is part of the ILI9488_t3 library and it generated color bars as soon as the text gets to the bottom of the screen.
Attached is a photo.
I am new to coding but usually can get an example to work right.
The button is just to test the touch screen.

Read full story
Prang is a MIDI score sampler originally developed on an ESP32S3.

I've ported it to the Teensy 4.1, though it will probably work with other teensies with small modifications.

It basically allows you to map individual tracks from a MIDI file to be triggered by keys on your MIDI controller

Anything not already mapped is passed through, allowing you to pu...

Read full story
Hello everyone,
I'm using a Teensy 4.0 with a 240 x 240 px TFT display. I have:

#include <Adafruit_GFX.h>
#include <ST7735_t3.h>
#include <ST7789_t3.h>

No display issues; everything works perfectly.

But how do I create a mirror effect?
Like when I write or draw on a piece of paper and look at it in a mirror. I didn’t ...

Read full story
Hello PJRC team,

I am working on a new custom board based on MK20DX256VLH7 with an MKL02 bootloader chip, following a Teensy-style design.

At the moment, when I connect the board to USB, there is no response at all on the PC side. Nothing appears in Device Manager, and I do not see any meaningful USB activity.
I am now trying to confirm...

Read full story