Hello. I've testing Frank Boesing's Arduino-Teensy-Codec-lib with Gameduino 2 modified library for Teensy 3.5/3.6 and SDIO, I find that modifying this lines in the mp3 library file in codecs.h:
...
Type: Posts; User: RndMnkIII
Hello. I've testing Frank Boesing's Arduino-Teensy-Codec-lib with Gameduino 2 modified library for Teensy 3.5/3.6 and SDIO, I find that modifying this lines in the mp3 library file in codecs.h:
...
Thank you! I've searched other sources using teensy as https://courses.cs.washington.edu/courses/cse466/15au/Calendar.html
I need to coordinate access to Sd card data using SDIO inteface to send jpeg image data to a FT813 screen at max possible speed using SPI interface and while load audio sample data to send to the...
I'm interested in get the juice from the teensy 3.2/3.5/3.6 using multitasking like environment. I've learning about interrupts,dma,timers but there are fuzzy limit between libraries and how they...
I've planned to use Teensy 3.2/3.5/3.6 with FT813 7" Riverdi screen which needs 3.3v 500mA power. How I can power both the teensy and the lcd screen with the 3.3v switching power supply?...
https://drive.google.com/file/d/0By5wADoEOJ9fTFI3R3VOYk5WYzg/view?usp=drivesdk
Any ideas for improve speed of plasma calculation (maybe using an array with several points to calculate with array sum and mult?)
https://drive.google.com/file/d/0By5wADoEOJ9fMTBVWnJKWnJIQms/view?usp=drivesdk
I used Teensy 3.5 + T6963 240x64 Lcd screen with U8g2 graphics library and CMSIS DSP fast float sin, sqrt, matrix...