Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/ducalex/retro-go into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ducalex committed Feb 5, 2024
2 parents fc7d462 + 5b6fe51 commit 9fbba7b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions components/retro-go/targets/esp32s3-devkit-c/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

// Audio
#define RG_AUDIO_USE_INT_DAC 0 // 0 = Disable, 1 = GPIO25, 2 = GPIO26, 3 = Both
#define RG_AUDIO_USE_EXT_DAC 0 // 0 = Disable, 1 = Enable
#define RG_AUDIO_USE_EXT_DAC 1 // 0 = Disable, 1 = Enable

// Video
#define RG_SCREEN_DRIVER 0 // 0 = ILI9341
Expand Down Expand Up @@ -89,7 +89,7 @@
#define RG_GPIO_SDSPI_CS GPIO_NUM_10

// External I2S DAC
// #define RG_GPIO_SND_I2S_BCK 38
// #define RG_GPIO_SND_I2S_WS 13
// #define RG_GPIO_SND_I2S_DATA 9
#define RG_GPIO_SND_I2S_BCK 41
#define RG_GPIO_SND_I2S_WS 42
#define RG_GPIO_SND_I2S_DATA 40
// #define RG_GPIO_SND_AMP_ENABLE 18

0 comments on commit 9fbba7b

Please sign in to comment.