Skip to content

add Config for T95MAX FD650? #20

@mwelby

Description

@mwelby

Hi Arthur,

** RE: T95MAX using a LED AIP650E0 Chip**

I have tried to config openvfd using an overlay in armbian , which is partially working.

I have the time and flashing colon working correctly (XX:XX), however I cannot get the other characters to work correctly.

Image

My LED consists of

WIFI/ETH - XX:XX - USB

Image

My Armbian Overlay consists of the following code:

/dts-v1/;
/plugin/;
/ {
   fragment@0 {
      target-path = "/";
      __overlay__ {
         openvfd {
                compatible = "open,vfd";
                dev_name = "openvfd";
                openvfd_gpio_clk = <&pio 8 11 0>;
                openvfd_gpio_dat = <&pio 8 12 0>;
                vfd_gpio_chip_name = "0300b000.pinctrl";
                openvfd_chars = [03 01 02 03 04];
                openvfd_dot_bits = [00 01 02 03 04 05 06];
                openvfd_display_type = <0x03000001>;
                status = "okay";
         };
      };
   };
};

I couldn't see WIFI/ETH - XX:XX - USB layout in the source code - could it be added as an additional LED Type with this layout please?

Kind regards,

Mark

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions