You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by "acassis (via GitHub)" <gi...@apache.org> on 2023/02/01 13:52:14 UTC

[GitHub] [nuttx] acassis commented on a diff in pull request #8398: Dynamic adjustment of the orientation and offset to support orientati…

acassis commented on code in PR #8398:
URL: https://github.com/apache/nuttx/pull/8398#discussion_r1093252300


##########
include/nuttx/lcd/st7789.h:
##########
@@ -63,7 +68,7 @@ extern "C"
  *
  ****************************************************************************/
 
-FAR struct lcd_dev_s *st7789_lcdinitialize(FAR struct spi_dev_s *spi);
+FAR struct lcd_dev_s *st7789_lcdinitialize(FAR struct spi_dev_s *spi, uint8_t orientation, uint16_t xoff, uint16_t yoff);

Review Comment:
   Please fix this Long line



-- 
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