michi-jung commented on code in PR #6465:
URL: https://github.com/apache/incubator-nuttx/pull/6465#discussion_r901618024


##########
drivers/lcd/mio283qt2.c:
##########
@@ -521,11 +522,12 @@ static void mio283qt2_dumprun(FAR const char *msg,
  *
  ****************************************************************************/
 
-static int mio283qt2_putrun(fb_coord_t row, fb_coord_t col,
+static int mio283qt2_putrun(struct lcd_dev_s *dev,

Review Comment:
   ok, applied.



##########
drivers/lcd/mio283qt2.c:
##########
@@ -281,10 +281,12 @@ static void mio283qt2_setarea(FAR struct mio283qt2_lcd_s 
*lcd,
 
 /* LCD Data Transfer Methods */
 
-static int mio283qt2_putrun(fb_coord_t row, fb_coord_t col,
+static int mio283qt2_putrun(struct lcd_dev_s *dev,

Review Comment:
   ok, applied.



##########
drivers/lcd/ili9341.c:
##########
@@ -660,7 +621,7 @@ static int ili9341_putrun(int devno, fb_coord_t row, 
fb_coord_t col,
  *   Read a partial raster line from the LCD.
  *
  * Input Parameters:
- *   devno   - Number of the lcd device
+ *   devno   - The lcd device

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]

Reply via email to