esp_lcd: panel_io_i80_tx_color without cmd (IDFGH-9426) #10794
Labels
Resolution: Done
Issue is done internally
Status: Done
Issue is done internally
Type: Feature Request
Feature request for IDF
Is your feature request related to a problem?
This is the same request as in #10302 and #9881, but for the i80 bus instead of SPI.
For panel_
io_i80_tx_param
andpanel_io_i80_tx_color
don't sendcmd
if the parameter is negative.I have tried in
lcd_start_transaction(...)
withIt does skip the command, but there seems to appear a moirée pattern over the image, like a regular grid of dots, or vertical lines that appear like
xor
, or data bus not ready for a pixel, maybe some timing is off, so it would need some more testing. The geometry of the image stays correct.Describe the solution you'd like.
No response
Describe alternatives you've considered.
No response
Additional context.
No response
The text was updated successfully, but these errors were encountered: