Audiophonics RaspDacMini LCD Plugin for Volumio 4

Hey @Martinvb,

Thanks for testing on Volumio 4 and for the kind words.

To investigate the colour issue I need some specifics, as the symptom alone does not point to a cause. Could you provide the following:

  1. Install source

    • Did you install the plugin from the Volumio Plugin Store, or from a repo/manual build?
    • If from the store, what plugin version is shown (Plugins page)?
  2. Exact Volumio version

    • From the Volumio web UI: System → Version, or run:
      cat /etc/os-release
    • Please paste the VOLUMIO_VERSION and VOLUMIO_ARCH lines.
  3. Hardware confirmation

    • Confirm the exact board (RaspDacMini LCD) and Pi model.
    • If you know the LCD panel part number, include it.
  4. Nature of the colour problem

    • “Messed up” can mean several different things. Which is it:
      a. Colours swapped (for example red appears blue) - points to RGB/BGR order.
      b. Colours inverted (negative-looking image).
      c. Garbled/scrambled pixels or tearing - points to bus width or data issue.
      d. Wrong tint across the whole screen.
    • A photo of the display would help a lot here.
  5. Logs

    • LCD service log:
      journalctl -u rdmlcd -n 200 --no-pager
    • Then open http://volumio.local/dev, use the Log section to create a shareable log link, and post the URL here so I can review the full session.

Once I have the install source, version, panel part, the specific colour symptom (ideally a photo), and the log link, I can pinpoint whether this is a colour-order (RGB/BGR / MADCTL) issue or something else.

Kind Regards,