Search found 1 match

by SouperMan3
Wed Oct 19, 2022 9:08 pm
Forum: Hardware
Topic: Using the HSPI bus on the TTGO Display board
Replies: 1
Views: 2070

Re: Using the HSPI bus on the TTGO Display board

You are not the only one with this problem. I have tried your approach and several others but still can not use HSPI
/* Test the VS1053 with simple click player
*/
#include <Arduino.h>
#include "VS1053.h"
#include <SPI.h>
#include "clickMP3.h"

// pin definitions
// VS1053 Audio file player
#define ...

Go to advanced search