Skip to content
Snippets Groups Projects
Commit c9f3eb29 authored by patacongo's avatar patacongo
Browse files

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
parent cfb3ffb0
No related branches found
No related tags found
No related merge requests found
......@@ -62,12 +62,10 @@ struct lcd_planeinfo_s
{
/* LCD Data Transfer ******************************************************/
int (*putrun)(struct lcd_dev_s *dev, unsigned int planeno,
fb_coord_t row, fb_coord_t col, FAR const uint8_t *buffer,
int (*putrun)(fb_coord_t row, fb_coord_t col, FAR const uint8_t *buffer,
size_t npixels);
int (*getrun)(struct lcd_dev_s *dev, unsigned int planeno,
fb_coord_t row, fb_coord_t col, FAR uint8_t *buffer,
int (*getrun)(fb_coord_t row, fb_coord_t col,FAR uint8_t *buffer,
size_t npixels);
/* Plane color characteristics ********************************************/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment