harbaum / galagino

A Galaga, Pac-Man and Donkey Kong arcade emulator for the ESP32
315 stars 21 forks source link

driver/spi_master.h #12

Closed sandorkrisz closed 1 year ago

sandorkrisz commented 1 year ago

Please upload the sound driver library.

galagino:12:10: fatal error: driver/i2s.h: No such file or directory

include "driver/i2s.h"

      ^~~~~~~~~~~~~~

compilation terminated. exit status 1

In file included from D:\galagino\galagino-main\galagino\galagino.ino:13:0: video.h:7:10: fatal error: driver/spi_master.h: No such file or directory

include <driver/spi_master.h>

      ^~~~~~~~~~~~~~~~~~~~~

compilation terminated. exit status 1 driver/spi_master.h: No such file or directory

harbaum commented 1 year ago

These files are part of the ESP32 board package. What board do you have selected? And what ESP32 board support do you have installed?