-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Description
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.
My LED consists of
WIFI/ETH - XX:XX - USB
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels

