You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/11/03 16:29:13 UTC

[GitHub] [incubator-nuttx] v01d commented on a change in pull request #2208: lcd: add optional putarea() operation

v01d commented on a change in pull request #2208:
URL: https://github.com/apache/incubator-nuttx/pull/2208#discussion_r516797316



##########
File path: drivers/lcd/pcd8544.c
##########
@@ -295,10 +295,10 @@ static const struct fb_videoinfo_s g_videoinfo =
 
 static const struct lcd_planeinfo_s g_planeinfo =
 {
-  pcd8544_putrun,              /* Put a run into LCD memory */
-  pcd8544_getrun,              /* Get a run from LCD memory */
-  (FAR uint8_t *)g_runbuffer,  /* Run scratch buffer */
-  PCD8544_BPP,                 /* Bits-per-pixel */
+  .putrun = pcd8544_putrun,              /* Put a run into LCD memory */

Review comment:
       done




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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org