buildroot-tiny200
buildroot-tiny200 copied to clipboard
tcon device driver
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.
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.