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 2021/09/29 12:39:31 UTC

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #4623: feat: driver: support double buffer for display

gustavonihei commented on a change in pull request #4623:
URL: https://github.com/apache/incubator-nuttx/pull/4623#discussion_r718468359



##########
File path: include/nuttx/video/fb.h
##########
@@ -283,6 +283,10 @@
 #define FBIOGET_FRAMERATE     _FBIOC(0x0015)  /* Get frame rate
                                                * Argument:            int* */
 
+#define FBIOPAN_DISPLAY       _FBIOC(0x0020)  /* Pan display

Review comment:
       ```suggestion
   #define FBIOPAN_DISPLAY       _FBIOC(0x0016)  /* Pan display
   ```
   Why not follow the sequence?




-- 
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: commits-unsubscribe@nuttx.apache.org

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