mirror of
https://github.com/apache/nuttx.git
synced 2026-06-02 09:38:37 +08:00
Remove dev and planeno. There is no way to provide them
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2599 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
+2
-4
@@ -62,12 +62,10 @@ struct lcd_planeinfo_s
|
|||||||
{
|
{
|
||||||
/* LCD Data Transfer ******************************************************/
|
/* LCD Data Transfer ******************************************************/
|
||||||
|
|
||||||
int (*putrun)(struct lcd_dev_s *dev, unsigned int planeno,
|
int (*putrun)(fb_coord_t row, fb_coord_t col, FAR const uint8_t *buffer,
|
||||||
fb_coord_t row, fb_coord_t col, FAR const uint8_t *buffer,
|
|
||||||
size_t npixels);
|
size_t npixels);
|
||||||
|
|
||||||
int (*getrun)(struct lcd_dev_s *dev, unsigned int planeno,
|
int (*getrun)(fb_coord_t row, fb_coord_t col,FAR uint8_t *buffer,
|
||||||
fb_coord_t row, fb_coord_t col, FAR uint8_t *buffer,
|
|
||||||
size_t npixels);
|
size_t npixels);
|
||||||
|
|
||||||
/* Plane color characteristics ********************************************/
|
/* Plane color characteristics ********************************************/
|
||||||
|
|||||||
Reference in New Issue
Block a user