Thank You, this was the right answer... now it works fine!
I changed the PINs in my test:
#include <ILI9341_t3.h>
#include <font_Arial.h> // from ILI9341_t3
#include <XPT2046_Touchscreen.h>...
Type: Posts; User: Erich
Thank You, this was the right answer... now it works fine!
I changed the PINs in my test:
#include <ILI9341_t3.h>
#include <font_Arial.h> // from ILI9341_t3
#include <XPT2046_Touchscreen.h>...
Hi,
I bought a TFT TJCTM24024-SPI which uses a XPT2046 to manage the touchscreen.
luckely I found the Library for it at ...
Hi all,
I was searching for the same and did not want to use an extra granular playback.
With my solution, the play_wav_sd.cpp and play_wav_sd.h are changed and use SDFAT-Lib to be able to read...
Hi all, after some days I am able to change the speed of a played WAV-File.
1. I replaced the files play_sd_wav.h and play_sd_wav.cpp .. still 16bit and the current version is only able to stretch ...
Thx, that fixed it. After installing 1.47-beta6 it compiles well.
Tank You very much!
Best Regards
Erich
Hi,
I tried to compile the example WavFilePlayer.ino 1:1 but it reports only errors:
I use Arduino 1.8.9 and I have copied the last version into the folder Arduino/libraries/
I tried the example...
It works on the teensy 3.6 without Pullup-Resistors. Perhaps they are inside the OLED-Baords.
I use 2 cheap OLED-Boards with 4 Pins each, GND, VCC, SCL and SCA.
Both use the same I2C-Address but...
Hi all,
I had played around with the ESP32 last year and had found this library from Earle Philhower III and used it as a Sample-Player in my project.
https://github.com/earlephilhower/ESP8266Audio...
Hi all,
for a Sound-Project with an ESP8266 I had converterd an existing Javscript-Page.
Unzip it locally and start it. It provides a very basic gui to upload an file and it converts it into a...