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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to