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


##########
drivers/lcd/p14201.c:
##########
@@ -643,11 +646,12 @@ static inline void rit_clear(FAR struct rit_dev_s *priv)
  ****************************************************************************/
 
 #ifdef CONFIG_P14201_FRAMEBUFFER
-static int rit_putrun(fb_coord_t row, fb_coord_t col,
+static int rit_putrun(struct lcd_dev_s *dev,

Review Comment:
   ok, applied.



##########
drivers/lcd/p14201.c:
##########
@@ -809,11 +813,12 @@ static int rit_putrun(fb_coord_t row, fb_coord_t col,
   return OK;
 }
 #else
-static int rit_putrun(fb_coord_t row, fb_coord_t col,
+static int rit_putrun(struct lcd_dev_s *dev,

Review Comment:
   ok, applied.



##########
drivers/lcd/p14201.c:
##########
@@ -201,10 +201,12 @@ static void rit_sndcmds(FAR struct rit_dev_s *priv,
 
 /* LCD Data Transfer Methods */
 
-static int rit_putrun(fb_coord_t row, fb_coord_t col,
+static int rit_putrun(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]

Reply via email to