You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/03/30 00:29:45 UTC

[GitHub] [incubator-nuttx] lupyuen opened a new pull request #5908: riscv/esp32c3: Remove check for LCD driver

lupyuen opened a new pull request #5908:
URL: https://github.com/apache/incubator-nuttx/pull/5908


   ## Summary
   
   `esp32c3_spi2_cmddata()` implements SPI Cmd/Data `SPI_CMDDATA()` for only 3 LCD drivers: ST7735, ST7789 and GC9A01.
   
   This patch removes the check for LCD drivers, so that SPI Cmd/Data will work for all LCD drivers.
   
   More details: https://github.com/apache/incubator-nuttx/pull/5898
   
   ## Impact
   
   This change impacts LCD drivers that call `SPI_CMDDATA()`.
   
   Previously `SPI_CMDDATA()` would fail with `ENODEV` for LCD drivers other than ST7735, ST7789 and GC9A01.
   
   After patching, `SPI_CMDDATA()` will work correctly with all LCD drivers.
   
   ## Testing
   
   This is a minor patch so no testing is needed.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx] gustavonihei merged pull request #5908: riscv/esp32c3: Remove check for LCD driver

Posted by GitBox <gi...@apache.org>.
gustavonihei merged pull request #5908:
URL: https://github.com/apache/incubator-nuttx/pull/5908


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org