michi-jung commented on code in PR #6465:
URL: https://github.com/apache/incubator-nuttx/pull/6465#discussion_r901617117
##########
drivers/lcd/st7567.c:
##########
@@ -224,10 +224,12 @@ static void st7567_deselect(FAR struct spi_dev_s *spi);
/* LCD Data Transfer Methods */
-static int st7567_putrun(fb_coord_t row, fb_coord_t col,
+static int st7567_putrun(struct lcd_dev_s *dev,
Review Comment:
ok, applied.
##########
drivers/lcd/st7567.c:
##########
@@ -224,10 +224,12 @@ static void st7567_deselect(FAR struct spi_dev_s *spi);
/* LCD Data Transfer Methods */
-static int st7567_putrun(fb_coord_t row, fb_coord_t col,
+static int st7567_putrun(struct lcd_dev_s *dev,
+ fb_coord_t row, fb_coord_t col,
FAR const uint8_t *buffer,
size_t npixels);
-static int st7567_getrun(fb_coord_t row, fb_coord_t col,
+static int st7567_getrun(struct lcd_dev_s *dev,
Review Comment:
ok, applied.
--
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]