Announcement
Collapse
No announcement yet.
Announcement
Collapse
No announcement yet.
Android 13 ATV AMLOGIC S912 (Lineage OS 20) LPDDR3
Collapse
X
-
This is the link to ROM I am working on, I took the files from tx92 LP rom you shared earlier.
https://mega.nz/file/X…XeWBon9IDvU-Zs8RYfuX0k
Coudl you also confirm the value for :
below
Code:openvfd_gpio_clk = <0x3c 0x4c 0x0>; openvfd_gpio_dat = <0x3c 0x4b 0x0>; openvfd_gpio_stb = <0x3c 0x35 0x0>;
I think it should be below based on tx92 based config :
HTML Code:ttps://github.com/arthur-liberman/vfd-configurations/blob/master/tx92-vfd.conf vfd_gpio_clk='0,76,0' vfd_gpio_dat='0,75,0' vfd_gpio_stb='0,53,0'
Code:openvfd_gpio_clk = <0x00 0x4c 0x00>; openvfd_gpio_dat = <0x00 0x4b 0x00>; openvfd_gpio_stb = <0x00 0x35 0x00>;
openvfd {
compatible = "open,vfd";
dev_name = "openvfd";
status = "okay";
openvfd_gpio_clk = <0x00 0x4c 0x00>;
openvfd_gpio_dat = <0x00 0x4b 0x00>;
openvfd_gpio_stb = <0x00 0x35 0x00>;
openvfd_chars = [04 03 02 01 00];
openvfd_dot_bits = [00 01 03 02 04 05 06];
openvfd_display_type = <0x1>;
};
Comment
-
Originally posted by soldiaz View Postppromo47 could you share Multi Image Kitchen please
Kindly note all the credit goes to : CryptoNick
Comment
-
Originally posted by ppromo47 View PostThis is the link to ROM I am working on, I took the files from tx92 LP rom you shared earlier.
https://mega.nz/file/X…XeWBon9IDvU-Zs8RYfuX0k
Coudl you also confirm the value for :
below
Code:openvfd_gpio_clk = <0x3c 0x4c 0x0>; openvfd_gpio_dat = <0x3c 0x4b 0x0>; openvfd_gpio_stb = <0x3c 0x35 0x0>;
I think it should be below based on tx92 based config :
HTML Code:ttps://github.com/arthur-liberman/vfd-configurations/blob/master/tx92-vfd.conf vfd_gpio_clk='0,76,0' vfd_gpio_dat='0,75,0' vfd_gpio_stb='0,53,0'
Code:openvfd_gpio_clk = <0x00 0x4c 0x00>; openvfd_gpio_dat = <0x00 0x4b 0x00>; openvfd_gpio_stb = <0x00 0x35 0x00>;
openvfd {
compatible = "open,vfd";
dev_name = "openvfd";
status = "okay";
openvfd_gpio_clk = <0x00 0x4c 0x00>;
openvfd_gpio_dat = <0x00 0x4b 0x00>;
openvfd_gpio_stb = <0x00 0x35 0x00>;
openvfd_chars = [04 03 02 01 00];
openvfd_dot_bits = [00 01 03 02 04 05 06];
openvfd_display_type = <0x1>;
};Code:openvfd_gpio_clk = <0x3c 0x4c 0x0>; openvfd_gpio_dat = <0x3c 0x4b 0x0>; openvfd_gpio_stb = <0x3c 0x35 0x0>;
Code:openvfd_gpio_clk = <0x00 0x4c 0x00>; openvfd_gpio_dat = <0x00 0x4b 0x00>; openvfd_gpio_stb = <0x00 0x35 0x00>;
openvfd {
compatible = "open,vfd";
dev_name = "openvfd";
status = "okay";
openvfd_gpio_clk = <0x00 0x4c 0x00>;
openvfd_gpio_dat = <0x00 0x4b 0x00>;
openvfd_gpio_stb = <0x00 0x35 0x00>;
openvfd_chars = [04 03 02 01 00];
openvfd_dot_bits = [00 01 03 02 04 05 06];
openvfd_display_type = <0x1>;
wrong!
0x3c = phandle value of &gpio bank, the dtc compiler does this automatically.
You must not change anything here, otherwise it will not work. The only thing you have to do in dtb is to deactivate the serial@c11084dc node, as it grabs pin 76 (0x4c)
Comment
-
Originally posted by bumerc View Post
Code:openvfd_gpio_clk = <0x3c 0x4c 0x0>; openvfd_gpio_dat = <0x3c 0x4b 0x0>; openvfd_gpio_stb = <0x3c 0x35 0x0>;
Code:openvfd_gpio_clk = <0x00 0x4c 0x00>; openvfd_gpio_dat = <0x00 0x4b 0x00>; openvfd_gpio_stb = <0x00 0x35 0x00>;
openvfd {
compatible = "open,vfd";
dev_name = "openvfd";
status = "okay";
openvfd_gpio_clk = <0x00 0x4c 0x00>;
openvfd_gpio_dat = <0x00 0x4b 0x00>;
openvfd_gpio_stb = <0x00 0x35 0x00>;
openvfd_chars = [04 03 02 01 00];
openvfd_dot_bits = [00 01 03 02 04 05 06];
openvfd_display_type = <0x1>;
wrong!
0x3c = phandle value of &gpio bank, the dtc compiler does this automatically.
You must not change anything here, otherwise it will not work. The only thing you have to do in dtb is to deactivate the serial@c11084dc node, as it grabs pin 76 (0x4c)you are a star.
Comment
What's Going On
Collapse
There are currently 1914 users online. 2 members and 1912 guests.
Most users ever online was 37,478 at 04:14 on 26 June 2024.
Comment