You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to make i8080 lcd driver for f1c100s, but in kernel there is no driver for this part of tcon controller. I think I can use dma , but there is no information about this mode for f1c100s. There are some realisations for other socs based on mipi interface,but this soc has not mipi.
The text was updated successfully, but these errors were encountered:
Found something? I designed a board with this mcu, planing to use a panel with i8080 too. I did no receive hardware yet, but checked software.
In this repo, in badge200 device tree, there is dpi banana pi panel and simple-panel driver is used. So looks like dpi works fine. In datasheet one of tcon registers switches between dpi/i8080. So seems it will require to write a simple lcd panel driver that will tune registers on lcd init.
I need to make i8080 lcd driver for f1c100s, but in kernel there is no driver for this part of tcon controller. I think I can use dma , but there is no information about this mode for f1c100s. There are some realisations for other socs based on mipi interface,but this soc has not mipi.
The text was updated successfully, but these errors were encountered: