bitluni / ESP32Lib

http://bitluni.net/esp32-vga/
451 stars 79 forks source link

esp32 vga & sound How to use simultaneously #80

Open LSC862 opened 1 year ago

LSC862 commented 1 year ago

Hello, I'm a novice,

  1. How to configure the output pin of sound arbitrarily, such as 25 and 26;
  2. Directly call the audiosystem and see that the 25 pin on the instrument has waveform, but there is no sound in my 3.5mm headset (program error is as follows): -》》 abort() was called at PC 0x400e9dd7 on core 1

ELF file SHA256: 0000000000000000

Backtrace: 0x40084eb0:0x3ffb1ea0 0x40085125:0x3ffb1ec0 0x400e9dd7:0x3ffb1ee0 0x400e9e1e:0x3ffb1f00 0x400e9759:0x3ffb1f20 0x400e9830:0x3ffb1f40 0x400d15bd:0x3ffb1f60 0x400d2e99:0x3ffb1f90 0x400d541d:0x3ffb1fb0 0x40086135:0x3ffb1fd0

Rebooting... I2S TX How can I do it? Thank you very much.