Hi,
i am using imx6sololite evk board in my project.Now i got a waveform file *.wbf, but bsp code using wf file.
Is there any method to covert this file format?
Original Attachment has been moved to: 320_G087_AB0203_ED060XG3T1_TC-NG.wbf.zip
dear Artur,
the 320_R137_TC1.fw is 5bit waveform, It can't work .
the older waveform SCM060.fw can work which is 4bit format.
Is the imx6sl platform can't support my e-ink display screen. or the sourcecode need to Modify.
thanks & bestregards,
yan2anfei
After further studying the case, I've found the following. As per the i.MX6SoloLite Reference Manual document, its EPD Controller hardware itself supports the 5-bit pixel format. However, the current framebuffer driver seems to be supporting only 4-bit format. So, only 4-bit EP displays can be supported in Linux at present.
Artur
Please find attached the resulting .fw file.
Have a great day,
Artur
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Yes, this is right. The reason is that the .wbf file contains the symbolic description of a EPD control waveforms, whereas the .fw file contains the representation of a waveforms in binary format, that is much more larger than the symbolic one.
Artur