Skip to content

I2S pinouts don't match other boards #60

Description

@thejpster

The standard VGA demo board (https://shop.pimoroni.com/products/pimoroni-pico-vga-demo-base) uses:

Signal Pin GPIO
LRCLK Pin 34 GPIO28
BCLK Pin 32 GPIO27
DAT Pin 31 GPIO26

These docs from Arduino (https://arduino-pico.readthedocs.io/en/stable/i2s.html) note that LRCLK must always be BCLK + 1.

Currently we have:

Signal Pin GPIO
BCLK Pin 34 GPIO28
LRCLK Pin 32 GPIO27
ADC_DAT Pin 31 GPIO26
DAC_DAT Pin 29 GPIO22

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions