mirror of
https://github.com/apache/nuttx.git
synced 2026-09-21 21:47:28 +08:00
drivers/video/fb.c: Add support for LCD drivers that use a simulated framebuffer and must receive explicit notification when there is an update to a region in the framebuffer.
This commit is contained in:
@@ -211,6 +211,10 @@
|
||||
# define FBIOPUT_CURSOR _FBIOC(0x0006) /* Set cursor attibutes */
|
||||
/* Argument: read-only struct fb_setcursor_s */
|
||||
#endif
|
||||
#ifdef CONFIG_NX_UPDATE
|
||||
# define FBIO_UPDATE _FBIOC(0x0007) /* Update a rectangular region in the framebuffer */
|
||||
/* Argument: read-only struct nxgl_rect_s */
|
||||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
* Public Types
|
||||
|
||||
Reference in New Issue
Block a user